mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
13 lines
591 B
PHP
13 lines
591 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_ca")) {
|
|
function string_plural_select_de($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["\"Superblock\" Settings"] = "Configuració de \"Superblock\"";
|
|
$a->strings["Comma separated profile URLS to block"] = "URLS dels perfils a bloquejar, separats per comes";
|
|
$a->strings["Submit"] = "Enviar";
|
|
$a->strings["SUPERBLOCK Settings saved."] = "Guardada la configuració de SUPERBLOCK.";
|
|
$a->strings["Block Completely"] = "Bloquejar completament";
|
|
$a->strings["superblock settings updated"] = "Actualitzar la configuració de Superblock";
|