From caeb660f29d13db62d5381c262aa03e12f201ea2 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 14 Jun 2020 19:50:09 +0200 Subject: Add a way to disable/enable users (#3056) If you want to block users without deleting their account, you can now disable them from the interface. --- app/i18n/tr/admin.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/tr/admin.php') diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php index 9a2f72f4c..61615c9fa 100644 --- a/app/i18n/tr/admin.php +++ b/app/i18n/tr/admin.php @@ -190,6 +190,7 @@ return array( 'database_size' => 'Database size', // TODO - Translation 'delete_users' => 'Delete user', // TODO - Translation 'email' => 'Email address', // TODO - Translation + 'enabled' => 'Enabled', // TODO - Translation 'feed_count' => 'Feeds', // TODO - Translation 'is_admin' => 'Is admin', // TODO - Translation 'language' => 'Dil', -- cgit v1.2.3