Changeset 28569
- Timestamp:
- May 29, 2014, 10:00:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Ldap_Login/language/it_IT/plugin.lang.php
r27220 r28569 22 22 // +-----------------------------------------------------------------------+ 23 23 $lang['Warning: LDAP Extension missing.'] = 'Attenzione: LDAP Extension mancante.'; 24 $lang['Ldap connection credentials'] = 'Credenziali di connessione ldap';25 $lang['Username'] = 'Vostro nome utente ldap';26 $lang['Ldap server host'] = 'Server host ldap';27 $lang['Attribute corresponding to the user name'] = 'Attributo corrispondente al nome utente ';24 $lang['Ldap connection credentials'] = 'Credenziali di connessione LDAP'; 25 $lang['Username'] = 'Vostro nome utente LDAP'; 26 $lang['Ldap server host'] = 'Server host LDAP'; 27 $lang['Attribute corresponding to the user name'] = 'Attributo corrispondente al nome utente (esempio: uid):'; 28 28 $lang['Test Settings'] = 'Test impostazione'; 29 $lang['Ldap filter :'] = 'Filtro ldap :'; 30 $lang['Ldap port'] = 'Port ldap'; 29 $lang['Ldap port'] = 'Porta LDAP'; 31 30 $lang['Ldap_Login configuration'] = 'Configurazione Ldap_Login'; 32 31 $lang['Ldap_Login Test'] = 'Test del plugin Ldap_Login'; 33 32 $lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin'; 34 $lang['Ldap attributes'] = 'Attributi ldap';35 33 $lang['Your password'] = 'La tua password LDAP.'; 36 34 $lang['Secure connexion'] = 'Connessione sicura (ldaps)'; … … 39 37 $lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Vuoi che gli amministratori siano avvisati tramite email in caso di nuova creazione utenti su ldap di accesso?'; 40 38 $lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Lascia i campi vuoti se LDAP accetta connessioni anonime.'; 41 $lang['You must save the settings with the Save button just up there before testing here.'] = 'E\' necessario salvare le impostazioni utilizzando il pulsante Salva qu àsopra, prima della loro prova.';39 $lang['You must save the settings with the Save button just up there before testing here.'] = 'E\' necessario salvare le impostazioni utilizzando il pulsante Salva qua sopra, prima della loro prova.'; 42 40 $lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Se vuoto, porte di protocollo localhost standard saranno utilizzate nella configurazione.'; 43 41 $lang['Bind DN, field in full ldap style'] = 'Associa DN in stile LDAP (esempio: cn=admin,dc=example,dc=com).'; 44 $lang['Base DN'] = 'Base DN dove si dovrebbero trovare gli utenti LDAP ( peresempio: ou=users,dc=example,dc=com):';42 $lang['Base DN'] = 'Base DN dove si dovrebbero trovare gli utenti LDAP (esempio: ou=users,dc=example,dc=com):'; 45 43 $lang['If empty, standard protocol ports will be used by the software.'] = 'Se vuoto, porte di protocollo standard, saranno utilizzate dal software.'; 46 44 $lang['New users when ldap auth is successfull'] = 'Nuovi utenti quando l\'autenticazione LDAP riesce'; … … 49 47 $lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Tutti gli utenti LDAP possono utilizzare la password LDAP ovunque in Piwigo se necessario.'; 50 48 $lang['Bind password'] = 'Associa password'; 51 ?> 49 $lang['Groups branch'] = 'Branch dove si dovrebbero trovare gruppi LDAP (esempio: ou=groups):'; 50 $lang['Users branch'] = 'Ramo dove si trovano gli utenti LDAP (esempio: ou=users):'; 51 $lang['Ldap users'] = 'Utenti LDAP'; 52 $lang['Ldap groups'] = 'Gruppi LDAP';
Note: See TracChangeset
for help on using the changeset viewer.