geonames NL translation THX Pascal

This commit is contained in:
Tobias Diekershoff 2018-06-09 10:26:10 +02:00
parent 11f0fb449d
commit 0aabae1854
2 changed files with 10 additions and 8 deletions

View file

@ -2,10 +2,11 @@
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Geonames settings updated."] = "Geonames instellingen bijgewerkt.";
$a->strings["Geonames Settings"] = "";
$a->strings["Enable Geonames Addon"] = "";
$a->strings["Submit"] = "";
$a->strings["Geonames Settings"] = "Geonames Instellingen";
$a->strings["Enable Geonames Addon"] = "Activeer Geonames Addon";
$a->strings["Submit"] = "Toepassen";