From 02bd1a759053d922b9150e57d478cfa70e7b2d3c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 17 Sep 2020 08:30:31 +0200 Subject: [PATCH] IT translation of the dwpost addon updated THX Sylke Vicious --- dwpost/lang/it/messages.po | 7 ++++--- dwpost/lang/it/strings.php | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dwpost/lang/it/messages.po b/dwpost/lang/it/messages.po index 9ce05fe2..d9475182 100644 --- a/dwpost/lang/it/messages.po +++ b/dwpost/lang/it/messages.po @@ -5,13 +5,14 @@ # # Translators: # fabrixxm , 2014,2018 +# Sylke Vicious , 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 \n" +"PO-Revision-Date: 2020-09-15 11:15+0000\n" +"Last-Translator: Sylke Vicious \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" diff --git a/dwpost/lang/it/strings.php b/dwpost/lang/it/strings.php index 0f40abc6..d906cc99 100644 --- a/dwpost/lang/it/strings.php +++ b/dwpost/lang/it/strings.php @@ -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";