mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-12 18:03:00 +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,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["YourLS Settings"] = "Tu configuración LS";
|
||||
$a->strings["URL: http://"] = "Dirección: http://";
|
||||
$a->strings["Username:"] = "Nombre de Usuario:";
|
||||
$a->strings["Password:"] = "Contraseña:";
|
||||
$a->strings["Use SSL "] = "Usar SSL ";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["yourls Settings saved."] = "La configuración se ha guardado.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["YourLS Settings"] = "Sus Ajustes LS";
|
||||
$a->strings["URL: http://"] = "URL: http://";
|
||||
$a->strings["Username:"] = "Nombre de usuario:";
|
||||
$a->strings["Password:"] = "Contraseña:";
|
||||
$a->strings["Use SSL "] = "Usar SSL ";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["yourls Settings saved."] = "Sus Ajustes de han guardado.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue