]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/colorbutton/lang/es.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / colorbutton / lang / es.js
CommitLineData
7adcb81e 1/*\r
3b35bd27 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'colorbutton', 'es', {\r
6 auto: 'Automático',\r
7 bgColorTitle: 'Color de Fondo',\r
8 colors: {\r
9 '000': 'Negro',\r
10 '800000': 'Marrón oscuro',\r
11 '8B4513': 'Marrón tierra',\r
12 '2F4F4F': 'Pizarra Oscuro',\r
13 '008080': 'Azul verdoso',\r
14 '000080': 'Azul marino',\r
15 '4B0082': 'Añil',\r
16 '696969': 'Gris oscuro',\r
17 B22222: 'Ladrillo',\r
18 A52A2A: 'Marrón',\r
19 DAA520: 'Oro oscuro',\r
20 '006400': 'Verde oscuro',\r
21 '40E0D0': 'Turquesa',\r
22 '0000CD': 'Azul medio-oscuro',\r
23 '800080': 'Púrpura',\r
24 '808080': 'Gris',\r
25 F00: 'Rojo',\r
26 FF8C00: 'Naranja oscuro',\r
27 FFD700: 'Oro',\r
28 '008000': 'Verde',\r
29 '0FF': 'Cian',\r
30 '00F': 'Azul',\r
31 EE82EE: 'Violeta',\r
32 A9A9A9: 'Gris medio',\r
33 FFA07A: 'Salmón claro',\r
34 FFA500: 'Naranja',\r
35 FFFF00: 'Amarillo',\r
36 '00FF00': 'Lima',\r
37 AFEEEE: 'Turquesa claro',\r
38 ADD8E6: 'Azul claro',\r
39 DDA0DD: 'Violeta claro',\r
40 D3D3D3: 'Gris claro',\r
41 FFF0F5: 'Lavanda rojizo',\r
42 FAEBD7: 'Blanco antiguo',\r
43 FFFFE0: 'Amarillo claro',\r
44 F0FFF0: 'Miel',\r
45 F0FFFF: 'Azul celeste',\r
46 F0F8FF: 'Azul pálido',\r
47 E6E6FA: 'Lavanda',\r
48 FFF: 'Blanco'\r
49 },\r
50 more: 'Más Colores...',\r
51 panelTitle: 'Colores',\r
52 textColorTitle: 'Color de Texto'\r
53} );\r