aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/admin.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2018-02-14 22:15:34 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-02-14 22:15:34 +0100
commitac3e38359b420068b75cc848d89a3a6fc7b6e6c6 (patch)
treebb48cd9032a62af1211152ca9168cbca9888aee7 /app/i18n/it/admin.php
parent04a3c3552c7fd3cc9b6156d667c6fc5074d7bfad (diff)
Allow admin user to reset passwords (#1765)
See #960
Diffstat (limited to 'app/i18n/it/admin.php')
-rw-r--r--app/i18n/it/admin.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/it/admin.php b/app/i18n/it/admin.php
index 0248d9317..a3034777f 100644
--- a/app/i18n/it/admin.php
+++ b/app/i18n/it/admin.php
@@ -175,12 +175,15 @@ return array(
'user' => array(
'articles_and_size' => '%s articoli (%s)',
'create' => 'Crea nuovo utente',
+ 'delete_users' => 'Delete user', // TODO
'language' => 'Lingua',
'number' => ' %d profilo utente creato',
'numbers' => 'Sono presenti %d profili utente',
'password_form' => 'Password<br /><small>(per il login classico)</small>',
'password_format' => 'Almeno 7 caratteri',
+ 'selected' => 'Selected user', // TODO
'title' => 'Gestione utenti',
+ 'update_users' => 'Update user', // TODO
'user_list' => 'Lista utenti',
'username' => 'Nome utente',
'users' => 'Utenti',