]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/colorbutton/lang/bs.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / colorbutton / lang / bs.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'colorbutton', 'bs', {
6 auto: 'Automatska',
7 bgColorTitle: 'Boja pozadine',
8 colors: {
9 '000': 'Black',
10 '800000': 'Maroon',
11 '8B4513': 'Saddle Brown',
12 '2F4F4F': 'Dark Slate Gray',
13 '008080': 'Teal',
14 '000080': 'Navy',
15 '4B0082': 'Indigo',
16 '696969': 'Dark Gray',
17 B22222: 'Fire Brick',
18 A52A2A: 'Brown',
19 DAA520: 'Golden Rod',
20 '006400': 'Dark Green',
21 '40E0D0': 'Turquoise',
22 '0000CD': 'Medium Blue',
23 '800080': 'Purple',
24 '808080': 'Gray',
25 F00: 'Red',
26 FF8C00: 'Dark Orange',
27 FFD700: 'Gold',
28 '008000': 'Green',
29 '0FF': 'Cyan',
30 '00F': 'Blue',
31 EE82EE: 'Violet',
32 A9A9A9: 'Dim Gray',
33 FFA07A: 'Light Salmon',
34 FFA500: 'Orange',
35 FFFF00: 'Yellow',
36 '00FF00': 'Lime',
37 AFEEEE: 'Pale Turquoise',
38 ADD8E6: 'Light Blue',
39 DDA0DD: 'Plum',
40 D3D3D3: 'Light Grey',
41 FFF0F5: 'Lavender Blush',
42 FAEBD7: 'Antique White',
43 FFFFE0: 'Light Yellow',
44 F0FFF0: 'Honeydew',
45 F0FFFF: 'Azure',
46 F0F8FF: 'Alice Blue',
47 E6E6FA: 'Lavender',
48 FFF: 'White'
49 },
50 more: 'Više boja...',
51 panelTitle: 'Colors',
52 textColorTitle: 'Boja teksta'
53 } );