]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/forms/lang/it.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / it.js
CommitLineData
7adcb81e 1/*\r
3b35bd27 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'forms', 'it', {\r
6 button: {\r
7 title: 'Proprietà bottone',\r
8 text: 'Testo (Valore)',\r
9 type: 'Tipo',\r
10 typeBtn: 'Bottone',\r
11 typeSbm: 'Invio',\r
12 typeRst: 'Annulla'\r
13 },\r
14 checkboxAndRadio: {\r
15 checkboxTitle: 'Proprietà checkbox',\r
16 radioTitle: 'Proprietà radio button',\r
17 value: 'Valore',\r
18 selected: 'Selezionato',\r
19 required: 'Richiesto'\r
20 },\r
21 form: {\r
22 title: 'Proprietà modulo',\r
23 menu: 'Proprietà modulo',\r
24 action: 'Azione',\r
25 method: 'Metodo',\r
26 encoding: 'Codifica'\r
27 },\r
28 hidden: {\r
29 title: 'Proprietà campo nascosto',\r
30 name: 'Nome',\r
31 value: 'Valore'\r
32 },\r
33 select: {\r
34 title: 'Proprietà menu di selezione',\r
35 selectInfo: 'Info',\r
36 opAvail: 'Opzioni disponibili',\r
37 value: 'Valore',\r
38 size: 'Dimensione',\r
39 lines: 'righe',\r
40 chkMulti: 'Permetti selezione multipla',\r
41 required: 'Richiesto',\r
42 opText: 'Testo',\r
43 opValue: 'Valore',\r
44 btnAdd: 'Aggiungi',\r
45 btnModify: 'Modifica',\r
46 btnUp: 'Su',\r
47 btnDown: 'Gi',\r
48 btnSetValue: 'Imposta come predefinito',\r
49 btnDelete: 'Rimuovi'\r
50 },\r
51 textarea: {\r
52 title: 'Proprietà area di testo',\r
53 cols: 'Colonne',\r
54 rows: 'Righe'\r
55 },\r
56 textfield: {\r
57 title: 'Proprietà campo di testo',\r
58 name: 'Nome',\r
59 value: 'Valore',\r
60 charWidth: 'Larghezza',\r
61 maxChars: 'Numero massimo di caratteri',\r
62 required: 'Richiesto',\r
63 type: 'Tipo',\r
64 typeText: 'Testo',\r
65 typePass: 'Password',\r
66 typeEmail: 'Email',\r
67 typeSearch: 'Cerca',\r
68 typeTel: 'Numero di telefono',\r
69 typeUrl: 'URL'\r
70 }\r
71} );\r