diff options
Diffstat (limited to 'view/nl/strings.php')
-rw-r--r-- | view/nl/strings.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/nl/strings.php b/view/nl/strings.php index 03486b0da..736a731cc 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -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"; |