]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/colorbutton/lang/nl.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / colorbutton / lang / nl.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'colorbutton', 'nl', {
6 auto: 'Automatisch',
7 bgColorTitle: 'Achtergrondkleur',
8 colors: {
9 '000': 'Zwart',
10 '800000': 'Kastanjebruin',
11 '8B4513': 'Chocoladebruin',
12 '2F4F4F': 'Donkerleigrijs',
13 '008080': 'Blauwgroen',
14 '000080': 'Marine',
15 '4B0082': 'Indigo',
16 '696969': 'Donkergrijs',
17 B22222: 'Baksteen',
18 A52A2A: 'Bruin',
19 DAA520: 'Donkergeel',
20 '006400': 'Donkergroen',
21 '40E0D0': 'Turquoise',
22 '0000CD': 'Middenblauw',
23 '800080': 'Paars',
24 '808080': 'Grijs',
25 F00: 'Rood',
26 FF8C00: 'Donkeroranje',
27 FFD700: 'Goud',
28 '008000': 'Groen',
29 '0FF': 'Cyaan',
30 '00F': 'Blauw',
31 EE82EE: 'Violet',
32 A9A9A9: 'Donkergrijs',
33 FFA07A: 'Lichtzalm',
34 FFA500: 'Oranje',
35 FFFF00: 'Geel',
36 '00FF00': 'Felgroen',
37 AFEEEE: 'Lichtturquoise',
38 ADD8E6: 'Lichtblauw',
39 DDA0DD: 'Pruim',
40 D3D3D3: 'Lichtgrijs',
41 FFF0F5: 'Linnen',
42 FAEBD7: 'Ivoor',
43 FFFFE0: 'Lichtgeel',
44 F0FFF0: 'Honingdauw',
45 F0FFFF: 'Azuur',
46 F0F8FF: 'Licht hemelsblauw',
47 E6E6FA: 'Lavendel',
48 FFF: 'Wit'
49 },
50 more: 'Meer kleuren...',
51 panelTitle: 'Kleuren',
52 textColorTitle: 'Tekstkleur'
53 } );