summaryrefslogtreecommitdiffstats
path: root/app/assets/javascripts/jstoolbar/lang/jstoolbar-nl.js
blob: e28e8a144202b2dcc0e807588d971386158db240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
jsToolBar.strings = {};
jsToolBar.strings['Strong'] = 'Vetgedrukt';
jsToolBar.strings['Italic'] = 'Cursief';
jsToolBar.strings['Underline'] = 'Onderstreept';
jsToolBar.strings['Deleted'] = 'Verwijderd';
jsToolBar.strings['Code'] = 'Computercode';
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'] = 'Citaat verwijderen';
jsToolBar.strings['Table'] = 'Table';
jsToolBar.strings['Preformatted text'] = 'Vooropgemaakte tekst';
jsToolBar.strings['Wiki link'] = 'Link naar een Wikipagina';
jsToolBar.strings['Image'] = 'Afbeelding';
jsToolBar.strings['Edit'] = 'Bewerken';
jsToolBar.strings['Preview'] = 'Voorbeeldweergave';