diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-11-29 18:53:20 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-11-29 18:53:20 +0000 |
commit | 698e6f00fcb910d70b937b00f08c591bb543d632 (patch) | |
tree | 49098de7dace1a3100af5284ee5d71ebd7d93351 /view/nl | |
parent | 306cb33a4a6c8b02c678f8426a6c082cb975e1bf (diff) | |
download | volse-hubzilla-698e6f00fcb910d70b937b00f08c591bb543d632.tar.gz volse-hubzilla-698e6f00fcb910d70b937b00f08c591bb543d632.tar.bz2 volse-hubzilla-698e6f00fcb910d70b937b00f08c591bb543d632.zip |
update nl (typo)
Diffstat (limited to 'view/nl')
-rw-r--r-- | view/nl/messages.po | 2 | ||||
-rw-r--r-- | view/nl/strings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/nl/messages.po b/view/nl/messages.po index 987cc4535..a954e1c39 100644 --- a/view/nl/messages.po +++ b/view/nl/messages.po @@ -4669,7 +4669,7 @@ msgstr "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)" #: ../../mod/settings.php:821 ../../mod/settings.php:822 msgid "click to expand content exceeding this height" -msgstr "klik om inhoud uit te klappen die deze hoogte overschrijddt" +msgstr "klik om inhoud uit te klappen die deze hoogte overschrijdt" #: ../../mod/settings.php:822 msgid "Matrix page max height of content (in pixels)" diff --git a/view/nl/strings.php b/view/nl/strings.php index 1081c1877..a61baa79f 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -1088,7 +1088,7 @@ $a->strings["Use blog/list mode on channel page"] = "Gebruik blog/lijst-modus op $a->strings["(comments displayed separately)"] = "(reacties worden afzonderlijk weergeven)"; $a->strings["Use blog/list mode on matrix page"] = "Gebruik blog/lijst-modus op matrixpagina"; $a->strings["Channel page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op kanaalpagina (in pixels)"; -$a->strings["click to expand content exceeding this height"] = "klik om inhoud uit te klappen die deze hoogte overschrijddt"; +$a->strings["click to expand content exceeding this height"] = "klik om inhoud uit te klappen die deze hoogte overschrijdt"; $a->strings["Matrix page max height of content (in pixels)"] = "Maximale hoogte berichtinhoud op matrixpagina (in pixels)"; $a->strings["Nobody except yourself"] = "Niemand, behalve jezelf"; $a->strings["Only those you specifically allow"] = "Alleen connecties met uitdrukkelijke toestemming"; |