aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/colorbutton/lang/de.js
blob: 7007f57824f5699e8321d771625f9578c76a23dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'colorbutton', 'de', {
	auto: 'Automatisch',
	bgColorTitle: 'Hintergrundfarbe',
	colors: {
		'000': 'Schwarz',
		'800000': 'Kastanienbraun',
		'8B4513': 'Braun',
		'2F4F4F': 'Dunkles Schiefergrau',
		'008080': 'Blaugrün',
		'000080': 'Marineblau',
		'4B0082': 'Indigo',
		'696969': 'Dunkelgrau',
		B22222: 'Ziegelrot',
		A52A2A: 'Braun',
		DAA520: 'Goldgelb',
		'006400': 'Dunkelgrün',
		'40E0D0': 'Türkis',
		'0000CD': 'Mittelblau',
		'800080': 'Lila',
		'808080': 'Grau',
		F00: 'Rot',
		FF8C00: 'Dunkelorange',
		FFD700: 'Gold',
		'008000': 'Grün',
		'0FF': 'Cyan',
		'00F': 'Blau',
		EE82EE: 'Violett',
		A9A9A9: 'Dunkelgrau',
		FFA07A: 'Helles Lachsrosa',
		FFA500: 'Orange',
		FFFF00: 'Gelb',
		'00FF00': 'Lime',
		AFEEEE: 'Blasstürkis',
		ADD8E6: 'Hellblau',
		DDA0DD: 'Pflaumenblau',
		D3D3D3: 'Hellgrau',
		FFF0F5: 'Lavendel',
		FAEBD7: 'Antik Weiß',
		FFFFE0: 'Hellgelb',
		F0FFF0: 'Honigtau',
		F0FFFF: 'Azurblau',
		F0F8FF: 'Alice Blau',
		E6E6FA: 'Lavendel',
		FFF: 'Weiß'
	},
	more: 'Weitere Farben...',
	panelTitle: 'Farben',
	textColorTitle: 'Textfarbe'
} );