Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 521
Line 6... Line 6...
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
9
 * 		http://www.fckeditor.net/
10
 * 
10
 * 
-
 
11
 * "Support Open Source software. What about a donation today?"
-
 
12
 * 
11
 * File Name: it.js
13
 * File Name: it.js
12
 * 	Italian language file.
14
 * 	Italian language file.
13
 * 
15
 * 
14
 * File Authors:
16
 * File Authors:
15
 * 		Simone Chiaretta (simone@piyosailing.com)
17
 * 		Simone Chiaretta (simone@piyosailing.com)
Line 102... Line 104...
102
DeleteColumns		: "Elimina colonne",
104
DeleteColumns		: "Elimina colonne",
103
InsertCell			: "Inserisci cella",
105
InsertCell			: "Inserisci cella",
104
DeleteCells			: "Elimina celle",
106
DeleteCells			: "Elimina celle",
105
MergeCells			: "Unisce celle",
107
MergeCells			: "Unisce celle",
106
SplitCell			: "Dividi celle",
108
SplitCell			: "Dividi celle",
107
CellProperties		: "Propriet cella",
109
CellProperties		: "Proprietà cella",
108
TableProperties		: "Propriet tabella",
110
TableProperties		: "Proprietà tabella",
109
ImageProperties		: "Propriet immagine",
111
ImageProperties		: "Proprietà immagine",
110
FlashProperties		: "Propriet Oggetto Flash",
112
FlashProperties		: "Proprietà Oggetto Flash",
111
 
113
 
112
AnchorProp			: "Propriet ancora",
114
AnchorProp			: "Proprietà ancora",
113
ButtonProp			: "Propriet bottone",
115
ButtonProp			: "Proprietà bottone",
114
CheckboxProp		: "Propriet checkbox",
116
CheckboxProp		: "Proprietà checkbox",
115
HiddenFieldProp		: "Propriet campo nascosto",
117
HiddenFieldProp		: "Proprietà campo nascosto",
116
RadioButtonProp		: "Propriet radio button",
118
RadioButtonProp		: "Proprietà radio button",
117
ImageButtonProp		: "Propriet bottone immagine",
119
ImageButtonProp		: "Proprietà bottone immagine",
118
TextFieldProp		: "Propriet campo di testo",
120
TextFieldProp		: "Proprietà campo di testo",
119
SelectionFieldProp	: "Propriet menu di selezione",
121
SelectionFieldProp	: "Proprietà menu di selezione",
120
TextareaProp		: "Propriet area di testo",
122
TextareaProp		: "Proprietà area di testo",
121
FormProp			: "Propriet modulo",
123
FormProp			: "Proprietà modulo",
Line 122... Line 124...
122
 
124
 
Line 123... Line 125...
123
FontFormats			: "Normale;Formattato;Indirizzo;Titolo 1;Titolo 2;Titolo 3;Titolo 4;Titolo 5;Titolo 6;Paragrafo (DIV)",
125
FontFormats			: "Normale;Formattato;Indirizzo;Titolo 1;Titolo 2;Titolo 3;Titolo 4;Titolo 5;Titolo 6;Paragrafo (DIV)",
124
 
126
 
125
// Alerts and Messages
127
// Alerts and Messages
126
ProcessingXHTML		: "Elaborazione XHTML in corso. Attendere prego...",
128
ProcessingXHTML		: "Elaborazione XHTML in corso. Attendere prego...",
127
Done				: "Completato",
129
Done				: "Completato",
128
PasteWordConfirm	: "Il testo da incollare sembra provenire da Word. Desideri pulirlo prima di incollare?",
130
PasteWordConfirm	: "Il testo da incollare sembra provenire da Word. Desideri pulirlo prima di incollare?",
129
NotCompatiblePaste	: "Questa funzione  disponibile solo per Internet Explorer 5.5 o superiore. Desideri incollare il testo senza pulirlo?",
131
NotCompatiblePaste	: "Questa funzione è disponibile solo per Internet Explorer 5.5 o superiore. Desideri incollare il testo senza pulirlo?",
130
UnknownToolbarItem	: "Elemento della barra strumenti sconosciuto \"%1\"",
132
UnknownToolbarItem	: "Elemento della barra strumenti sconosciuto \"%1\"",
131
UnknownCommand		: "Comando sconosciuto \"%1\"",
133
UnknownCommand		: "Comando sconosciuto \"%1\"",
-
 
134
NotImplemented		: "Commando non implementato",
Line 132... Line 135...
132
NotImplemented		: "Commando non implementato",
135
UnknownToolbarSet	: "La barra di strumenti \"%1\" non esiste",
133
UnknownToolbarSet	: "La barra di strumenti \"%1\" non esiste",
136
NoActiveX			: "You browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.",	//MISSING
134
 
137
 
135
// Dialogs
138
// Dialogs
Line 158... Line 161...
158
DlgGenContType		: "Tipo della risorsa collegata",
161
DlgGenContType		: "Tipo della risorsa collegata",
159
DlgGenLinkCharset	: "Set di caretteri della risorsa collegata",
162
DlgGenLinkCharset	: "Set di caretteri della risorsa collegata",
160
DlgGenStyle			: "Stile",
163
DlgGenStyle			: "Stile",
Line 161... Line 164...
161
 
164
 
