diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-02 02:28:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-02 02:28:31 +0000 |
commit | 142d311a13dee15958192baa68bec6585bdac591 (patch) | |
tree | 3f2bca66dcfab0a987ce930badd7641b6d1489d4 /apps/user_ldap/l10n/it.js | |
parent | b65c3f2249bfeb0bc525f3f72339758b59b82c34 (diff) | |
download | nextcloud-server-142d311a13dee15958192baa68bec6585bdac591.tar.gz nextcloud-server-142d311a13dee15958192baa68bec6585bdac591.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/it.js')
-rw-r--r-- | apps/user_ldap/l10n/it.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/it.js b/apps/user_ldap/l10n/it.js index 2de67374676..06bcc9683d9 100644 --- a/apps/user_ldap/l10n/it.js +++ b/apps/user_ldap/l10n/it.js @@ -56,6 +56,7 @@ OC.L10N.register( "Your password will expire tomorrow." : "La tua password scadrà domani.", "Your password will expire today." : "La tua password scadrà oggi.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["La tua password scadrà tra %n giorno.","La tua password scadrà oggi tra %n giorni."], + "LDAP/AD integration" : "Integrazione LDAP/AD", "_%s group found_::_%s groups found_" : ["%s gruppo trovato","%s gruppi trovati"], "_%s user found_::_%s users found_" : ["%s utente trovato","%s utenti trovati"], "Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Impossibile rilevare l'attributo nome visualizzato dell'utente. Specificalo nelle impostazioni avanzate di LDAP.", @@ -77,6 +78,8 @@ OC.L10N.register( "The filter specifies which LDAP groups shall have access to the %s instance." : "Il filtro specifica quali gruppi LDAP devono avere accesso all'istanza %s.", "Verify settings and count the groups" : "Verifica le impostazioni e conta i gruppi", "When logging in, %s will find the user based on the following attributes:" : "Quando accedi, %s troverà l'utente sulla base dei seguenti attributi:", + "LDAP/AD Username:" : "Nome utente LDAP/AD:", + "LDAP/AD Email Address:" : "Indirizzo email LDAP/AD:", "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Consente l'accesso tramite l'attributo email. \"mail\" e \"mailPrimaryAddress\" sono consentiti.", "Other Attributes:" : "Altri attributi:", "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Definisce i filtri da applicare quando viene eseguito il tentativo di accesso. \"%%uid\" rimpiazza il nome utente nell'azione di accesso. Esempio: \"uid=%%uid\"", |