mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 06:42:59 +00:00
43 lines
2.1 KiB
PHP
43 lines
2.1 KiB
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_es")) {
|
|
function string_plural_select_es($n){
|
|
$n = intval($n);
|
|
return intval($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';
|