added superblock IT translation THX fabrixx,

This commit is contained in:
Tobias Diekershoff 2019-03-11 18:15:42 +01:00
parent 20feae4610
commit 632cc0c10f
2 changed files with 13 additions and 12 deletions

View File

@ -4,13 +4,13 @@
#
#
# Translators:
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015,2017
# fabrixxm <fabrix.xm@gmail.com>, 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 <fabrix.xm@gmail.com>\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."

View File

@ -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.";