diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-09 18:26:40 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-09 18:26:40 +0000 |
commit | c802a6cd71bf66abe467b9a4aaa1cea04ae53772 (patch) | |
tree | 3edd11c8a0d81e43c6b82812b4ec6c1eec2ba71c /view/nl | |
parent | 3e04e2313d9952a1611261ccda8c9a26a13f1b9a (diff) | |
download | volse-hubzilla-c802a6cd71bf66abe467b9a4aaa1cea04ae53772.tar.gz volse-hubzilla-c802a6cd71bf66abe467b9a4aaa1cea04ae53772.tar.bz2 volse-hubzilla-c802a6cd71bf66abe467b9a4aaa1cea04ae53772.zip |
update nl
Diffstat (limited to 'view/nl')
-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"; |