Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Update Italian translation for plugin 'access.ajxp_conf'
Browse files Browse the repository at this point in the history
  • Loading branch information
DepaMarco committed Oct 19, 2015
1 parent 3efdec6 commit 915af84
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 18 deletions.
24 changes: 24 additions & 0 deletions core/src/plugins/access.ajxp_conf/i18n/conf/it.php
@@ -0,0 +1,24 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* 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 <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <http://pyd.io/>.
*/
$mess=array(
"Admin Driver" => "Driver Amministratore",
"Access Pydio configuration data." => "Accesso ai dati di configurazione di Pydio.",
);
36 changes: 18 additions & 18 deletions core/src/plugins/access.ajxp_conf/i18n/it.php
Expand Up @@ -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",
);

0 comments on commit 915af84

Please sign in to comment.