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

index d947518247e83388d97601ba226f8b3434510a47..5f7c2ee2f65b6594c6caa279018eaddd8d5d91b3 100644 (file)
@@ -5,13 +5,13 @@
 # 
 # Translators:
 # fabrixxm <fabrix.xm@gmail.com>, 2014,2018
-# Sylke Vicious <silkevicious@gmail.com>, 2020
+# Sylke Vicious <silkevicious@gmail.com>, 2020-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: 2020-09-15 11:15+0000\n"
+"POT-Creation-Date: 2021-02-01 18:15+0100\n"
+"PO-Revision-Date: 2021-02-16 12:55+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"
@@ -20,30 +20,30 @@ msgstr ""
 "Language: it\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: dwpost.php:39
+#: dwpost.php:41
 msgid "Post to Dreamwidth"
 msgstr "Invia a Dreamwidth"
 
-#: dwpost.php:70
-msgid "Dreamwidth Post Settings"
-msgstr "Impostazioni Invio a Dreamwidth"
+#: dwpost.php:72 dwpost.php:76
+msgid "Dreamwidth Export"
+msgstr "Esporta Dreamwidth"
 
-#: dwpost.php:72
+#: dwpost.php:80
 msgid "Enable dreamwidth Post Addon"
 msgstr "Abilita il componente aggiuntivo di invio a Dreamwidth"
 
-#: dwpost.php:77
+#: dwpost.php:85
 msgid "dreamwidth username"
 msgstr "Nome utente Dreamwidth"
 
-#: dwpost.php:82
+#: dwpost.php:90
 msgid "dreamwidth password"
 msgstr "password Dreamwidth"
 
-#: dwpost.php:87
+#: dwpost.php:95
 msgid "Post to dreamwidth by default"
 msgstr "Invia sempre a Dreamwidth"
 
-#: dwpost.php:93
-msgid "Submit"
-msgstr "Salva"
+#: dwpost.php:100
+msgid "Save Settings"
+msgstr "Salva Impostazioni"
index d6b25ff971f75560f243ee4b7dd6acd27cc00184..15f935b4bc531aed1ac249827ac6a7e97433a1fc 100644 (file)
@@ -7,9 +7,9 @@ function string_plural_select_it($n){
 }}
 ;
 $a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth";
-$a->strings["Dreamwidth Post Settings"] = "Impostazioni Invio a Dreamwidth";
+$a->strings["Dreamwidth Export"] = "Esporta Dreamwidth";
 $a->strings["Enable dreamwidth Post Addon"] = "Abilita il componente aggiuntivo di invio a Dreamwidth";
 $a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
 $a->strings["dreamwidth password"] = "password Dreamwidth";
 $a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth";
-$a->strings["Submit"] = "Salva";
+$a->strings["Save Settings"] = "Salva Impostazioni";