From c1cf57b30292f591c292e420830d81bd625d47ec Mon Sep 17 00:00:00 2001 From: DepaMarco Date: Thu, 27 Nov 2014 15:09:27 +0100 Subject: [PATCH] Italian translation for plugin 'editor.eml' --- core/src/plugins/editor.eml/i18n/conf/it.php | 24 ++++++++++++++++++++ core/src/plugins/editor.eml/i18n/it.php | 17 ++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 core/src/plugins/editor.eml/i18n/conf/it.php create mode 100644 core/src/plugins/editor.eml/i18n/it.php diff --git a/core/src/plugins/editor.eml/i18n/conf/it.php b/core/src/plugins/editor.eml/i18n/conf/it.php new file mode 100644 index 0000000000..181dde67c1 --- /dev/null +++ b/core/src/plugins/editor.eml/i18n/conf/it.php @@ -0,0 +1,24 @@ + +* 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( +"Email Viewer" => "Visualizzatore Email", +"Email reader, supports eml format and eml mimetypes. Detects if a folder contains only email and display columns accordingly." => "Lettore Email, supporta il formato 'eml' ed il mimetype 'eml'. Individua se una cartella contiene solo email e visualizza le colonne conseguentemente.", +); diff --git a/core/src/plugins/editor.eml/i18n/it.php b/core/src/plugins/editor.eml/i18n/it.php new file mode 100644 index 0000000000..8c68e1587e --- /dev/null +++ b/core/src/plugins/editor.eml/i18n/it.php @@ -0,0 +1,17 @@ + "Visualizzatore Email", +"title" => "Visualizzatore Email", +"1" => "Da", +"2" => "A", +"3" => "Oggetto", +"4" => "Data", +"5" => "Allegati", +"6" => "Download EML", +"7" => "Allegato %s รจ stato correttamente copiato in %s", +"8" => "Impossibile aprire il file!", +"9" => "Nessun allegato trovato!", +"10" => "Download ", +"11" => "Copia allegato sul server", +"12" => "Cc", +);