]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/colorbutton/lang/fr.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / colorbutton / lang / fr.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', 'fr', {
6 auto: 'Automatique',
7 bgColorTitle: 'Couleur d\'arrière plan',
8 colors: {
9 '000': 'Noir',
10 '800000': 'Marron',
11 '8B4513': 'Brun moyen',
12 '2F4F4F': 'Vert sombre',
13 '008080': 'Canard',
14 '000080': 'Bleu marine',
15 '4B0082': 'Indigo',
16 '696969': 'Gris foncé',
17 B22222: 'Rouge brique',
18 A52A2A: 'Brun',
19 DAA520: 'Or terni',
20 '006400': 'Vert foncé',
21 '40E0D0': 'Turquoise',
22 '0000CD': 'Bleu royal',
23 '800080': 'Pourpre',
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 moyen',
33 FFA07A: 'Saumon',
34 FFA500: 'Orange',
35 FFFF00: 'Jaune',
36 '00FF00': 'Lime',
37 AFEEEE: 'Turquoise clair',
38 ADD8E6: 'Bleu clair',
39 DDA0DD: 'Prune',
40 D3D3D3: 'Gris clair',
41 FFF0F5: 'Fard Lavande',
42 FAEBD7: 'Blanc antique',
43 FFFFE0: 'Jaune clair',
44 F0FFF0: 'Honeydew',
45 F0FFFF: 'Azur',
46 F0F8FF: 'Bleu Alice',
47 E6E6FA: 'Lavande',
48 FFF: 'Blanc'
49 },
50 more: 'Plus de couleurs...',
51 panelTitle: 'Couleurs',
52 textColorTitle: 'Couleur de texte'
53 } );