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 'auth.cmsms' plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DepaMarco committed Jul 28, 2014
1 parent 357081f commit 78dcbb8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions core/src/plugins/auth.cmsms/i18n/conf/it.php
@@ -0,0 +1,35 @@
<?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(
"DB Storage" => "Database",
"Login URL" => "URL di Login",
"if direct access, redirect to the given URL" => "Se l'accesso è diretto, redirigi all'URL specificato",
"Logout URL" => "URL di Logout",
"Redirect to the given URL on loggin out" => "Reindirizzamento all'URL specificato al logout",
"Secret key" => "Chiave segreta",
"This key must only be known by remote end" => "Questa chiave deve essere nota solo al terminale remoto",
"Connexion" => "Connessione",
"The Database Connexion" => "La Connessione al Database",
"Prefix tables" => "Prefisso Tabelle",
"Prefix of CMSMS tables " => "Prefisso delle tabelle CMSMS ",
"CMSMS Authentication" => "Autenticazione CMSMS",
"Stores the Authentication data in CMSMS FEU" => "Immagazina i dati di Autenticazione in CMSMS FEU",
);

0 comments on commit 78dcbb8

Please sign in to comment.