mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
14 lines
593 B
PHP
14 lines
593 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_es")) {
|
||
|
function string_plural_select_nl($n){
|
||
|
return ($n != 1);;
|
||
|
}}
|
||
|
;
|
||
|
$a->strings["\"Superblock\" Settings"] = "Configuración de \"Superblock\"";
|
||
|
$a->strings["Comma separated profile URLS to block"] = "Direcciones separadas por coma de los perfiles a bloquear";
|
||
|
$a->strings["Submit"] = "Envíar";
|
||
|
$a->strings["SUPERBLOCK Settings saved."] = "Configuracion Superblock guardada.";
|
||
|
$a->strings["Block Completely"] = "Bloquear completamente";
|
||
|
$a->strings["superblock settings updated"] = "Configuración de Superblock actualizada";
|