aaded IT translation catavatar
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 9 Apr 2018 09:26:42 +0000 (11:26 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 9 Apr 2018 09:26:42 +0000 (11:26 +0200)
catavatar/lang/it/messages.po [new file with mode: 0644]
catavatar/lang/it/strings.php [new file with mode: 0644]

diff --git a/catavatar/lang/it/messages.po b/catavatar/lang/it/messages.po
new file mode 100644 (file)
index 0000000..96b2d4d
--- /dev/null
@@ -0,0 +1,43 @@
+# ADDON catavatar
+# Copyright (C)
+# This file is distributed under the same license as the Friendica catavatar addon package.
+# 
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-04-06 18:26+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: fabrixxm <fabrix.xm@gmail.com>, 2018\n"
+"Language-Team: Italian (https://www.transifex.com/Friendica/teams/12172/it/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: it\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: catavatar.php:57
+msgid "Use Cat as Avatar"
+msgstr "Usa il Gatto come avatar"
+
+#: catavatar.php:58
+msgid "More Random Cat!"
+msgstr "Altro Gatto a caso!"
+
+#: catavatar.php:59
+msgid "Reset to email Cat"
+msgstr "Reimposta Gatto"
+
+#: catavatar.php:61
+msgid "Cat Avatar Settings"
+msgstr "Impostazioni Avatar Gatto"
+
+#: catavatar.php:103 catavatar.php:112 catavatar.php:121
+msgid "There was an error, the cat ran away."
+msgstr "Si è verificato un errore, il gatto è scappato."
+
+#: catavatar.php:134
+msgid "Meow!"
+msgstr "Miao!"
diff --git a/catavatar/lang/it/strings.php b/catavatar/lang/it/strings.php
new file mode 100644 (file)
index 0000000..c068b10
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Use Cat as Avatar"] = "Usa il Gatto come avatar";
+$a->strings["More Random Cat!"] = "Altro Gatto a caso!";
+$a->strings["Reset to email Cat"] = "Reimposta Gatto";
+$a->strings["Cat Avatar Settings"] = "Impostazioni Avatar Gatto";
+$a->strings["There was an error, the cat ran away."] = "Si è verificato un errore, il gatto è scappato.";
+$a->strings["Meow!"] = "Miao!";