mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
added superblock IT translation THX fabrixx,
This commit is contained in:
parent
20feae4610
commit
632cc0c10f
2 changed files with 13 additions and 12 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue