catavatar PL translation THX AgnesElisa

This commit is contained in:
Tobias Diekershoff 2018-06-09 10:17:39 +02:00
parent eaf1a2e618
commit c6f4981cdf
2 changed files with 19 additions and 8 deletions

View file

@ -2,6 +2,7 @@
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
return ($n != 1);;
}}
;
@ -9,5 +10,7 @@ $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["The cat hadn't found itself."] = "Het katje kon zichzelf niet vinden.";
$a->strings["There was an error, the cat ran away."] = "Er was een fout, de kat liep weg.";
$a->strings["Profile Photos"] = "Profielfoto's";
$a->strings["Meow!"] = "Miauw!";