aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/colorbutton/lang/ca.js
blob: 84ad219fe6f08c115bfeb513e49d25b765767da2 (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', 'ca', {
	auto: 'Automàtic',
	bgColorTitle: 'Color de Fons',
	colors: {
		'000': 'Negre',
		'800000': 'Grana',
		'8B4513': 'Marró sella',
		'2F4F4F': 'Gris pissarra fosca',
		'008080': 'Blau xarxet',
		'000080': 'Blau marí',
		'4B0082': 'Indi',
		'696969': 'Gris Fosc',
		B22222: 'Foc Maó',
		A52A2A: 'Marró',
		DAA520: 'Solidago',
		'006400': 'Verd Fosc',
		'40E0D0': 'Turquesa',
		'0000CD': 'Blau 1/2',
		'800080': 'Lila',
		'808080': 'Gris',
		F00: 'Vermell',
		FF8C00: 'Taronja Fosc',
		FFD700: 'Or',
		'008000': 'Verd',
		'0FF': 'Cian',
		'00F': 'Blau',
		EE82EE: 'Violat',
		A9A9A9: 'Gris clar',
		FFA07A: 'Salmó clar',
		FFA500: 'Taronja',
		FFFF00: 'Groc',
		'00FF00': 'Verd Llima',
		AFEEEE: 'Turquesa Pàl·lid',
		ADD8E6: 'Blau Clar',
		DDA0DD: 'Pruna',
		D3D3D3: 'Gris Clar',
		FFF0F5: 'Lavanda rosat',
		FAEBD7: 'Blanc Antic',
		FFFFE0: 'Groc Clar',
		F0FFF0: 'Verd Pàl·lid',
		F0FFFF: 'Atzur',
		F0F8FF: 'Cian pàlid',
		E6E6FA: 'Lavanda',
		FFF: 'Blanc'
	},
	more: 'Més Colors...',
	panelTitle: 'Colors',
	textColorTitle: 'Color del Text'
} );