diff options
| author | 2019-04-01 12:16:02 +0200 | |
|---|---|---|
| committer | 2019-04-01 12:16:02 +0200 | |
| commit | 694af5434ea79c0c7e06d0be5b771751f77fb9df (patch) | |
| tree | bc1444c6c15442ef52eb1ee27a056b8716036fa2 /app/i18n/nl/admin.php | |
| parent | 21dfbd0910913373c037f6499deea8d2ddc38616 (diff) | |
[i18n, nl] Various improvements to Dutch translation (#2312)
* [i18n, nl] Various improvements to Dutch translation
The text for the "Show categories unfolded by default" was incorrect, cf. #2309. Also fixed a few typos and some minor stylistic changes.
* also fix that typo with the missing space
Diffstat (limited to 'app/i18n/nl/admin.php')
| -rw-r--r-- | app/i18n/nl/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php index c6fd1dc9e..e5d126eb8 100644 --- a/app/i18n/nl/admin.php +++ b/app/i18n/nl/admin.php @@ -160,8 +160,8 @@ return array( '_' => 'Systeem configuratie', 'auto-update-url' => 'Automatische update server URL', 'instance-name' => 'Voorbeeld naam', - 'max-categories' => 'Categoriƫn limiet per gebruiker', - 'max-feeds' => 'Feed limiet per gebruiker', + 'max-categories' => 'Categorielimiet per gebruiker', + 'max-feeds' => 'Feedlimiet per gebruiker', 'cookie-duration' => array( 'help' => 'in seconden', 'number' => 'Tijdsduur om ingelogd te blijven', |
