mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00:00
ES translation updates blockem, blogger, buffer and dav addon
This commit is contained in:
parent
4afac88fc0
commit
393bbe37da
7 changed files with 36 additions and 24 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
@ -15,7 +16,7 @@ $a->strings["return to the connector page"] = "Vuelva a la página de conexión"
|
|||
$a->strings["Post to Buffer"] = "Publique en Buffer";
|
||||
$a->strings["Buffer Export"] = "Exportar Buffer";
|
||||
$a->strings["Authenticate your Buffer connection"] = "Autenticar su conexión de Buffer";
|
||||
$a->strings["Enable Buffer Post Addon"] = "Active el addon de publicación de Buffer";
|
||||
$a->strings["Enable Buffer Post Addon"] = "Habilitar el complemento de publicación de Buffer";
|
||||
$a->strings["Post to Buffer by default"] = "Publicar en Buffer por defecto";
|
||||
$a->strings["Check to delete this preset"] = "Verificar para eliminar este preajuste";
|
||||
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Las publicaciones van a todas las cuentas que estén habilitadas por defecto";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue