added NL translation for catavatar and geonames addon THX Karel

This commit is contained in:
Tobias Diekershoff 2018-04-12 10:49:25 +02:00
parent 2e2e885819
commit 5e4528d50a
4 changed files with 103 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
return ($n != 1);;
}}
;
$a->strings["Geonames settings updated."] = "Geonames instellingen bijgewerkt.";
$a->strings["Geonames Settings"] = "";
$a->strings["Enable Geonames Addon"] = "";
$a->strings["Submit"] = "";