aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ru/admin.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-06-14 19:50:09 +0200
committerGravatar GitHub <noreply@github.com> 2020-06-14 19:50:09 +0200
commitcaeb660f29d13db62d5381c262aa03e12f201ea2 (patch)
treebbe593de7c584f15c67c1e4c96f0852c2c5637ed /app/i18n/ru/admin.php
parent6edbeaaf6add5e6f60d949301a05ef42fbdc6afd (diff)
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.
Diffstat (limited to 'app/i18n/ru/admin.php')
-rw-r--r--app/i18n/ru/admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/ru/admin.php b/app/i18n/ru/admin.php
index 9c93cf62c..cb22898c7 100644
--- a/app/i18n/ru/admin.php
+++ b/app/i18n/ru/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' => 'Язык',