2014-09-14 16:01:44 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
2015-04-03 07:17:32 -04:00
|
|
|
$a->strings["Geonames settings updated."] = "Impostazioni di Geonames aggiornate.";
|
|
|
|
$a->strings["Geonames Settings"] = "Impostazioni Geonames";
|
2018-03-19 16:28:00 -04:00
|
|
|
$a->strings["Enable Geonames Addon"] = "Abilita componente aggiuntivo Geonames";
|
2015-08-31 12:52:41 -04:00
|
|
|
$a->strings["Submit"] = "Invia";
|