From 915af843dac7138f0b5a110b30ee9788c96c5637 Mon Sep 17 00:00:00 2001 From: DepaMarco Date: Fri, 31 Jul 2015 11:04:49 +0200 Subject: [PATCH] Update Italian translation for plugin 'access.ajxp_conf' --- .../plugins/access.ajxp_conf/i18n/conf/it.php | 24 +++++++++++++ core/src/plugins/access.ajxp_conf/i18n/it.php | 36 +++++++++---------- 2 files changed, 42 insertions(+), 18 deletions(-) create mode 100644 core/src/plugins/access.ajxp_conf/i18n/conf/it.php diff --git a/core/src/plugins/access.ajxp_conf/i18n/conf/it.php b/core/src/plugins/access.ajxp_conf/i18n/conf/it.php new file mode 100644 index 0000000000..463cab80d5 --- /dev/null +++ b/core/src/plugins/access.ajxp_conf/i18n/conf/it.php @@ -0,0 +1,24 @@ + + * 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( +"Admin Driver" => "Driver Amministratore", +"Access Pydio configuration data." => "Accesso ai dati di configurazione di Pydio.", +); diff --git a/core/src/plugins/access.ajxp_conf/i18n/it.php b/core/src/plugins/access.ajxp_conf/i18n/it.php index 39be05c2af..e9ec1dd42e 100644 --- a/core/src/plugins/access.ajxp_conf/i18n/it.php +++ b/core/src/plugins/access.ajxp_conf/i18n/it.php @@ -154,22 +154,22 @@ "130" => "Elimina la cache dei plugin. Può essere necessario per vedere apparire nella lista nuovi plugin.", "131" => "I file cache dei plugin sono stati cancellati con successo!", "132" => "Cache pulita, ma sei in modalità SKIP_CACHE (si veda 'bootstrap_context.php').", - "133" => "Core application parameters", - "134" => "Enable/disable additional feature-oriented plugins, check if they are correctly working, set up global parameters of the plugins.", - "135" => "Enable/disable core plugins (auth, conf, mail, etc), check if they are correctly working. Configuration of these plugins are generally done through the Main Options", - "136" => "Global configurations of the application core and of each plugin. Enable/disable plugins", - "137" => "Day-to-day administration of the application : who accesses to what, create roles, etc.", - "138" => "Create and delete workspaces, add features to them using meta sources.", - "139" => "Manage users and groups", - "140" => "Define profiles that can be applied at once to whole bunch of users.", - "141" => "Administrator tasks to monitor the application state.", - "142" => "Monitor all activities happening on the server", - "143" => "Read the start-up diagnostic", - "144" => "Developer Resources", - "145" => "Generated documentations for developers", - "146" => "Actions API", - "147" => "List all actions contributed by all plugins and visualize their input parameters", - "148" => "Hooks Definitions", - "149" => "List all hooks triggered in the application, their documentation, where there are triggered and which plugin listen to them.", - "150" => "Select a repository", +"133" => "Parametri core applicazione", +"134" => "Abilita/Disabilita plugin addizionali, verifica che funzionino correttamente, imposta parametri globali per i plugin.", +"135" => "Abilita/Disabilita plugin core (auth, conf, mail, ecc), verifica che funzionino correttamente. Le configurazioni di questi plugin sono generalmente fatte nella sezione 'Opzioni Principali'.", +"136" => "Configurazioni globali del core dell'applicazione e per ogni plugin. Abilita/Disabilita plugin", +"137" => "Amministrazione giorno-per-giorno dell'applicazione: chi accede a cosa, creazione ruoli ecc.", +"138" => "Creazione e cancellazione workspace, aggiunta funzionalità utilizzando sorgenti meta.", +"139" => "Gestione utenti e gruppi", +"140" => "Definizione profili che possono essere applicati, in una sola operazione, ad un intero insieme di utenti.", +"141" => "Strumenti Amministrativi per monitorare lo stato dell'applicazione.", +"142" => "Monitora tutte le attività svolte sul server", +"143" => "Leggi la diagnostica di avvio", +"144" => "Risorse Sviluppatore", +"145" => "Documentazione generata per sviluppatori", +"146" => "API Azioni", +"147" => "Lista di tutte le azioni rese possibili dai plugin e visualizza i loro parametri d'ingresso", +"148" => "Definizione Trigger", +"149" => "Lista di tutti i trigger innescati nell'applicazione, la loro documentazione, dove sono innescati e quale plugin è in loro ascolto.", +"150" => "Seleziona un repository", );