162
// Image Dialog
165
// Image Dialog
163
DlgImgTitle			: "Propriet immagine",
166
DlgImgTitle			: "Proprietà immagine",
164
DlgImgInfoTab		: "Informazioni immagine",
167
DlgImgInfoTab		: "Informazioni immagine",
165
DlgImgBtnUpload		: "Invia al server",
168
DlgImgBtnUpload		: "Invia al server",
166
DlgImgURL			: "URL",
169
DlgImgURL			: "URL",
167
DlgImgUpload		: "Carica",
170
DlgImgUpload		: "Carica",
Line 186... Line 189...
186
DlgImgPreview		: "Anteprima",
189
DlgImgPreview		: "Anteprima",
187
DlgImgAlertUrl		: "Devi inserire l'URL per l'immagine",
190
DlgImgAlertUrl		: "Devi inserire l'URL per l'immagine",
188
DlgImgLinkTab		: "Collegamento",
191
DlgImgLinkTab		: "Collegamento",
Line 189... Line 192...
189
 
192
 
190
// Flash Dialog
193
// Flash Dialog
191
DlgFlashTitle		: "Propriet Oggetto Flash",
194
DlgFlashTitle		: "Proprietà Oggetto Flash",
192
DlgFlashChkPlay		: "Avvio Automatico",
195
DlgFlashChkPlay		: "Avvio Automatico",
193
DlgFlashChkLoop		: "Cicla",
196
DlgFlashChkLoop		: "Cicla",
194
DlgFlashChkMenu		: "Abilita Menu di Flash",
197
DlgFlashChkMenu		: "Abilita Menu di Flash",
195
DlgFlashScale		: "Ridimensiona",
198
DlgFlashScale		: "Ridimensiona",
Line 257... Line 260...
257
 
260
 
258
// Special Character Dialog
261
// Special Character Dialog
Line 259... Line 262...
259
DlgSpecialCharTitle	: "Seleziona carattere speciale",
262
DlgSpecialCharTitle	: "Seleziona carattere speciale",
260
 
263
 
261
// Table Dialog
264
// Table Dialog
262
DlgTableTitle		: "Propriet tabella",
265
DlgTableTitle		: "Proprietà tabella",
263
DlgTableRows		: "Righe",
266
DlgTableRows		: "Righe",
264
DlgTableColumns		: "Colonne",
267
DlgTableColumns		: "Colonne",
265
DlgTableBorder		: "Dimensione bordo",
268
DlgTableBorder		: "Dimensione bordo",
Line 334... Line 337...
334
// Color Picker
337
// Color Picker
335
ColorAutomatic	: "Automatico",
338
ColorAutomatic	: "Automatico",
336
ColorMoreColors	: "Altri colori...",
339
ColorMoreColors	: "Altri colori...",
Line 337... Line 340...
337
 
340
 
338
// Document Properties
341
// Document Properties
Line 339... Line 342...
339
DocProps		: "Propriet del Documento",
342
DocProps		: "Proprietà del Documento",
340
 
343
 
341
// Anchor Dialog
344
// Anchor Dialog
342
DlgAnchorTitle		: "Propriet ancora",
345
DlgAnchorTitle		: "Proprietà ancora",
Line 343... Line 346...
343
DlgAnchorName		: "Nome ancora",
346
DlgAnchorName		: "Nome ancora",
344
DlgAnchorErrorName	: "Inserici il nome dell'ancora",
347
DlgAnchorErrorName	: "Inserici il nome dell'ancora",
Line 407... Line 410...
407
// Hidden Field Dialog
410
// Hidden Field Dialog
408
DlgHiddenName	: "Nome",
411
DlgHiddenName	: "Nome",
409
DlgHiddenValue	: "Valore",
412
DlgHiddenValue	: "Valore",
Line 410... Line 413...
410
 
413
 
411
// Bulleted List Dialog
414
// Bulleted List Dialog
412
BulletedListProp	: "Propriet lista puntata",
415
BulletedListProp	: "Proprietà lista puntata",
413
NumberedListProp	: "Propriet lista numerata",
416
NumberedListProp	: "Proprietà lista numerata",
414
DlgLstType			: "Tipo",
417
DlgLstType			: "Tipo",
415
DlgLstTypeCircle	: "Tondo",
418
DlgLstTypeCircle	: "Tondo",
416
DlgLstTypeDisk		: "Disco",
419
DlgLstTypeDisc		: "Disc",	//MISSING
417
DlgLstTypeSquare	: "Quadrato",
420
DlgLstTypeSquare	: "Quadrato",
418
DlgLstTypeNumbers	: "Numeri (1, 2, 3)",
421
DlgLstTypeNumbers	: "Numeri (1, 2, 3)",
419
DlgLstTypeLCase		: "Caratteri minuscoli (a, b, c)",
422
DlgLstTypeLCase		: "Caratteri minuscoli (a, b, c)",
420
DlgLstTypeUCase		: "Caratteri maiuscoli (A, B, C)",
423
DlgLstTypeUCase		: "Caratteri maiuscoli (A, B, C)",
Line 457... Line 460...
457
DlgDocPreview		: "Anteprima",
460
DlgDocPreview		: "Anteprima",
Line 458... Line 461...
458
 
461
 
459
// Templates Dialog
462
// Templates Dialog
460
Templates			: "Modelli",
463
Templates			: "Modelli",
461
DlgTemplatesTitle	: "Contenuto dei modelli",
464
DlgTemplatesTitle	: "Contenuto dei modelli",
462
DlgTemplatesSelMsg	: "Seleziona il modello da aprire nell'editor<br>(il contenuto attuale verr eliminato):",
465
DlgTemplatesSelMsg	: "Seleziona il modello da aprire nell'editor<br>(il contenuto attuale verrà eliminato):",
463
DlgTemplatesLoading	: "Caricamento modelli in corso. Attendere prego...",
466
DlgTemplatesLoading	: "Caricamento modelli in corso. Attendere prego...",
Line 464... Line 467...
464
DlgTemplatesNoTpl	: "(Nessun modello definito)",
467
DlgTemplatesNoTpl	: "(Nessun modello definito)",
465
 
468