From 632cc0c10f244061a673fc25c7f945201c06a700 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 11 Mar 2019 18:15:42 +0100 Subject: [PATCH] added superblock IT translation THX fabrixx, --- superblock/lang/it/messages.po | 22 +++++++++++----------- superblock/lang/it/strings.php | 3 ++- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/superblock/lang/it/messages.po b/superblock/lang/it/messages.po index 698500cb..7ae6de27 100644 --- a/superblock/lang/it/messages.po +++ b/superblock/lang/it/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# fabrixxm , 2014-2015,2017 +# fabrixxm , 2014-2015,2017,2019 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-21 08:45+0200\n" -"PO-Revision-Date: 2017-09-20 06:08+0000\n" +"POT-Creation-Date: 2018-08-17 10:25+0200\n" +"PO-Revision-Date: 2019-03-11 14:21+0000\n" "Last-Translator: fabrixxm \n" "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: superblock.php:53 superblock.php:57 -msgid "\"Superblock\"" -msgstr "\"Superblocco\"" +#: superblock.php:47 superblock.php:51 +msgid "Superblock" +msgstr "Superblock" -#: superblock.php:60 +#: superblock.php:54 msgid "Comma separated profile URLS to block" msgstr "Lista, separata da virgola, di indirizzi di profili da bloccare" -#: superblock.php:64 +#: superblock.php:58 msgid "Save Settings" msgstr "Salva Impostazioni" -#: superblock.php:76 +#: superblock.php:71 msgid "SUPERBLOCK Settings saved." msgstr "Impostazioni \"Superblocco\" salvate." -#: superblock.php:148 +#: superblock.php:144 msgid "Block Completely" msgstr "Blocca Completamente" -#: superblock.php:168 +#: superblock.php:165 msgid "superblock settings updated" msgstr "impostazioni \"superblocco\" aggiornate." diff --git a/superblock/lang/it/strings.php b/superblock/lang/it/strings.php index 968de3cc..97274895 100644 --- a/superblock/lang/it/strings.php +++ b/superblock/lang/it/strings.php @@ -2,10 +2,11 @@ if(! function_exists("string_plural_select_it")) { function string_plural_select_it($n){ + $n = intval($n); return ($n != 1);; }} ; -$a->strings["\"Superblock\""] = "\"Superblocco\""; +$a->strings["Superblock"] = "Superblock"; $a->strings["Comma separated profile URLS to block"] = "Lista, separata da virgola, di indirizzi di profili da bloccare"; $a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings["SUPERBLOCK Settings saved."] = "Impostazioni \"Superblocco\" salvate.";