]> git.mxchange.org Git - friendica-addons.git/blobdiff - krynn/lang/it/strings.php
HU and IT translation updates
[friendica-addons.git] / krynn / lang / it / strings.php
index 9c6f59bed56e3cf9e045a78dcddd487f68696904..727d2877ceefdd64257b9aadb020e2f54c9a3a08 100644 (file)
@@ -2,9 +2,8 @@
 
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
-       return ($n != 1);;
+       $n = intval($n);
+       if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
 }}
-;
-$a->strings["Krynn Settings"] = "Impostazioni Krynn";
-$a->strings["Enable Krynn Addon"] = "Abilita componente aggiuntivo Krynn";
-$a->strings["Submit"] = "Invia";
+$a->strings['Enable Krynn Addon'] = 'Abilita componente aggiuntivo Krynn';
+$a->strings['Krynn Settings'] = 'Impostazioni Krynn';