aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/colorbutton/lang/et.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/colorbutton/lang/et.js
downloadconnexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/colorbutton/lang/et.js')
-rw-r--r--sources/plugins/colorbutton/lang/et.js53
1 files changed, 53 insertions, 0 deletions
diff --git a/sources/plugins/colorbutton/lang/et.js b/sources/plugins/colorbutton/lang/et.js
new file mode 100644
index 00000000..36f712e6
--- /dev/null
+++ b/sources/plugins/colorbutton/lang/et.js
@@ -0,0 +1,53 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'colorbutton', 'et', {
6 auto: 'Automaatne',
7 bgColorTitle: 'Tausta värv',
8 colors: {
9 '000': 'Must',
10 '800000': 'Kastanpruun',
11 '8B4513': 'Sadulapruun',
12 '2F4F4F': 'Tume paehall',
13 '008080': 'Sinakasroheline',
14 '000080': 'Meresinine',
15 '4B0082': 'Indigosinine',
16 '696969': 'Tumehall',
17 B22222: 'Šamottkivi',
18 A52A2A: 'Pruun',
19 DAA520: 'Kuldkollane',
20 '006400': 'Tumeroheline',
21 '40E0D0': 'Türkiissinine',
22 '0000CD': 'Keskmine sinine',
23 '800080': 'Lilla',
24 '808080': 'Hall',
25 F00: 'Punanae',
26 FF8C00: 'Tumeoranž',
27 FFD700: 'Kuldne',
28 '008000': 'Roheline',
29 '0FF': 'Tsüaniidsinine',
30 '00F': 'Sinine',
31 EE82EE: 'Violetne',
32 A9A9A9: 'Tuhm hall',
33 FFA07A: 'Hele lõhe',
34 FFA500: 'Oranž',
35 FFFF00: 'Kollane',
36 '00FF00': 'Lubja hall',
37 AFEEEE: 'Kahvatu türkiis',
38 ADD8E6: 'Helesinine',
39 DDA0DD: 'Ploomililla',
40 D3D3D3: 'Helehall',
41 FFF0F5: 'Lavendlipunane',
42 FAEBD7: 'Antiikvalge',
43 FFFFE0: 'Helekollane',
44 F0FFF0: 'Meloniroheline',
45 F0FFFF: 'Taevasinine',
46 F0F8FF: 'Beebisinine',
47 E6E6FA: 'Lavendel',
48 FFF: 'Valge'
49 },
50 more: 'Rohkem värve...',
51 panelTitle: 'Värvid',
52 textColorTitle: 'Teksti värv'
53} );