diff options
author | Anika Henke <anika@selfthinker.org> | 2015-05-06 20:53:18 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-05-06 20:53:18 +0100 |
commit | 15e0e2356bfd266851932e1cde1287da7c5e201a (patch) | |
tree | b10b3f63242c7a4eddd7629ea436e0bc32330844 /inc | |
parent | dfe7cc3f3bfbfccec6a38a94ac0f2242e8bc59e7 (diff) | |
parent | c93edcafa17e4189ce3be461b6374a62664d2d51 (diff) | |
download | rpg-15e0e2356bfd266851932e1cde1287da7c5e201a.tar.gz rpg-15e0e2356bfd266851932e1cde1287da7c5e201a.tar.bz2 |
Merge pull request #1133 from dokuwiki-translate/lang_update_5
Translation update (nl)
Diffstat (limited to 'inc')
-rw-r--r-- | inc/lang/nl/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/lang/nl/lang.php b/inc/lang/nl/lang.php index f0a235d67..e7d82af19 100644 --- a/inc/lang/nl/lang.php +++ b/inc/lang/nl/lang.php @@ -25,6 +25,7 @@ * @author Rene <wllywlnt@yahoo.com> * @author Johan Vervloet <johan.vervloet@gmail.com> * @author Mijndert <mijndert@mijndertstuij.nl> + * @author Johan Wijnker <johan@wijnker.eu> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; @@ -353,3 +354,5 @@ $lang['currentns'] = 'Huidige namespace'; $lang['searchresult'] = 'Zoekresultaat'; $lang['plainhtml'] = 'Alleen HTML'; $lang['wikimarkup'] = 'Wiki Opmaak'; +$lang['page_nonexist_rev'] = 'Pagina bestaat niet bij %s. Het is vervolgens aangemaakt bij <a href="%s">%s</a>.'; +$lang['unable_to_parse_date'] = 'Begrijp het niet bij parameter "% s".'; |