diff options
author | Torpedo <dgtorpedo@gmail.com> | 2015-08-22 20:41:05 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-08-22 20:41:05 +0200 |
commit | 2540fcbb54efbf9966439e4c06c549ad73be026f (patch) | |
tree | c0c9768983b669915f89b8e112fa492783b9d4b1 /lib/plugins/authmysql/lang/it | |
parent | fe147c4063b9c0bb79ac7c311ecffa28f55903cf (diff) | |
download | rpg-2540fcbb54efbf9966439e4c06c549ad73be026f.tar.gz rpg-2540fcbb54efbf9966439e4c06c549ad73be026f.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang/it')
-rw-r--r-- | lib/plugins/authmysql/lang/it/settings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/it/settings.php b/lib/plugins/authmysql/lang/it/settings.php index 4f05cf655..1bc290e20 100644 --- a/lib/plugins/authmysql/lang/it/settings.php +++ b/lib/plugins/authmysql/lang/it/settings.php @@ -20,6 +20,8 @@ $lang['checkPass'] = 'Istruzione SQL per il controllo password'; $lang['getUserInfo'] = 'Istruzione SQL per recuperare le informazioni utente'; $lang['getUsers'] = 'Istruzione SQL per listare tutti gli utenti'; $lang['FilterLogin'] = 'Istruzione SQL per per filtrare gli utenti in funzione del "login name"'; +$lang['FilterName'] = 'Condizione SQL per filtrare gli utenti in base al nome completo'; +$lang['FilterEmail'] = 'Condizione SQL per filtrare gli utenti in base all\'indirizzo e-mail'; $lang['FilterGroup'] = 'Clausola SQL per filtrare gli utenti in base all\'appartenenza al gruppo'; $lang['SortOrder'] = 'Istruzione SQL per ordinare gli utenti'; $lang['addUser'] = 'Istruzione SQL per aggiungere un nuovo utente'; |