mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
morepokes: update IT strings
This commit is contained in:
parent
f1b2dad867
commit
802dbb5a44
3 changed files with 72 additions and 71 deletions
|
@ -5,39 +5,39 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["bitchslap"] = "";
|
||||
$a->strings["bitchslapped"] = "";
|
||||
$a->strings["shag"] = "";
|
||||
$a->strings["shagged"] = "";
|
||||
$a->strings["do something obscenely biological to"] = "";
|
||||
$a->strings["did something obscenely biological to"] = "";
|
||||
$a->strings["point out the poke feature to"] = "";
|
||||
$a->strings["pointed out the poke feature to"] = "";
|
||||
$a->strings["declare undying love for"] = "";
|
||||
$a->strings["declared undying love for"] = "";
|
||||
$a->strings["patent"] = "";
|
||||
$a->strings["patented"] = "";
|
||||
$a->strings["stroke beard"] = "";
|
||||
$a->strings["stroked their beard at"] = "";
|
||||
$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "";
|
||||
$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "";
|
||||
$a->strings["hug"] = "";
|
||||
$a->strings["hugged"] = "";
|
||||
$a->strings["kiss"] = "";
|
||||
$a->strings["kissed"] = "";
|
||||
$a->strings["raise eyebrows at"] = "";
|
||||
$a->strings["raised their eyebrows at"] = "";
|
||||
$a->strings["insult"] = "";
|
||||
$a->strings["insulted"] = "";
|
||||
$a->strings["praise"] = "";
|
||||
$a->strings["praised"] = "";
|
||||
$a->strings["be dubious of"] = "";
|
||||
$a->strings["was dubious of"] = "";
|
||||
$a->strings["eat"] = "";
|
||||
$a->strings["ate"] = "";
|
||||
$a->strings["giggle and fawn at"] = "";
|
||||
$a->strings["giggled and fawned at"] = "";
|
||||
$a->strings["bitchslap"] = "schiaffeggia";
|
||||
$a->strings["bitchslapped"] = "ha schiaffeggiato";
|
||||
$a->strings["shag"] = "scopa";
|
||||
$a->strings["shagged"] = "ha scopato";
|
||||
$a->strings["do something obscenely biological to"] = "fa qualcosa di biologicamente osceno a";
|
||||
$a->strings["did something obscenely biological to"] = "ha fatto qualcosa di biologicamente osceno a";
|
||||
$a->strings["point out the poke feature to"] = "fa vedere la funzione \"stuzzica\" a";
|
||||
$a->strings["pointed out the poke feature to"] = "ha fatto vedere la funzione \"stuzzica\" a";
|
||||
$a->strings["declare undying love for"] = "dichiara eterno amore per";
|
||||
$a->strings["declared undying love for"] = "ha dichiarato eterno amore per";
|
||||
$a->strings["patent"] = "brevetta";
|
||||
$a->strings["patented"] = "ha brevettato";
|
||||
$a->strings["stroke beard"] = "tirare la barba";
|
||||
$a->strings["stroked their beard at"] = "ha tirato la barba di";
|
||||
$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "lamentati del declino degli standard della moderna istruzione secondaria e terziaria con";
|
||||
$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "si è lamentato del declino degli standard della moderna istruzione secondaria e terziaria con";
|
||||
$a->strings["hug"] = "abbraccia";
|
||||
$a->strings["hugged"] = "ha abbracciato";
|
||||
$a->strings["kiss"] = "bacia";
|
||||
$a->strings["kissed"] = "ha baciato";
|
||||
$a->strings["raise eyebrows at"] = "solleva un sopracciglio verso";
|
||||
$a->strings["raised their eyebrows at"] = "ha sollevato un sopracciglio verso";
|
||||
$a->strings["insult"] = "insulta";
|
||||
$a->strings["insulted"] = "ha insultato";
|
||||
$a->strings["praise"] = "prega";
|
||||
$a->strings["praised"] = "ha pregato";
|
||||
$a->strings["be dubious of"] = "dubita di";
|
||||
$a->strings["was dubious of"] = "ha dubitato di";
|
||||
$a->strings["eat"] = "mangia";
|
||||
$a->strings["ate"] = "ha mangiato";
|
||||
$a->strings["giggle and fawn at"] = "sorridi e adula";
|
||||
$a->strings["giggled and fawned at"] = "ha sorriso e adulato";
|
||||
$a->strings["doubt"] = "";
|
||||
$a->strings["doubted"] = "";
|
||||
$a->strings["glare"] = "";
|
||||
$a->strings["glared at"] = "";
|
||||
$a->strings["glare"] = "guarda con aria feroce";
|
||||
$a->strings["glared at"] = "ha guardato con aria feroce";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue