mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
ES translation work THX Albert
This commit is contained in:
parent
631c7724b6
commit
87697cc233
4 changed files with 120 additions and 15 deletions
|
@ -1,10 +1,15 @@
|
|||
<?php
|
||||
|
||||
$a->strings["\"Blockem\" Settings"] = "Configuración de \"Blockem\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Direcciones separadas por coma de los perfiles a bloquear";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["BLOCKEM Settings saved."] = "Configuracion Blockem guardada.";
|
||||
$a->strings["Blocked %s - Click to open/close"] = "%s bloqueado. Pulsa aquí para mostrar/ocultar";
|
||||
$a->strings["Unblock Author"] = "Desbloquear Autor";
|
||||
$a->strings["Block Author"] = "Bloquear Autor";
|
||||
$a->strings["blockem settings updated"] = "Configuración de Blockem actualizada";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Blockem\" Settings"] = "Ajustes de \"Blockem\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Perfil de URLS a bloque separado por comas";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["BLOCKEM Settings saved."] = "Ajustes de BLOCKEM guardados.";
|
||||
$a->strings["Blocked %s - Click to open/close"] = "%s bloqueados - Click para abrir/cerrar";
|
||||
$a->strings["Unblock Author"] = "Desbloquear Autor";
|
||||
$a->strings["Block Author"] = "Bloquear autor";
|
||||
$a->strings["blockem settings updated"] = "Ajustes de Blockem actualizados";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue