From c20f2f89f05b9aa53e989f1c9cc90581bc341645 Mon Sep 17 00:00:00 2001 From: DepaMarco Date: Thu, 27 Nov 2014 09:55:06 +0100 Subject: [PATCH] Italian translation for plugin 'editor.codemirror' --- .../editor.codemirror/i18n/conf/it.php | 24 ++++++++++++++ .../src/plugins/editor.codemirror/i18n/it.php | 33 +++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 core/src/plugins/editor.codemirror/i18n/conf/it.php create mode 100644 core/src/plugins/editor.codemirror/i18n/it.php diff --git a/core/src/plugins/editor.codemirror/i18n/conf/it.php b/core/src/plugins/editor.codemirror/i18n/conf/it.php new file mode 100644 index 0000000000..4a8e4dcecd --- /dev/null +++ b/core/src/plugins/editor.codemirror/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( +"Source Viewer" => "Visualizzatore Sorgente", +"Syntax Highlighter for all major code source files" => "Evidenziatore Sintassi per la maggior parte dei file sorgente", +); diff --git a/core/src/plugins/editor.codemirror/i18n/it.php b/core/src/plugins/editor.codemirror/i18n/it.php new file mode 100644 index 0000000000..c9a567caf9 --- /dev/null +++ b/core/src/plugins/editor.codemirror/i18n/it.php @@ -0,0 +1,33 @@ + + * 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( +"1" => "Editor Sorgente", +"2" => "Evidenziatore Sintassi CodeMirror", +"3" => "Wrapping", +"3b"=> "Cambia wrapping linee", +"4" => "Numeri", +"5" => "Cambia numerazione linee", +"6" => "Salta alla linea", +"7" => "Annulla", +"8" => "Ripeti", +"9" => "Ricerca Testo", +"10" => "Dimenzione Indentazione" +);