mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 06:29:51 +00:00
13 lines
472 B
PHP
13 lines
472 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_es")) {
|
|
function string_plural_select_es($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["\"Superblock\""] = "";
|
|
$a->strings["Comma separated profile URLS to block"] = "Perfil de URLS a bloque separado por comas";
|
|
$a->strings["Save Settings"] = "Guardar configuración";
|
|
$a->strings["SUPERBLOCK Settings saved."] = "";
|
|
$a->strings["Block Completely"] = "Bloquear completamente";
|
|
$a->strings["superblock settings updated"] = "";
|