diff --git a/core/src/plugins/core.conf/i18n/conf/it.php b/core/src/plugins/core.conf/i18n/conf/it.php new file mode 100644 index 0000000000..e0fb4cb4f8 --- /dev/null +++ b/core/src/plugins/core.conf/i18n/conf/it.php @@ -0,0 +1,62 @@ + +* 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 Conf Features" => "Configurazioni Generiche", +"Let user create repositories" => "Consenti agli utenti di creare workspace", +"Remember guest preferences" => "Ricorda preferenze utenti", +"Configurations Management" => "Gestione COnfigurazioni", +"Sets how the application core data (users,roles,etc) is stored." => "Regola come i dati principali dell'applicazione (utenti, ruoli, ecc) vengono memorizzati.", +"Default start repository" => "Repository di partenza automatico", +"Default repository" => "Repository Principale", +"Maximum number of shared users per user" => "Numero massimo di utenti condivisioni (credenziali temporanee) per ciascun utente", +"Shared users limit" => "Limite utenti condivisioni", +"Core SQL Connexion" => "Connessione SQL Principale", +"SQL Connexion" => "Connessione SQL", +"Simple SQL Connexion definition that can be used by other sql-based plugins" => "Semplice definizione della connessione SQL principale, utilizzata dai plugin sql-based", +"Preferences Saving" => "Salvataggio Preferenze", +"Skip user history" => "Ignora preferenze interfaccia", +"Use this option to avoid automatic reloading of the interface state (last folder, opened tabs, etc)" => "Utilizza questa opzione per evitare il ricaricamento automatico dello stato dell'interfaccia (ultima cartella visualizzata, schede aperte ecc)", +"Internal / External Users" => "Utenti Interni / Esterni", +"Maximum number of users displayed in the users autocompleter" => "Numero massimo di utenti visualizzati durante l'autocompletamento dei nomi", +"Users completer limit" => "Limite completamento utenti", +"Minimum number of characters to trigger the auto completion feature" => "Numero minimo di caratteri necessari per avviare la procedura di autocompletamento", +"Users completer min chars" => "Caratteri minimi completamento utenti", +"Do not display real login in parenthesis" => "Non visualizzare il nome reale tra parentesi", +"Hide real login" => "Nascondi nome reale", +"See existing users" => "Mostra utenti esistenti", +"Allow the users to pick an existing user when sharing a folder" => "Consente all'utente di selezionare un utente esistente, durante la condivisione di una cartella", +"Create external users" => "Creazione utenti esterni", +"Allow the users to create a new user when sharing a folder" => "Consenti agli utenti di creare un nuovo utente, durante la condivisione di una cartella", +"External users parameters" => "Parametri utenti Esterni", +"List of parameters to be edited when creating a new shared user." => "Lista dei parametri da modificare durante la creazione di un utente esterno (per condivisione).", +"Configuration Store Instance" => "Istanza Memorizzazione Configurazione", +"Instance" => "Istanza", +"Choose the configuration plugin" => "Scegli il plugin di configurazione", +"Name" => "Nome", +"Full name displayed to others" => "Nome completo, visualizzato dagli altri", +"Avatar" => "Avatar", +"Image displayed next to the user name" => "Immagine visualizzata accanto al nome utente", +"Email" => "Email", +"Address used for notifications" => "Indirizzo email utilizzato per le notifiche", +"Country" => "Paese", +"Language" => "Lingua", +"User Language" => "Lingua Utente", +);