From 1cfc3b067d8acd06e926d4d8f5fd45032d038dcd Mon Sep 17 00:00:00 2001 From: DepaMarco Date: Mon, 13 Oct 2014 09:51:34 +0200 Subject: [PATCH] Add Italian translation for plugin 'auth.phpbb' --- core/src/plugins/auth.phpbb/i18n/conf/it.php | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 core/src/plugins/auth.phpbb/i18n/conf/it.php diff --git a/core/src/plugins/auth.phpbb/i18n/conf/it.php b/core/src/plugins/auth.phpbb/i18n/conf/it.php new file mode 100644 index 0000000000..d81a11f3ed --- /dev/null +++ b/core/src/plugins/auth.phpbb/i18n/conf/it.php @@ -0,0 +1,35 @@ + +* 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 authentication" => "Autenticazione Remota", +"Authentication is done remotely (useful in CMS system)." => "L'autenticazione è eseguita in remoto (utilizzando il sistema integrato nel CMS).", +"Authentication mode" => "Modalità Autenticazione", +"If set, the remote end calls us to register upon login, else, we will be calling the remote end when login is required" => "Se impostato, il contatto remoto ci chiede la registrazione al momento del login; altrimenti, il sistema chiamerà il contatto remoto quando il login è richiesto", +"Login URL" => "Login URL", +"When not in slave mode, AJXP calls the given URL as URL?name=XXX&pass=XXX&key=XXX. Else it redirect to the given URL" => "Quando il sistema non è Secondario, AJXP chiama l'indirizzo specificato come URL?name=XXX&pass=XXX&key=XXX. Altrimenti reindirizza all'indirizzo specificato.", +"Logout URL" => "Logout URL", +"Redirect to the given URL on loggin out" => "Reindirizza all'URL specificato dopo il logout.", +"PHPbb" => "PHPbb", +"The phpbb path" => "Il percorso di PHPbb", +"Users" => "Utenti", +"The users list" => "Lista utenti", +"PHPBB authentication" => "Autenticazione PHPBB", +);