aboutsummaryrefslogtreecommitdiff
path: root/mod/guidtool
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-09-15 09:46:05 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-09-15 09:46:05 +0000
commit9b3526d298330ed0b4da0164d31712c5c507ee0d (patch)
treea3e470067c64368163266baea1b68eb908574acc /mod/guidtool
parent67782c03d47bf40813b8e5683d1469bb11f0d331 (diff)
downloadelgg-9b3526d298330ed0b4da0164d31712c5c507ee0d.tar.gz
elgg-9b3526d298330ed0b4da0164d31712c5c507ee0d.tar.bz2
Italian language patch
git-svn-id: https://code.elgg.org/elgg/trunk@2077 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/guidtool')
-rw-r--r--mod/guidtool/languages/it.php37
1 files changed, 37 insertions, 0 deletions
diff --git a/mod/guidtool/languages/it.php b/mod/guidtool/languages/it.php
new file mode 100644
index 000000000..f0da01799
--- /dev/null
+++ b/mod/guidtool/languages/it.php
@@ -0,0 +1,37 @@
+<?php
+
+ /**
+ * Elgg Plugin language pack
+ *
+ * @package Elgg GuidTool
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.com/
+ * ****************************************
+ * @Italian Language Pack
+ * @Plugin: GuidTool
+ * @version: beta
+ * english_revision: 1806
+ * @translation by Lord55
+ * @link http://www.nobilityofequals.com
+ ****************************************/
+
+ $italian = array(
+
+ /**
+ * Menu items and titles ###Argomenti del menu e titoli###
+ */
+
+ 'guidtool' => 'GUID Tool',
+ 'guidtool:browse' => 'Naviga nei GUIDs',
+ 'guidtool:import' => 'Importa',
+ 'guidtool:import:desc' => 'Incolla il valore che desideri per importare nella seguente finestra,questo deve avere il formato "%s".',
+
+ 'guidtool:pickformat' => 'Per favore seleziona il formato che preferisci importare o esportare.',
+
+ 'guidbrowser:export' => 'Esporta',
+ );
+
+ add_translation("it",$italian);
+?> \ No newline at end of file