diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-08-23 08:13:50 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-08-23 08:13:50 +0200 |
commit | a0df818fc183810292eb787f2eecc302e37f3ad6 (patch) | |
tree | c0c9768983b669915f89b8e112fa492783b9d4b1 /lib/plugins/authmysql/lang | |
parent | fe147c4063b9c0bb79ac7c311ecffa28f55903cf (diff) | |
parent | 2540fcbb54efbf9966439e4c06c549ad73be026f (diff) | |
download | rpg-a0df818fc183810292eb787f2eecc302e37f3ad6.tar.gz rpg-a0df818fc183810292eb787f2eecc302e37f3ad6.tar.bz2 |
Merge pull request #1322 from dokuwiki-translate/lang_update_876
Translation update (it)
Diffstat (limited to 'lib/plugins/authmysql/lang')
-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'; |