diff options
author | Torpedo <dgtorpedo@gmail.com> | 2015-08-23 12:16:33 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-08-23 12:16:33 +0200 |
commit | 22cadb78ac1b7bc07d4bb5a965d5914d428a1e9b (patch) | |
tree | 2570ad42aed4ceba848d66d1cc9f495d3d778599 /lib/plugins/authpgsql/lang/it | |
parent | a0df818fc183810292eb787f2eecc302e37f3ad6 (diff) | |
download | rpg-22cadb78ac1b7bc07d4bb5a965d5914d428a1e9b.tar.gz rpg-22cadb78ac1b7bc07d4bb5a965d5914d428a1e9b.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authpgsql/lang/it')
-rw-r--r-- | lib/plugins/authpgsql/lang/it/settings.php | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/plugins/authpgsql/lang/it/settings.php b/lib/plugins/authpgsql/lang/it/settings.php index c3d1fbb44..26e9a8608 100644 --- a/lib/plugins/authpgsql/lang/it/settings.php +++ b/lib/plugins/authpgsql/lang/it/settings.php @@ -13,9 +13,23 @@ $lang['user'] = 'Lo username PostgreSQL'; $lang['password'] = 'Password dell\'utente summenzionato'; $lang['database'] = 'Database da usare'; $lang['debug'] = 'Visualizza informazioni addizionali di debug'; -$lang['getUsers'] = 'Dichiarazione SQL per elencare tutti gli utenti'; +$lang['forwardClearPass'] = 'Fornisci le password utente come testo visibile alle istruzioni SQL qui sotto, invece che usare l\'opzione passcrypt'; +$lang['checkPass'] = 'Istruzione SQL per il controllo password'; +$lang['getUserInfo'] = 'Istruzione SQL per recuperare le informazioni utente'; +$lang['getGroups'] = 'Istruzione SQL per recuperare il gruppo di appartenenza di un utente'; +$lang['getUsers'] = 'Istruzione SQL per elencare tutti gli utenti'; $lang['FilterLogin'] = 'Condizione SQL per filtrare gli utenti in base al nome di autenticazione'; $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'] = 'Condizione SQL per filtrare gli utenti in base al gruppo di appartenenza'; $lang['SortOrder'] = 'Condizione SQL per ordinare gli utenti'; +$lang['addUser'] = 'Istruzione SQL per aggiungere un nuovo utente'; +$lang['addGroup'] = 'Istruzione SQL per aggiungere un nuovo gruppo'; +$lang['addUserGroup'] = 'Istruzione SQL per aggiungere un utente ad un gruppo esistente'; +$lang['delGroup'] = 'Istruzione SQL per imuovere un gruppo'; +$lang['getUserID'] = 'Istruzione SQL per recuperare la primary key di un utente'; +$lang['delUser'] = 'Istruzione SQL per cancellare un utente'; +$lang['delUserRefs'] = 'Istruzione SQL per rimuovere un utente da tutti i gruppi'; +$lang['updateUser'] = 'Istruzione SQL per aggiornare il profilo utente'; +$lang['delUserGroup'] = 'Istruzione SQL per rimuovere un utente da un dato gruppo'; +$lang['getGroupID'] = 'Istruzione SQL per avere la primary key di un dato gruppo'; |