12 lines
399 B
PHP
12 lines
399 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
function string_plural_select_fi_fi($n){
|
|
$n = intval($n);
|
|
return intval($n != 1);
|
|
}}
|
|
$a->strings['Geonames settings updated.'] = 'Geonames -asetukset päivitetty.';
|
|
$a->strings['Geonames Settings'] = 'Geonames -asetukset';
|
|
$a->strings['Enable Geonames Addon'] = 'Ota Geonames -lisäosa käyttöön';
|
|
$a->strings['Submit'] = 'Lähetä';
|