diff options
author | Anika Henke <anika@selfthinker.org> | 2015-07-12 20:05:36 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-07-12 20:05:36 +0100 |
commit | ea993669dce58ff6060821c2c83312cf5c05356d (patch) | |
tree | 8f8b7ba51ed01cb387d0cfe74f50e5182d213521 /inc/lang/nl | |
parent | 0bea8ac7882416cdf7ebff130bc724bf7bc94191 (diff) | |
download | rpg-ea993669dce58ff6060821c2c83312cf5c05356d.tar.gz rpg-ea993669dce58ff6060821c2c83312cf5c05356d.tar.bz2 |
fixed lots of missing format strings in language files
Diffstat (limited to 'inc/lang/nl')
-rw-r--r-- | inc/lang/nl/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/nl/lang.php b/inc/lang/nl/lang.php index e7d82af19..496144a27 100644 --- a/inc/lang/nl/lang.php +++ b/inc/lang/nl/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author François Kooman <fkooman.tuxed.net> * @author Jack van Klaren <dokuwiki@afentoe.xs4all.nl> * @author Riny Heijdendael <riny@heijdendael.nl> @@ -355,4 +355,4 @@ $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".'; +$lang['unable_to_parse_date'] = 'Begrijp het niet bij parameter "%s".'; |