2018-04-06 13:58:38 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
|
|
function string_plural_select_fi_fi($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
2018-04-09 15:00:17 +02:00
|
|
|
$a->strings["Geonames settings updated."] = "Geonames -asetukset päivitetty.";
|
2018-04-06 13:58:38 +02:00
|
|
|
$a->strings["Geonames Settings"] = "Geonames -asetukset";
|
2018-04-09 15:00:17 +02:00
|
|
|
$a->strings["Enable Geonames Addon"] = "Ota Geonames -lisäosa käyttöön";
|
2018-04-06 13:58:38 +02:00
|
|
|
$a->strings["Submit"] = "Lähetä";
|