update nl
This commit is contained in:
parent
3e04e2313d
commit
c802a6cd71
@ -699,7 +699,7 @@ $a->strings["%d comment"] = array(
|
||||
0 => "%d reactie",
|
||||
1 => "%d reacties",
|
||||
);
|
||||
$a->strings["[+] show all"] = "";
|
||||
$a->strings["[+] show all"] = "[+] alle reacties weergeven";
|
||||
$a->strings["This is you"] = "Dit ben jij";
|
||||
$a->strings["Comment"] = "Reactie";
|
||||
$a->strings["Submit"] = "Opslaan";
|
||||
@ -712,9 +712,9 @@ $a->strings["Image"] = "Afbeelding";
|
||||
$a->strings["Link"] = "Link";
|
||||
$a->strings["Video"] = "Video";
|
||||
$a->strings["Delete this item?"] = "Dit item verwijderen?";
|
||||
$a->strings["[-] show less"] = "";
|
||||
$a->strings["[+] expand"] = "";
|
||||
$a->strings["[-] collapse"] = "";
|
||||
$a->strings["[-] show less"] = "[-] minder reacties weergeven";
|
||||
$a->strings["[+] expand"] = "[+] uitklappen";
|
||||
$a->strings["[-] collapse"] = "[-] inklappen";
|
||||
$a->strings["Password too short"] = "Wachtwoord te kort";
|
||||
$a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen";
|
||||
$a->strings["everybody"] = "iedereen";
|
||||
|
Reference in New Issue
Block a user