From d7de9d9bf729806cd362f50b1a968b6c21f3f094 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 18:54:05 +0200 Subject: [PATCH] planets addon IT translation update THX Sylke Vicious --- planets/lang/it/messages.po | 21 +++++++++++++-------- planets/lang/it/strings.php | 3 ++- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/planets/lang/it/messages.po b/planets/lang/it/messages.po index 2cf9592c..b3a93820 100644 --- a/planets/lang/it/messages.po +++ b/planets/lang/it/messages.po @@ -5,13 +5,14 @@ # # Translators: # fabrixxm , 2014-2015,2018 +# Sylke Vicious , 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 \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 \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" diff --git a/planets/lang/it/strings.php b/planets/lang/it/strings.php index 87136528..7fdca376 100644 --- a/planets/lang/it/strings.php +++ b/planets/lang/it/strings.php @@ -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";