mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +00:00
diaspora addon ES translation update THX Boris Daniel Martinez Millàn
This commit is contained in:
parent
6312178d6e
commit
4e54c7948e
2 changed files with 92 additions and 39 deletions
|
@ -3,16 +3,24 @@
|
|||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Diaspora"] = "Publicar hacia Diaspora*";
|
||||
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "No se puede ingresar a tu cuenta de Diaspora*. Por favor verificar nombre de usuario, contraseña y asegura de usar la dirección completa, incluyendo https.. .";
|
||||
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "";
|
||||
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "";
|
||||
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "";
|
||||
$a->strings["All aspects"] = "Todos los aspectos";
|
||||
$a->strings["Public"] = "Publico";
|
||||
$a->strings["Post to aspect:"] = "Publicar para aspecto";
|
||||
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Conectado con tu cuenta de Diaspora <strong>%s</strong>";
|
||||
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "";
|
||||
$a->strings["Diaspora Export"] = "Exportar a Diaspora*";
|
||||
$a->strings["Enable Diaspora Post Addon"] = "Habilitar publicar a traves de Diaspora* addon.";
|
||||
$a->strings["Diaspora username"] = "Nombre de usuario de Diaspora*.";
|
||||
$a->strings["Diaspora password"] = "Contraseña Diaspora*";
|
||||
$a->strings["Diaspora site URL"] = "URL sitio Diaspora*";
|
||||
$a->strings["Post to Diaspora by default"] = "Publicar hacia Diaspora* como estándar.";
|
||||
$a->strings["Information"] = "";
|
||||
$a->strings["Error"] = "";
|
||||
$a->strings["Save Settings"] = "Guardar configuración";
|
||||
$a->strings["Diaspora post failed. Queued for retry."] = "La publicación hacia Diaspora* fallo, puesto en espera para nuevo intento.";
|
||||
$a->strings["Enable Diaspora Post Addon"] = "";
|
||||
$a->strings["Diaspora handle"] = "";
|
||||
$a->strings["Diaspora password"] = "Contraseña Diaspora*";
|
||||
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "";
|
||||
$a->strings["Post to Diaspora by default"] = "Publicar hacia Diaspora* como estándar.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue