From 0b6a4e509feac41fb727ac64d54d6e8146852dbc Mon Sep 17 00:00:00 2001 From: DepaMarco Date: Fri, 17 Oct 2014 10:29:45 +0200 Subject: [PATCH] Italian translation for plugin 'auth.serial' --- core/src/plugins/auth.serial/i18n/conf/it.php | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 core/src/plugins/auth.serial/i18n/conf/it.php diff --git a/core/src/plugins/auth.serial/i18n/conf/it.php b/core/src/plugins/auth.serial/i18n/conf/it.php new file mode 100644 index 0000000000..09c03eb57e --- /dev/null +++ b/core/src/plugins/auth.serial/i18n/conf/it.php @@ -0,0 +1,29 @@ + +* 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( +"Serialized authentication storage" => "Autenticazione Serializzata", +"Stores the Authentication data as serialized PHP values on the filesystem." => "Salva i dati d'Autenticazione come valori serializzati, in un file PHP, sul filesystem.", +"Users" => "Utenti", +"The users list" => "Lista utenti", +"Users File" => "File utenti", +"Fast Checks" => "Controlli Rapidi", +"When using a custom stream wrapper to read the files, this can increase performances by skipping various is_file,is_dir checks" => "Quando si utilizza un wrapper personalizzato per leggere i file, questa opzione può aumentare le performance saltando diversi controlli 'is_file' e 'is_dir'", +);