Mercurial Hosting > sceditor
comparison src/languages/nl.js @ 0:4c4fc447baea
start with sceditor-3.1.1
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 04 Aug 2022 15:21:29 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c4fc447baea |
---|---|
1 (function () { | |
2 'use strict'; | |
3 | |
4 sceditor.locale['nl'] = { | |
5 'Bold': 'Vet', | |
6 'Italic': 'Schuingedrukt', | |
7 'Underline': 'Onderstreept', | |
8 'Strikethrough': 'Doorhalen', | |
9 'Subscript': 'Subscript', | |
10 'Superscript': 'Superscript', | |
11 'Align left': 'Links uitlijnen', | |
12 'Center': 'Centreren', | |
13 'Align right': 'Rechts uitlijnen', | |
14 'Justify': 'Uitvullen', | |
15 'Font Name': 'Fontnaam', | |
16 'Font Size': 'Fontgrootte', | |
17 'Font Color': 'Fontkleur', | |
18 'Remove Formatting': 'Verwijder opmaak', | |
19 'Cut': 'Knippen', | |
20 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Je browser staat het knippen commando niet toe. Gebruik de toetsenbord sneltoets Ctrl / Cmd-X', | |
21 'Copy': 'Kopiƫren', | |
22 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Je browser staat het kopieer commando niet toe. Gebruik de toetsenbord sneltoets Ctrl / Cmd-C', | |
23 'Paste': 'Plakken', | |
24 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Je browser staat het plakken commando niet toe. Gebruik de toetsenbord sneltoets Ctrl / Cmd-V', | |
25 'Paste your text inside the following box:': 'Plak je tekst in de volgende locatie:', | |
26 'Paste Text': 'Tekst plakken', | |
27 'Bullet list': 'Opsomming', | |
28 'Numbered list': 'Genummerde lijst', | |
29 'Undo': 'Ongedaan maken', | |
30 'Redo': 'Opnieuw uitvoeren', | |
31 'Rows:': 'Rijen', | |
32 'Cols:': 'Kolommen', | |
33 'Insert a table': 'Tabel', | |
34 'Insert a horizontal rule': 'Horizontale regel', | |
35 'Code': 'Code', | |
36 'Insert a Quote': 'Citeren', | |
37 'Width (optional):': 'Breedte (optioneel):', | |
38 'Height (optional):': 'Hoogte (optioneel):', | |
39 'Insert an image': 'Afbeelding', | |
40 'E-mail:': 'E-mail', | |
41 'Insert an email': 'E-mail', | |
42 'URL:': 'URL:', | |
43 'Insert a link': 'Link', | |
44 'Unlink': 'Link verwijderen', | |
45 'More': 'Meer', | |
46 'Insert an emoticon': 'Emoticon', | |
47 'Video URL:': 'Video URL', | |
48 'Insert': 'Invoegen', | |
49 'Insert a YouTube video': 'YouTube-video', | |
50 'Insert current date': 'Huidige datum', | |
51 'Insert current time': 'Huidige tijd', | |
52 'Print': 'Print', | |
53 'View source': 'Bron bekijken', | |
54 | |
55 dateFormat: 'day.month.year' | |
56 }; | |
57 })(); |