From 3c099c78537020eae3b6fe060fbe86088e996c83 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Mon, 6 Jan 2020 20:28:04 +0100 Subject: 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 --- app/i18n/de/admin.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/de/admin.php') diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php index 443a9b380..058661602 100644 --- a/app/i18n/de/admin.php +++ b/app/i18n/de/admin.php @@ -182,6 +182,7 @@ return array( '_' => 'System aktualisieren', ), 'user' => array( + 'admin' => 'Administrator', // TODO - Translation 'articles_and_size' => '%s Artikel (%s)', 'article_count' => 'Articles', // TODO - Translation 'back_to_manage' => '← Return to user list', // TODO - Translation @@ -190,6 +191,7 @@ return array( 'delete_users' => 'Lösche Benutzer', 'email' => 'Email address', // TODO - Translation 'feed_count' => 'Feeds', // TODO - Translation + 'is_admin' => 'Is admin', // TODO - Translation 'language' => 'Sprache', 'list' => 'User list', // TODO - Translation 'number' => 'Es wurde bis jetzt %d Account erstellt', -- cgit v1.2.3