mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
14 lines
577 B
PHP
14 lines
577 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_nl($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["\"Superblock\" Settings"] = "Impostazioni \"Superblock\"";
|
|
$a->strings["Comma separated profile URLS to block"] = "Lista, separata da virgola, di indirizzi di profili da bloccare";
|
|
$a->strings["Submit"] = "Invia";
|
|
$a->strings["SUPERBLOCK Settings saved."] = "Impostazioni \"Superblock\" salvate.";
|
|
$a->strings["Block Completely"] = "Completamente blocca";
|
|
$a->strings["Superblock settings updated"] = "Impostazioni 'Superblock' aggiornate.";
|
|
|