LDAPAccountManager/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/nl.js

54 lines
1.3 KiB
JavaScript

/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'colorbutton', 'nl', {
auto: 'Automatisch',
bgColorTitle: 'Achtergrondkleur',
colors: {
'000': 'Zwart',
'800000': 'Kastanjebruin',
'8B4513': 'Chocoladebruin',
'2F4F4F': 'Donkerleigrijs',
'008080': 'Blauwgroen',
'000080': 'Marine',
'4B0082': 'Indigo',
'696969': 'Donkergrijs',
B22222: 'Baksteen',
A52A2A: 'Bruin',
DAA520: 'Donkergeel',
'006400': 'Donkergroen',
'40E0D0': 'Turquoise',
'0000CD': 'Middenblauw',
'800080': 'Paars',
'808080': 'Grijs',
F00: 'Rood',
FF8C00: 'Donkeroranje',
FFD700: 'Goud',
'008000': 'Groen',
'0FF': 'Cyaan',
'00F': 'Blauw',
EE82EE: 'Violet',
A9A9A9: 'Donkergrijs',
FFA07A: 'Lichtzalm',
FFA500: 'Oranje',
FFFF00: 'Geel',
'00FF00': 'Felgroen',
AFEEEE: 'Lichtturquoise',
ADD8E6: 'Lichtblauw',
DDA0DD: 'Pruim',
D3D3D3: 'Lichtgrijs',
FFF0F5: 'Linnen',
FAEBD7: 'Ivoor',
FFFFE0: 'Lichtgeel',
F0FFF0: 'Honingdauw',
F0FFFF: 'Azuur',
F0F8FF: 'Licht hemelsblauw',
E6E6FA: 'Lavendel',
FFF: 'Wit'
},
more: 'Meer kleuren...',
panelTitle: 'Kleuren',
textColorTitle: 'Tekstkleur'
} );