1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00

Dutch (NL) translation enhancements and complete review by Gregory Van der Steen (#24407)

git-svn-id: http://svn.redmine.org/redmine/trunk@16029 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2016-11-30 14:11:33 +00:00
parent 7f9d27c5a0
commit 7792d735c4
2 changed files with 468 additions and 472 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +1,17 @@
jsToolBar.strings = {};
jsToolBar.strings['Strong'] = 'Extra nadruk';
jsToolBar.strings['Strong'] = 'Vetgedrukt';
jsToolBar.strings['Italic'] = 'Cursief';
jsToolBar.strings['Underline'] = 'Onderstreept';
jsToolBar.strings['Deleted'] = 'Verwijderd';
jsToolBar.strings['Code'] = 'Computercode';
jsToolBar.strings['Heading 1'] = 'Kop 1';
jsToolBar.strings['Heading 2'] = 'Kop 2';
jsToolBar.strings['Heading 3'] = 'Kop 3';
jsToolBar.strings['Highlighted code'] = 'Highlighted code';
jsToolBar.strings['Heading 1'] = 'Hoofding 1';
jsToolBar.strings['Heading 2'] = 'Hoofding 2';
jsToolBar.strings['Heading 3'] = 'Hoofding 3';
jsToolBar.strings['Highlighted code'] = 'Gemarkeerde code';
jsToolBar.strings['Unordered list'] = 'Ongeordende lijst';
jsToolBar.strings['Ordered list'] = 'Geordende lijst';
jsToolBar.strings['Quote'] = 'Citaat';
jsToolBar.strings['Unquote'] = 'Verwijder citaat';
jsToolBar.strings['Preformatted text'] = 'Voor-geformateerde tekst';
jsToolBar.strings['Wiki link'] = 'Link naar een Wiki pagina';
jsToolBar.strings['Unquote'] = 'Citaat verwijderen';
jsToolBar.strings['Preformatted text'] = 'Vooropgemaakte tekst';
jsToolBar.strings['Wiki link'] = 'Link naar een Wikipagina';
jsToolBar.strings['Image'] = 'Afbeelding';