X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=krynn%2Flang%2Fit%2Fstrings.php;h=727d2877ceefdd64257b9aadb020e2f54c9a3a08;hb=c137fc5e7907abd205b61a0eff71fcff78d7fbc1;hp=9c6f59bed56e3cf9e045a78dcddd487f68696904;hpb=8f7503d573ad90e8150b1f288b5e9c09f9479c2a;p=friendica-addons.git diff --git a/krynn/lang/it/strings.php b/krynn/lang/it/strings.php index 9c6f59be..727d2877 100644 --- a/krynn/lang/it/strings.php +++ b/krynn/lang/it/strings.php @@ -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';