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

Commit

Permalink
Italian translation for plugin 'access.remote_fs'
Browse files Browse the repository at this point in the history
  • Loading branch information
DepaMarco committed May 27, 2014
1 parent 3a3a01a commit 2f19bf8
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions core/src/plugins/access.remote_fs/i18n/conf/it.php
@@ -0,0 +1,40 @@
<?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(
"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.",
);

0 comments on commit 2f19bf8

Please sign in to comment.