mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 01:18:48 +00:00
ES update to the translations THX Athalbert
This commit is contained in:
parent
edc3b196e6
commit
71f988d1bf
14 changed files with 660 additions and 48 deletions
21
buffer/lang/es/strings.php
Normal file
21
buffer/lang/es/strings.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "Permiso denegado";
|
||||
$a->strings["Save Settings"] = "Guardar ajustes";
|
||||
$a->strings["Client ID"] = "ID de cliente";
|
||||
$a->strings["Client Secret"] = "Secreto de cliente";
|
||||
$a->strings["Error when registering buffer connection:"] = "Error al registrar cunexión de buffer";
|
||||
$a->strings["You are now authenticated to buffer. "] = "Ahora está autenticado al fufer";
|
||||
$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 Plugin"] = "Active el plugin 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