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