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