aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/tr/admin.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-01-06 20:28:04 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-01-06 20:28:04 +0100
commit3c099c78537020eae3b6fe060fbe86088e996c83 (patch)
tree647ee7313f609577f98b8477e814f2e7743c06f7 /app/i18n/tr/admin.php
parentd455783a63e77c3abce76b85f68c51338c1b81d1 (diff)
Add an admin flag on users (#2709)
Now FRSS supports more than one admin. Admins have the same rights as the default user. Admins can promote or demote other users. The default user is considered as an admin even if it does not have the admin flag enabled. See #2096
Diffstat (limited to 'app/i18n/tr/admin.php')
-rw-r--r--app/i18n/tr/admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php
index bb097d5e8..de30a0d50 100644
--- a/app/i18n/tr/admin.php
+++ b/app/i18n/tr/admin.php
@@ -182,6 +182,7 @@ return array(
'_' => 'Sistem güncelleme',
),
'user' => array(
+ 'admin' => 'Administrator', // TODO - Translation
'articles_and_size' => '%s makale (%s)',
'article_count' => 'Articles', // TODO - Translation
'back_to_manage' => '← Return to user list', // TODO - Translation
@@ -190,6 +191,7 @@ return array(
'delete_users' => 'Delete user', // TODO - Translation
'email' => 'Email address', // TODO - Translation
'feed_count' => 'Feeds', // TODO - Translation
+ 'is_admin' => 'Is admin', // TODO - Translation
'language' => 'Dil',
'list' => 'User list', // TODO - Translation
'number' => 'Oluşturulmuş %d hesap var',