aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/oc/admin.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-12-03 22:32:17 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-12-03 22:32:17 +0100
commit0de7e84380dff5222e6728aacbbb42abaac51dd9 (patch)
tree07eba3a6070f11fd966c9f257aa652b6f6242eed /app/i18n/oc/admin.php
parent68c006b7ad61d0730a3aa8f75c6232c00d0f14e1 (diff)
Upgrade user management page (#2417)
Before, the use of the user management page was a little bit tedious when there was many users. One must select a user to view some metrics, to update it, or to delete it. Now, the view is clearer because it shows all users at once with their metrics. I introduced a detail page that repeats the metrics but also allow to purge the user's feeds, to update or delete the user. This is the first step to make that page more useful and user-friendly. I have in mind to add a pager for when there is a lot of users, a metric to know when was the last time the user was using the application, and a flag to know if the user has admin rights. See #2096 and #2504 for ideas and inspiration
Diffstat (limited to 'app/i18n/oc/admin.php')
-rw-r--r--app/i18n/oc/admin.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/oc/admin.php b/app/i18n/oc/admin.php
index 1fb8d5c3a..a0d49faaa 100644
--- a/app/i18n/oc/admin.php
+++ b/app/i18n/oc/admin.php
@@ -183,9 +183,14 @@ return array(
),
'user' => array(
'articles_and_size' => '%s articles (%s)',
+ 'article_count' => 'Articles', // TODO - Translation
+ 'back_to_manage' => '← Return to user list', // TODO - Translation
'create' => 'Crear un nòu utilizaire',
+ 'database_size' => 'Database size', // TODO - Translation
'delete_users' => 'Suprimir un utilizaire',
+ 'feed_count' => 'Feeds', //TODO - Translation
'language' => 'Lenga',
+ 'list' => 'User list', // TODO - Translation
'number' => '%d compte ja creat',
'numbers' => '%d comptes ja creats',
'password_form' => 'Senhal <br /><small>(ex. : per la connexion via formulari)</small>',