From 2f19bf8b339e6586344b059b5683ee6c1dacc20a Mon Sep 17 00:00:00 2001 From: DepaMarco Date: Tue, 27 May 2014 14:16:24 +0200 Subject: [PATCH] Italian translation for plugin 'access.remote_fs' --- .../plugins/access.remote_fs/i18n/conf/it.php | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 core/src/plugins/access.remote_fs/i18n/conf/it.php diff --git a/core/src/plugins/access.remote_fs/i18n/conf/it.php b/core/src/plugins/access.remote_fs/i18n/conf/it.php new file mode 100644 index 0000000000..486c90b2e6 --- /dev/null +++ b/core/src/plugins/access.remote_fs/i18n/conf/it.php @@ -0,0 +1,40 @@ + +* 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( +"Remote Server (via API)" => "Server Remoto (con API)", +"Access a remote server implementing the Pydio API (most commonly a remote server with another Pydio installed)" => "Accedi ad un server remoto usando le API Pydio (molto comunemente un server remoto con un altro Pydio installato)", +"Host" => "Host", +"Domain name or IP to the remote server, without http" => "Nome del dominio o IP del server remoto, senza 'http'", +"Uri" => "Uri", +"Path of the API implementor on the remote server." => "Percorso dell'implementatore delle API sul server remoto.", +"Remote Authentification" => "Autenticazione Remota", +"Whether we should authenticate to the remote server or not. If yes, will try to login as an Pydio user, or with standard http auth if Http Auth URI is set." => "È necessario autenticarsi sul server remoto o no? Se SI, verrà tentata un'autenticazione come utente Pydio o tramite autenticazione HTTP di base, se l'AUTH URI è specificato.", +"Login" => "Login", +"Login for http authentification" => "Login per autenticazione HTTP", +"Password" => "Password", +"Password for http authentification" => "Password per autenticazione HTTP", +"Http Auth URI" => "Http Auth URI", +"Path to the authentication script, e.g. /ajaxplorer/index.php (only if you are using basic http auth)" => "Percorso dello script di autenticazione. Per esempio, /ajaxplorer/index.php (solo se si sta utilizzando l'autenticazione di base HTTP)", +"Temporary Folder" => "Cartella Temporanea", +"Temporary folder on the local server used for file uploads. For the moment, it must be placed under your ajaxplorer folder and you must create it and set it writeable by Apache." => "Cartella temporanea sul server locale usata per l'upload dei file. Al momento, deve trovarsi all'interno della cartella di Pydio ed è necessario crearla e renderla accessibile da Apache.", +"Api Capabilities" => "Funzionalità API", +"Pydio plugins actions supported by remote server, thus forwarded directly instead of executed locally." => "Azioni dei plugins Pydio supportate dal server remoto, quindi trasmesse direttamente al posto di essere eseguite localmente.", +);