diff options
Diffstat (limited to 'view/nl')
-rw-r--r-- | view/nl/messages.po | 8 | ||||
-rw-r--r-- | view/nl/strings.php | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/view/nl/messages.po b/view/nl/messages.po index ffab4c48c..b8466a2b3 100644 --- a/view/nl/messages.po +++ b/view/nl/messages.po @@ -932,12 +932,12 @@ msgid "[-] show less" msgstr "[-] minder reacties weergeven" #: ../../include/js_strings.php:9 -msgid "[+] expand post" -msgstr "[+] bericht uitvouwen" +msgid "[+] expand" +msgstr "[+] uitklappen" #: ../../include/js_strings.php:10 -msgid "[-] collapse post" -msgstr "[-] bericht invouwen" +msgid "[-] collapse" +msgstr "[-] inklappen" #: ../../include/js_strings.php:11 msgid "Password too short" diff --git a/view/nl/strings.php b/view/nl/strings.php index d64e30d50..cf060ff59 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -211,8 +211,8 @@ $a->strings["Delete this item?"] = "Dit item verwijderen?"; $a->strings["Comment"] = "Reactie"; $a->strings["[+] show all"] = "[+] alle reacties weergeven"; $a->strings["[-] show less"] = "[-] minder reacties weergeven"; -$a->strings["[+] expand post"] = "[+] bericht uitvouwen"; -$a->strings["[-] collapse post"] = "[-] bericht invouwen"; +$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"; |