aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/it.js
blob: 0d777988a22466b8d1359d3d2825d73dfe4c7778 (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-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'it', {
	button: {
		title: 'Proprietà bottone',
		text: 'Testo (Valore)',
		type: 'Tipo',
		typeBtn: 'Bottone',
		typeSbm: 'Invio',
		typeRst: 'Annulla'
	},
	checkboxAndRadio: {
		checkboxTitle: 'Proprietà checkbox',
		radioTitle: 'Proprietà radio button',
		value: 'Valore',
		selected: 'Selezionato',
		required: 'Richiesto'
	},
	form: {
		title: 'Proprietà modulo',
		menu: 'Proprietà modulo',
		action: 'Azione',
		method: 'Metodo',
		encoding: 'Codifica'
	},
	hidden: {
		title: 'Proprietà campo nascosto',
		name: 'Nome',
		value: 'Valore'
	},
	select: {
		title: 'Proprietà menu di selezione',
		selectInfo: 'Info',
		opAvail: 'Opzioni disponibili',
		value: 'Valore',
		size: 'Dimensione',
		lines: 'righe',
		chkMulti: 'Permetti selezione multipla',
		required: 'Richiesto',
		opText: 'Testo',
		opValue: 'Valore',
		btnAdd: 'Aggiungi',
		btnModify: 'Modifica',
		btnUp: 'Su',
		btnDown: 'Gi',
		btnSetValue: 'Imposta come predefinito',
		btnDelete: 'Rimuovi'
	},
	textarea: {
		title: 'Proprietà area di testo',
		cols: 'Colonne',
		rows: 'Righe'
	},
	textfield: {
		title: 'Proprietà campo di testo',
		name: 'Nome',
		value: 'Valore',
		charWidth: 'Larghezza',
		maxChars: 'Numero massimo di caratteri',
		required: 'Richiesto',
		type: 'Tipo',
		typeText: 'Testo',
		typePass: 'Password',
		typeEmail: 'Email',
		typeSearch: 'Cerca',
		typeTel: 'Numero di telefono',
		typeUrl: 'URL'
	}
} );