]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/plugins/colorbutton/lang/af.js
Add audio, color and fonts
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / colorbutton / lang / af.js
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'colorbutton', 'af', {
6 auto: 'Outomaties',
7 bgColorTitle: 'Agtergrondkleur',
8 colors: {
9 '000': 'Swart',
10 '800000': 'Meroen',
11 '8B4513': 'Sjokoladebruin',
12 '2F4F4F': 'Donkerleisteengrys',
13 '008080': 'Blougroen',
14 '000080': 'Vlootblou',
15 '4B0082': 'Indigo',
16 '696969': 'Donkergrys',
17 B22222: 'Rooibaksteen',
18 A52A2A: 'Bruin',
19 DAA520: 'Donkergeel',
20 '006400': 'Donkergroen',
21 '40E0D0': 'Turkoois',
22 '0000CD': 'Middelblou',
23 '800080': 'Pers',
24 '808080': 'Grys',
25 F00: 'Rooi',
26 FF8C00: 'Donkeroranje',
27 FFD700: 'Goud',
28 '008000': 'Groen',
29 '0FF': 'Siaan',
30 '00F': 'Blou',
31 EE82EE: 'Viooltjieblou',
32 A9A9A9: 'Donkergrys',
33 FFA07A: 'Ligsalm',
34 FFA500: 'Oranje',
35 FFFF00: 'Geel',
36 '00FF00': 'Lemmetjie',
37 AFEEEE: 'Ligturkoois',
38 ADD8E6: 'Ligblou',
39 DDA0DD: 'Pruim',
40 D3D3D3: 'Liggrys',
41 FFF0F5: 'Linne',
42 FAEBD7: 'Ivoor',
43 FFFFE0: 'Liggeel',
44 F0FFF0: 'Heuningdou',
45 F0FFFF: 'Asuur',
46 F0F8FF: 'Ligte hemelsblou',
47 E6E6FA: 'Laventel',
48 FFF: 'Wit',
49 '1ABC9C': 'Strong Cyan', // MISSING
50 '2ECC71': 'Emerald', // MISSING
51 '3498DB': 'Bright Blue', // MISSING
52 '9B59B6': 'Amethyst', // MISSING
53 '4E5F70': 'Grayish Blue', // MISSING
54 'F1C40F': 'Vivid Yellow', // MISSING
55 '16A085': 'Dark Cyan', // MISSING
56 '27AE60': 'Dark Emerald', // MISSING
57 '2980B9': 'Strong Blue', // MISSING
58 '8E44AD': 'Dark Violet', // MISSING
59 '2C3E50': 'Desaturated Blue', // MISSING
60 'F39C12': 'Orange', // MISSING
61 'E67E22': 'Carrot', // MISSING
62 'E74C3C': 'Pale Red', // MISSING
63 'ECF0F1': 'Bright Silver', // MISSING
64 '95A5A6': 'Light Grayish Cyan', // MISSING
65 'DDD': 'Light Gray', // MISSING
66 'D35400': 'Pumpkin', // MISSING
67 'C0392B': 'Strong Red', // MISSING
68 'BDC3C7': 'Silver', // MISSING
69 '7F8C8D': 'Grayish Cyan', // MISSING
70 '999': 'Dark Gray' // MISSING
71 },
72 more: 'Meer Kleure...',
73 panelTitle: 'Kleure',
74 textColorTitle: 'Tekskleur'
75 } );