mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
IT: imported translations
This commit is contained in:
parent
e60a9e61fd
commit
1038ae0174
128 changed files with 5405 additions and 669 deletions
|
@ -1,38 +1,43 @@
|
|||
<?php
|
||||
|
||||
$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"] = "abbraccia";
|
||||
$a->strings["hugged"] = "ha abbracciato";
|
||||
$a->strings["kiss"] = "bacia";
|
||||
$a->strings["kissed"] = "ha baciato";
|
||||
$a->strings["raise eyebrows at"] = "solleva un sopracciglio a";
|
||||
$a->strings["raised their eyebrows at"] = "ha sollevato un sopracciglio a";
|
||||
$a->strings["insult"] = "insulta";
|
||||
$a->strings["insulted"] = "ha insultato";
|
||||
$a->strings["praise"] = "prega";
|
||||
$a->strings["praised"] = "ha pregato";
|
||||
$a->strings["be dubious of"] = "è dubbioso di";
|
||||
$a->strings["was dubious of"] = "";
|
||||
$a->strings["eat"] = "mangia";
|
||||
$a->strings["ate"] = "ha mangiato";
|
||||
$a->strings["giggle and fawn at"] = "";
|
||||
$a->strings["giggled and fawned at"] = "";
|
||||
$a->strings["doubt"] = "";
|
||||
$a->strings["doubted"] = "";
|
||||
$a->strings["glare"] = "";
|
||||
$a->strings["glared at"] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
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["doubt"] = "";
|
||||
$a->strings["doubted"] = "";
|
||||
$a->strings["glare"] = "";
|
||||
$a->strings["glared at"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue