mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
ES translation work THX Albert
This commit is contained in:
parent
673705dcca
commit
631c7724b6
51 changed files with 1981 additions and 227 deletions
|
@ -1,38 +1,43 @@
|
|||
<?php
|
||||
|
||||
$a->strings["bitchslap"] = "abofetear fuerte";
|
||||
$a->strings["bitchslapped"] = "abofeteó fuertemente a";
|
||||
$a->strings["shag"] = "picar";
|
||||
$a->strings["shagged"] = "picó a";
|
||||
$a->strings["do something obscenely biological to"] = "hacer algo obsceno y biológico a";
|
||||
$a->strings["did something obscenely biological to"] = "hizo algo obsceno y biológico a";
|
||||
$a->strings["point out the poke feature to"] = "señalar la habilidad de toques a";
|
||||
$a->strings["pointed out the poke feature to"] = "señaló la habilidad de toques a";
|
||||
$a->strings["declare undying love for"] = "declarar amor incondicional a";
|
||||
$a->strings["declared undying love for"] = "declaró amor incondicional a";
|
||||
$a->strings["patent"] = "patentar";
|
||||
$a->strings["patented"] = "patentó";
|
||||
$a->strings["stroke beard"] = "acariciar barba";
|
||||
$a->strings["stroked their beard at"] = "acarició su barba a";
|
||||
$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "deplorar los bajos estándares de educación secundaria y terciaria moderna a";
|
||||
$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "deplora los bajos estándares de educación secundaria y terciaria moderna a";
|
||||
$a->strings["hug"] = "abrazar";
|
||||
$a->strings["hugged"] = "abrazó a";
|
||||
$a->strings["kiss"] = "besar";
|
||||
$a->strings["kissed"] = "besó a";
|
||||
$a->strings["raise eyebrows at"] = "alzar las cejas a";
|
||||
$a->strings["raised their eyebrows at"] = "alzó sus cejas a";
|
||||
$a->strings["insult"] = "insultar";
|
||||
$a->strings["insulted"] = "insultó a";
|
||||
$a->strings["praise"] = "alabar";
|
||||
$a->strings["praised"] = "alabó a";
|
||||
$a->strings["be dubious of"] = "dudar de";
|
||||
$a->strings["was dubious of"] = "dudó de";
|
||||
$a->strings["eat"] = "comer";
|
||||
$a->strings["ate"] = "comió";
|
||||
$a->strings["giggle and fawn at"] = "reír y carcajearse de";
|
||||
$a->strings["giggled and fawned at"] = "rió y se carcajeó de";
|
||||
$a->strings["doubt"] = "dudar";
|
||||
$a->strings["doubted"] = "dudó";
|
||||
$a->strings["glare"] = "mirar fijamente";
|
||||
$a->strings["glared at"] = "miró fijamente a";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["bitchslap"] = "bofetada";
|
||||
$a->strings["bitchslapped"] = "abofeteó";
|
||||
$a->strings["shag"] = "atrapar";
|
||||
$a->strings["shagged"] = "atrapó";
|
||||
$a->strings["do something obscenely biological to"] = "hacer algo obscenamente biológico a";
|
||||
$a->strings["did something obscenely biological to"] = "hizo algo obscenamente biológico a";
|
||||
$a->strings["point out the poke feature to"] = "señalar la presentación de empuje a";
|
||||
$a->strings["pointed out the poke feature to"] = "señaló la presentación de empuje a";
|
||||
$a->strings["declare undying love for"] = "declarar amor eterno a";
|
||||
$a->strings["declared undying love for"] = "declaró amor eterno a";
|
||||
$a->strings["patent"] = "padres";
|
||||
$a->strings["patented"] = "emparentado";
|
||||
$a->strings["stroke beard"] = "acariciar barba";
|
||||
$a->strings["stroked their beard at"] = "acarició la barba a";
|
||||
$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "lamentar los estándares en declive de la educación secundaria y terciaria modernas a";
|
||||
$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "lamenta los estándares en declive de la educación secundaria y terciaria modernas a";
|
||||
$a->strings["hug"] = "abrazar";
|
||||
$a->strings["hugged"] = "abrazó";
|
||||
$a->strings["kiss"] = "beso";
|
||||
$a->strings["kissed"] = "besó";
|
||||
$a->strings["raise eyebrows at"] = "levantar cejas a";
|
||||
$a->strings["raised their eyebrows at"] = "le levantó las cejas a";
|
||||
$a->strings["insult"] = "insultar";
|
||||
$a->strings["insulted"] = "insultado";
|
||||
$a->strings["praise"] = "elogiar";
|
||||
$a->strings["praised"] = "elogiado";
|
||||
$a->strings["be dubious of"] = "dudar de";
|
||||
$a->strings["was dubious of"] = "dudó de";
|
||||
$a->strings["eat"] = "comer";
|
||||
$a->strings["ate"] = "comido";
|
||||
$a->strings["giggle and fawn at"] = "risita y adular a";
|
||||
$a->strings["giggled and fawned at"] = "rió y aduló a";
|
||||
$a->strings["doubt"] = "dudar";
|
||||
$a->strings["doubted"] = "dudó";
|
||||
$a->strings["glare"] = "mirar con furia";
|
||||
$a->strings["glared at"] = "miró con furia a";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue