2014-09-14 20:01:44 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
2019-03-11 17:15:42 +00:00
|
|
|
$n = intval($n);
|
2014-09-14 20:01:44 +00:00
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
2019-03-11 17:15:42 +00:00
|
|
|
$a->strings["Superblock"] = "Superblock";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Comma separated profile URLS to block"] = "Lista, separata da virgola, di indirizzi di profili da bloccare";
|
2018-03-19 20:28:00 +00:00
|
|
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|
|
|
|
$a->strings["SUPERBLOCK Settings saved."] = "Impostazioni \"Superblocco\" salvate.";
|
|
|
|
$a->strings["Block Completely"] = "Blocca Completamente";
|
|
|
|
$a->strings["superblock settings updated"] = "impostazioni \"superblocco\" aggiornate.";
|