2018-04-12 10:49:25 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_nl")) {
|
|
|
|
function string_plural_select_nl($n){
|
2018-06-09 10:26:10 +02:00
|
|
|
$n = intval($n);
|
2021-02-01 18:47:38 +01:00
|
|
|
return intval($n != 1);
|
2018-04-12 10:49:25 +02:00
|
|
|
}}
|
2021-10-10 08:27:53 +02:00
|
|
|
$a->strings['Geonames settings updated.'] = 'Geonames instellingen opgeslagen';
|
|
|
|
$a->strings['Geonames Settings'] = 'Geonames Instellingen';
|
|
|
|
$a->strings['Enable Geonames Addon'] = 'Geonames Addon inschakelen';
|
|
|
|
$a->strings['Submit'] = 'Toepassen';
|