From 3ad47a6a3e3474e95b2fad82e09dab9cf795ac66 Mon Sep 17 00:00:00 2001 From: DepaMarco Date: Tue, 21 Oct 2014 11:33:18 +0200 Subject: [PATCH] Added Italian translation for plugin 'core.auth' --- core/src/plugins/core.auth/i18n/conf/it.php | 55 +++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 core/src/plugins/core.auth/i18n/conf/it.php diff --git a/core/src/plugins/core.auth/i18n/conf/it.php b/core/src/plugins/core.auth/i18n/conf/it.php new file mode 100644 index 0000000000..647fc63edf --- /dev/null +++ b/core/src/plugins/core.auth/i18n/conf/it.php @@ -0,0 +1,55 @@ + +* This file is part of Pydio. +* +* Pydio is free software: you can redistribute it and/or modify +* it under the terms of the GNU Affero General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* Pydio is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU Affero General Public License for more details. +* +* You should have received a copy of the GNU Affero General Public License +* along with Pydio. If not, see . +* +* The latest code can be found at . +*/ +$mess=array( +"Generic Auth Features" => "Funzionalità Generiche", +"Enable Users" => "Abilita Utenti", +"Guest Browsing" => "Navigazione Ospiti", +"Password length" => "Lunghezza Password", +"Store Credentials in Session" => "Memorizza le Credenziali nella Sessione", +"Authentification" => "Autenticazione", +"Options applied to all auth drivers" => "Opzioni applicate su tutti i driver di autenticazione", +"Activate the users management system to protect your Pydio installation." => "Attiva il sistema di gestone utenti per proteggere l'installazione di Pydio.", +"Case Sensitive" => "Case Sensitive", +"Whether the users identifiers should be case sensitive or not" => "Se attivo, l'identificatore dell'utente è case sensitive", +"Enable the 'guest' user, who does not need to log in." => "Abilita l'utente 'guest' (ospite), che non necessita di login.", +"Minimum number of characters required for passwords in the application" => "Numero minimo di caratteri richiesti per la password", +"Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins." => "Imposta le credenziali dell'utente nella session, dopo il buon esito del login. Può essere necessario quando si collegano specifici plugin di autenticazione o accesso.", +"Login Form" => "Form Login", +"Secure Login Form" => "Form Login Sicura", +"Raise the security of the login form by disabling autocompletion and remember me feature" => "Aumenta la sicurezza della form di login disabilitando l'autocompletamento e la memorizzazione della password", +"Enable Forgot Password" => "Abilita 'Password Dimenticata'", +"Add a Forgot Password link at the bottom of the login form" => "Aggiunge un link 'Password Dimenticata' in fondo alla form di login", +"Forgot Password Action" => "Azione 'Password Dimenticata'", +"Action to trigger when clicking on Forgot Password" => "Azione da eseguire quando si clicca su 'Password Dimenticata'", +"Main Instance" => "Istanza Principale", +"Instance Type" => "Tipo Istanza", +"Choose the configuration plugin" => "Scegli il plugin di configurazione", +"Secondary Instance (optional)" => "Seconda Istanza (opzionale)", +"Mode" => "Modo", +"Master/slave will assume that the master is read-only, and the slave is a local alternative to allow sharing features. User Choice will allow the user to manually choose its authentification method at startup." => "'Master/slave' assume che il master sia read-only, e lo slave sia un'alternativa locale per permettere le funzionalità di condivisione. 'Scelta Utente' consente all'utente di scegliere manualmente il proprio metodo di autenticazione all'avvio.", +"Separator" => "Separatore", +"This is necessary to discriminate users data loaded from various sources. Warning, use foldername compliant characters. For example :: does not work!" => "E' necessario per discriminare i dati degli utenti, caricati da diverse sorgenti. ATTENZIONE: usa i caratteri ammessi per i nomi delle cartelle. Per esempio :: non funziona!", +"Master Authentifiaction Label" => "Etichetta Autenticazione Master", +"Will be shown to the user at login" => "Verrà mostrata all'utente al login", +"Slave Authentifiaction Label" => "Etichetta Autenticazione Slave", +"Users Listing" => "Elenco Utenti", +"In Master_Slave mode, use this option to limit the users listing in the administration to one driver only (leave empty if you want to see all users)" => "Nella modalità 'Master_Slave', utilizza questa opzione per limitare la lista degli utenti, in amministrazione, ad un solo driver (llascia vuoto se intendi visualizzare tutti gli utenti)", +);