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,13 @@
<?php
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
return ($n != 1);;
}}
;
$a->strings["Use Cat as Avatar"] = "Gebruik een kat als avatar";
$a->strings["More Random Cat!"] = "Meer willekeurige kat!";
$a->strings["Reset to email Cat"] = "Email kat opnieuw instellen.";
$a->strings["Cat Avatar Settings"] = "Kat Avatar instellingen";
$a->strings["There was an error, the cat ran away."] = "Er was een fout, de kat liep weg.";
$a->strings["Meow!"] = "Miauw!";