]> git.mxchange.org Git - friendica-addons.git/commitdiff
IT fromgplus translation
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Nov 2016 06:48:46 +0000 (07:48 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Nov 2016 06:48:46 +0000 (07:48 +0100)
fromgplus/lang/it/messages.po
fromgplus/lang/it/strings.php

index 63384400af85ce5cb816a66ea3e1919185d0db35..c522dea465daaf22a8ffedac13b37ed5c9da1d4e 100644 (file)
@@ -5,13 +5,14 @@
 # 
 # Translators:
 # fabrixxm <fabrix.xm@gmail.com>, 2014-2015
+# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2015-08-31 10:12+0000\n"
-"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
+"POT-Creation-Date: 2016-11-12 16:52+0000\n"
+"PO-Revision-Date: 2016-11-22 06:48+0000\n"
+"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
 "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,22 +20,34 @@ msgstr ""
 "Language: it\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: fromgplus.php:33
-msgid "Google+ Import Settings"
-msgstr "Impostazioni Importa Google+"
+#: fromgplus.php:46 fromgplus.php:50
+msgid "Google+ Mirror"
+msgstr "Mirror Goggle+"
 
-#: fromgplus.php:36
+#: fromgplus.php:55
 msgid "Enable Google+ Import"
 msgstr "Abilita Importa da Google+"
 
-#: fromgplus.php:39
+#: fromgplus.php:58
 msgid "Google Account ID"
 msgstr "ID Google Account"
 
-#: fromgplus.php:44
-msgid "Submit"
-msgstr "Invia"
+#: fromgplus.php:61
+msgid "Add keywords to post"
+msgstr ""
+
+#: fromgplus.php:66 fromgplus.php:95
+msgid "Save Settings"
+msgstr "Salva Impostazioni"
 
-#: fromgplus.php:59
+#: fromgplus.php:87
 msgid "Google+ Import Settings saved."
 msgstr "Impostazioni Importa Google+ salvate"
+
+#: fromgplus.php:96
+msgid "Key"
+msgstr ""
+
+#: fromgplus.php:103
+msgid "Settings updated."
+msgstr "Impostazioni aggiornate."
index f3abc3a0040c937165110f5deb85563fb0954ae4..f66250f93e05fff6a35b34f82a66128e5f8e9aad 100644 (file)
@@ -5,8 +5,11 @@ function string_plural_select_it($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["Google+ Import Settings"] = "Impostazioni Importa Google+";
+$a->strings["Google+ Mirror"] = "Mirror Goggle+";
 $a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
 $a->strings["Google Account ID"] = "ID Google Account";
-$a->strings["Submit"] = "Invia";
+$a->strings["Add keywords to post"] = "";
+$a->strings["Save Settings"] = "Salva Impostazioni";
 $a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
+$a->strings["Key"] = "";
+$a->strings["Settings updated."] = "Impostazioni aggiornate.";