Update IT strings
[friendica-addons.git/.git] / geonames / lang / it / strings.php
index 3aecbde..33148f6 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["Geonames settings updated."] = "Impostazioni di geonames aggiornate.";\r
-$a->strings["Geonames Settings"] = "Impostazioni Geonames";\r
-$a->strings["Enable Geonames Plugin"] = "Abilita plugin Geonames";\r
-$a->strings["Submit"] = "Invia";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+function string_plural_select_it($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Geonames settings updated."] = "Impostazioni di Geonames aggiornate.";
+$a->strings["Geonames Settings"] = "Impostazioni Geonames";
+$a->strings["Enable Geonames Addon"] = "Abilita componente aggiuntivo Geonames";
+$a->strings["Submit"] = "Invia";