mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
catavatar: added ES translation
This commit is contained in:
parent
18f48cc96d
commit
4afac88fc0
2 changed files with 55 additions and 2 deletions
|
@ -2,14 +2,16 @@
|
|||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Blockem\""] = "\"Bloquealos\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "URLS separados por coma para bloquear.";
|
||||
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Oculta el contenido del usuario al colapsar las publicaciones. También reemplaza su avatar con una imagen genérica.";
|
||||
$a->strings["Comma separated profile URLS:"] = "URLs de perfil separadas por comas:";
|
||||
$a->strings["Save Settings"] = "Guardar configuración";
|
||||
$a->strings["BLOCKEM Settings saved."] = "Configuración de BLOQUEALOS guardado.";
|
||||
$a->strings["Blocked %s - Click to open/close"] = "%s bloqueado - click para abrir/cerrar";
|
||||
$a->strings["Filtered user: %s"] = "Usuario filtrado: %s";
|
||||
$a->strings["Unblock Author"] = "Desbloquear autor";
|
||||
$a->strings["Block Author"] = "Bloquear autor";
|
||||
$a->strings["blockem settings updated"] = "configuración de BLOQUEALOS actualizado";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue