aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/ca.js
blob: 6b287286a717271421dc0301706a66809156d11a (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'ca', {
	button: {
		title: 'Propietats del botó',
		text: 'Text (Valor)',
		type: 'Tipus',
		typeBtn: 'Botó',
		typeSbm: 'Transmet formulari',
		typeRst: 'Reinicia formulari'
	},
	checkboxAndRadio: {
		checkboxTitle: 'Propietats de la casella de verificació',
		radioTitle: 'Propietats del botó d\'opció',
		value: 'Valor',
		selected: 'Seleccionat',
		required: 'Required' // MISSING
	},
	form: {
		title: 'Propietats del formulari',
		menu: 'Propietats del formulari',
		action: 'Acció',
		method: 'Mètode',
		encoding: 'Codificació'
	},
	hidden: {
		title: 'Propietats del camp ocult',
		name: 'Nom',
		value: 'Valor'
	},
	select: {
		title: 'Propietats del camp de selecció',
		selectInfo: 'Info',
		opAvail: 'Opcions disponibles',
		value: 'Valor',
		size: 'Mida',
		lines: 'Línies',
		chkMulti: 'Permet múltiples seleccions',
		required: 'Required', // MISSING
		opText: 'Text',
		opValue: 'Valor',
		btnAdd: 'Afegeix',
		btnModify: 'Modifica',
		btnUp: 'Amunt',
		btnDown: 'Avall',
		btnSetValue: 'Selecciona per defecte',
		btnDelete: 'Elimina'
	},
	textarea: {
		title: 'Propietats de l\'àrea de text',
		cols: 'Columnes',
		rows: 'Files'
	},
	textfield: {
		title: 'Propietats del camp de text',
		name: 'Nom',
		value: 'Valor',
		charWidth: 'Amplada',
		maxChars: 'Nombre màxim de caràcters',
		required: 'Required', // MISSING
		type: 'Tipus',
		typeText: 'Text',
		typePass: 'Contrasenya',
		typeEmail: 'Correu electrònic',
		typeSearch: 'Cercar',
		typeTel: 'Número de telèfon',
		typeUrl: 'URL'
	}
} );