]> git.mxchange.org Git - friendica-addons.git/blobdiff - morepokes/lang/it/strings.php
planets addon IT translation update THX Sylke Vicious
[friendica-addons.git] / morepokes / lang / it / strings.php
index 90d03c91fc1dc159ef242bcbdc3c9826a2cc4b81..992259bcfa2a2f8e83d66aef1c836d8fe99110d4 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
 $a->strings["bitchslap"] = "schiaffeggia";
@@ -37,7 +38,7 @@ $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["doubt"] = "dubita";
+$a->strings["doubted"] = "dubitato";
 $a->strings["glare"] = "guarda con aria feroce";
 $a->strings["glared at"] = "ha guardato con aria feroce";