]> git.mxchange.org Git - friendica-addons.git/commitdiff
IT translation of the dwpost addon updated THX Sylke Vicious
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 17 Sep 2020 06:30:31 +0000 (08:30 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 17 Sep 2020 06:30:31 +0000 (08:30 +0200)
dwpost/lang/it/messages.po
dwpost/lang/it/strings.php

index 9ce05fe24f93d397f8ce7201006d38f9c08adc86..d947518247e83388d97601ba226f8b3434510a47 100644 (file)
@@ -5,13 +5,14 @@
 # 
 # Translators:
 # fabrixxm <fabrix.xm@gmail.com>, 2014,2018
+# Sylke Vicious <silkevicious@gmail.com>, 2020
 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:21+0000\n"
-"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
+"PO-Revision-Date: 2020-09-15 11:15+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"
@@ -25,7 +26,7 @@ msgstr "Invia a Dreamwidth"
 
 #: dwpost.php:70
 msgid "Dreamwidth Post Settings"
-msgstr "Impostazioni Invio a Dreeamwidth"
+msgstr "Impostazioni Invio a Dreamwidth"
 
 #: dwpost.php:72
 msgid "Enable dreamwidth Post Addon"
index 0f40abc654b8cc4e2f05758a1f4a16c58132df8f..d906cc993602a2d16f504cebac928ef03e846df0 100644 (file)
@@ -2,11 +2,12 @@
 
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
+       $n = intval($n);
        return ($n != 1);;
 }}
 ;
 $a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth";
-$a->strings["Dreamwidth Post Settings"] = "Impostazioni Invio a Dreeamwidth";
+$a->strings["Dreamwidth Post Settings"] = "Impostazioni Invio a 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";