]> git.mxchange.org Git - friendica-addons.git/commitdiff
planets addon IT translation update THX Sylke Vicious
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 16:54:05 +0000 (18:54 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 16:54:05 +0000 (18:54 +0200)
planets/lang/it/messages.po
planets/lang/it/strings.php

index 2cf9592c1da149884a5a722e8fd8dae46259e0db..b3a93820ee81c61dc3367cad06c871b64ec5a81d 100644 (file)
@@ -5,13 +5,14 @@
 # 
 # Translators:
 # fabrixxm <fabrix.xm@gmail.com>, 2014-2015,2018
+# Sylke Vicious <silkevicious@gmail.com>, 2021
 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: 2018-03-19 13:25+0000\n"
-"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
+"POT-Creation-Date: 2021-02-01 18:15+0100\n"
+"PO-Revision-Date: 2021-02-16 12:56+0000\n"
+"Last-Translator: Sylke Vicious <silkevicious@gmail.com>\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,14 +20,18 @@ msgstr ""
 "Language: it\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: planets.php:150
+#: planets.php:131 planets.php:135
+msgid "Planets"
+msgstr "Pianeti"
+
+#: planets.php:139
 msgid "Planets Settings"
 msgstr "Impostazioni \"Pianeti\""
 
-#: planets.php:152
+#: planets.php:141
 msgid "Enable Planets Addon"
 msgstr "Abilita il componente aggiuntivo Pianeti"
 
-#: planets.php:158
-msgid "Submit"
-msgstr "Invia"
+#: planets.php:147
+msgid "Save Settings"
+msgstr "Salva Impostazioni"
index 871365282fe7e9d7e60b6808cd1c354d367bf6fc..7fdca376ecc892d0e7f577aa92eb2588ad851546 100644 (file)
@@ -6,6 +6,7 @@ function string_plural_select_it($n){
        return intval($n != 1);
 }}
 ;
+$a->strings["Planets"] = "Pianeti";
 $a->strings["Planets Settings"] = "Impostazioni \"Pianeti\"";
 $a->strings["Enable Planets Addon"] = "Abilita il componente aggiuntivo Pianeti";
-$a->strings["Submit"] = "Invia";
+$a->strings["Save Settings"] = "Salva Impostazioni";