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

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