]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/plugins/colorbutton/lang/fr-ca.js
Add audio, color and fonts
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / colorbutton / lang / fr-ca.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', 'fr-ca', {
6 auto: 'Automatique',
7 bgColorTitle: 'Couleur de fond',
8 colors: {
9 '000': 'Noir',
10 '800000': 'Marron',
11 '8B4513': 'Brun foncé',
12 '2F4F4F': 'Gris ardoise foncé',
13 '008080': 'Sarcelle',
14 '000080': 'Marine',
15 '4B0082': 'Indigo',
16 '696969': 'Gris foncé',
17 B22222: 'Rouge brique',
18 A52A2A: 'Brun',
19 DAA520: 'Doré',
20 '006400': 'Vert foncé',
21 '40E0D0': 'Turquoise',
22 '0000CD': 'Bleu',
23 '800080': 'Mauve',
24 '808080': 'Gris',
25 F00: 'Rouge',
26 FF8C00: 'Orange foncé',
27 FFD700: 'Or',
28 '008000': 'Vert',
29 '0FF': 'Cyan',
30 '00F': 'Bleu',
31 EE82EE: 'Violet',
32 A9A9A9: 'Gris pâle',
33 FFA07A: 'Saumon clair',
34 FFA500: 'Orange',
35 FFFF00: 'Jaune',
36 '00FF00': 'Vert lime',
37 AFEEEE: 'Turquoise pâle',
38 ADD8E6: 'Bleu pâle',
39 DDA0DD: 'Prune',
40 D3D3D3: 'Gris pâle',
41 FFF0F5: 'Bleu lavande',
42 FAEBD7: 'Blanc antique',
43 FFFFE0: 'Jaune pâle',
44 F0FFF0: 'Miel doré',
45 F0FFFF: 'Azure',
46 F0F8FF: 'Bleu alice',
47 E6E6FA: 'Lavande',
48 FFF: 'Blanc',
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: 'Plus de couleurs...',
73 panelTitle: 'Couleurs',
74 textColorTitle: 'Couleur de texte'
75 } );