mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
ES translation work - muchas gracias Albert
This commit is contained in:
parent
3c56a3ee94
commit
e99e660298
14 changed files with 475 additions and 48 deletions
|
@ -1,7 +1,12 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "Permitir el uso de tu ID de Friendica (%s) para conexiones de almacenamiento externo sin alojamiento activado (como OwnCloud). Mira <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>";
|
||||
$a->strings["Template URL (with {category})"] = "Dirección de la plantilla (con {categoría})";
|
||||
$a->strings["OAuth end-point"] = "Punto final OAuth";
|
||||
$a->strings["Api"] = "API";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "Permite usar su ID de Friendica (%s) para conectar a un almacén habilitado externo sin hospedar (como ownCloud). Vea <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>";
|
||||
$a->strings["Template URL (with {category})"] = "Plantilla de URL (con {categoría})";
|
||||
$a->strings["OAuth end-point"] = "Punto final de OAuth";
|
||||
$a->strings["Api"] = "API";
|
||||
$a->strings["Save Settings"] = "Guardar Ajustes";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue