Mimimum syndical pour en faire un produit zope / cmf.
[ckeditor.git] / _source / lang / it.js
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
5
6 /**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Italian language.
9 */
10
11 /**#@+
12 @type String
13 @example
14 */
15
16 /**
17 * Constains the dictionary of language entries.
18 * @namespace
19 */
20 CKEDITOR.lang['it'] =
21 {
22 /**
23 * The language reading direction. Possible values are "rtl" for
24 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
25 * languages (like English).
26 * @default 'ltr'
27 */
28 dir : 'ltr',
29
30 /*
31 * Screenreader titles. Please note that screenreaders are not always capable
32 * of reading non-English words. So be careful while translating it.
33 */
34 editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
35
36 // ARIA descriptions.
37 toolbars : 'Editor toolbars', // MISSING
38 editor : 'Rich Text Editor', // MISSING
39
40 // Toolbar buttons without dialogs.
41 source : 'Codice Sorgente',
42 newPage : 'Nuova pagina vuota',
43 save : 'Salva',
44 preview : 'Anteprima',
45 cut : 'Taglia',
46 copy : 'Copia',
47 paste : 'Incolla',
48 print : 'Stampa',
49 underline : 'Sottolineato',
50 bold : 'Grassetto',
51 italic : 'Corsivo',
52 selectAll : 'Seleziona tutto',
53 removeFormat : 'Elimina formattazione',
54 strike : 'Barrato',
55 subscript : 'Pedice',
56 superscript : 'Apice',
57 horizontalrule : 'Inserisci riga orizzontale',
58 pagebreak : 'Inserisci interruzione di pagina',
59 pagebreakAlt : 'Page Break', // MISSING
60 unlink : 'Elimina collegamento',
61 undo : 'Annulla',
62 redo : 'Ripristina',
63
64 // Common messages and labels.
65 common :
66 {
67 browseServer : 'Cerca sul server',
68 url : 'URL',
69 protocol : 'Protocollo',
70 upload : 'Carica',
71 uploadSubmit : 'Invia al server',
72 image : 'Immagine',
73 flash : 'Oggetto Flash',
74 form : 'Modulo',
75 checkbox : 'Checkbox',
76 radio : 'Radio Button',
77 textField : 'Campo di testo',
78 textarea : 'Area di testo',
79 hiddenField : 'Campo nascosto',
80 button : 'Bottone',
81 select : 'Menu di selezione',
82 imageButton : 'Bottone immagine',
83 notSet : '<non impostato>',
84 id : 'Id',
85 name : 'Nome',
86 langDir : 'Direzione scrittura',
87 langDirLtr : 'Da Sinistra a Destra (LTR)',
88 langDirRtl : 'Da Destra a Sinistra (RTL)',
89 langCode : 'Codice Lingua',
90 longDescr : 'URL descrizione estesa',
91 cssClass : 'Nome classe CSS',
92 advisoryTitle : 'Titolo',
93 cssStyle : 'Stile',
94 ok : 'OK',
95 cancel : 'Annulla',
96 close : 'Close', // MISSING
97 preview : 'Preview', // MISSING
98 generalTab : 'Generale',
99 advancedTab : 'Avanzate',
100 validateNumberFailed : 'Il valore inserito non è un numero.',
101 confirmNewPage : 'Ogni modifica non salvata sarà persa. Sei sicuro di voler caricare una nuova pagina?',
102 confirmCancel : 'Alcune delle opzioni sono state cambiate. Sei sicuro di voler chiudere la finestra di dialogo?',
103 options : 'Options', // MISSING
104 target : 'Target', // MISSING
105 targetNew : 'New Window (_blank)', // MISSING
106 targetTop : 'Topmost Window (_top)', // MISSING
107 targetSelf : 'Same Window (_self)', // MISSING
108 targetParent : 'Parent Window (_parent)', // MISSING
109 langDirLTR : 'Left to Right (LTR)', // MISSING
110 langDirRTL : 'Right to Left (RTL)', // MISSING
111 styles : 'Style', // MISSING
112 cssClasses : 'Stylesheet Classes', // MISSING
113 width : 'Larghezza',
114 height : 'Altezza',
115 align : 'Allineamento',
116 alignLeft : 'Sinistra',
117 alignRight : 'Destra',
118 alignCenter : 'Centrato',
119 alignTop : 'In Alto',
120 alignMiddle : 'Centrato',
121 alignBottom : 'In Basso',
122 invalidHeight : 'L\'altezza dev\'essere un numero',
123 invalidWidth : 'La Larghezza dev\'essere un numero',
124 invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
125 invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
126
127 // Put the voice-only part of the label in the span.
128 unavailable : '%1<span class="cke_accessibility">, non disponibile</span>'
129 },
130
131 contextmenu :
132 {
133 options : 'Context Menu Options' // MISSING
134 },
135
136 // Special char dialog.
137 specialChar :
138 {
139 toolbar : 'Inserisci carattere speciale',
140 title : 'Seleziona carattere speciale',
141 options : 'Special Character Options' // MISSING
142 },
143
144 // Link dialog.
145 link :
146 {
147 toolbar : 'Inserisci/Modifica collegamento',
148 other : '<altro>',
149 menu : 'Modifica collegamento',
150 title : 'Collegamento',
151 info : 'Informazioni collegamento',
152 target : 'Destinazione',
153 upload : 'Carica',
154 advanced : 'Avanzate',
155 type : 'Tipo di Collegamento',
156 toUrl : 'URL', // MISSING
157 toAnchor : 'Ancora nella pagina',
158 toEmail : 'E-Mail',
159 targetFrame : '<riquadro>',
160 targetPopup : '<finestra popup>',
161 targetFrameName : 'Nome del riquadro di destinazione',
162 targetPopupName : 'Nome finestra popup',
163 popupFeatures : 'Caratteristiche finestra popup',
164 popupResizable : 'Ridimensionabile',
165 popupStatusBar : 'Barra di stato',
166 popupLocationBar: 'Barra degli indirizzi',
167 popupToolbar : 'Barra degli strumenti',
168 popupMenuBar : 'Barra del menu',
169 popupFullScreen : 'A tutto schermo (IE)',
170 popupScrollBars : 'Barre di scorrimento',
171 popupDependent : 'Dipendente (Netscape)',
172 popupLeft : 'Posizione da sinistra',
173 popupTop : 'Posizione dall\'alto',
174 id : 'Id',
175 langDir : 'Direzione scrittura',
176 langDirLTR : 'Da Sinistra a Destra (LTR)',
177 langDirRTL : 'Da Destra a Sinistra (RTL)',
178 acccessKey : 'Scorciatoia<br />da tastiera',
179 name : 'Nome',
180 langCode : 'Direzione scrittura',
181 tabIndex : 'Ordine di tabulazione',
182 advisoryTitle : 'Titolo',
183 advisoryContentType : 'Tipo della risorsa collegata',
184 cssClasses : 'Nome classe CSS',
185 charset : 'Set di caretteri della risorsa collegata',
186 styles : 'Stile',
187 rel : 'Relationship', // MISSING
188 selectAnchor : 'Scegli Ancora',
189 anchorName : 'Per Nome',
190 anchorId : 'Per id elemento',
191 emailAddress : 'Indirizzo E-Mail',
192 emailSubject : 'Oggetto del messaggio',
193 emailBody : 'Corpo del messaggio',
194 noAnchors : '(Nessuna ancora disponibile nel documento)',
195 noUrl : 'Devi inserire l\'URL del collegamento',
196 noEmail : 'Devi inserire un\'indirizzo e-mail'
197 },
198
199 // Anchor dialog
200 anchor :
201 {
202 toolbar : 'Inserisci/Modifica Ancora',
203 menu : 'Proprietà ancora',
204 title : 'Proprietà ancora',
205 name : 'Nome ancora',
206 errorName : 'Inserici il nome dell\'ancora',
207 remove : 'Remove Anchor' // MISSING
208 },
209
210 // List style dialog
211 list:
212 {
213 numberedTitle : 'Numbered List Properties', // MISSING
214 bulletedTitle : 'Bulleted List Properties', // MISSING
215 type : 'Type', // MISSING
216 start : 'Start', // MISSING
217 validateStartNumber :'List start number must be a whole number.', // MISSING
218 circle : 'Circle', // MISSING
219 disc : 'Disc', // MISSING
220 square : 'Square', // MISSING
221 none : 'None', // MISSING
222 notset : '<not set>', // MISSING
223 armenian : 'Armenian numbering', // MISSING
224 georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
225 lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
226 upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
227 lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
228 upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
229 lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
230 decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
231 decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
232 },
233
234 // Find And Replace Dialog
235 findAndReplace :
236 {
237 title : 'Cerca e Sostituisci',
238 find : 'Trova',
239 replace : 'Sostituisci',
240 findWhat : 'Trova:',
241 replaceWith : 'Sostituisci con:',
242 notFoundMsg : 'L\'elemento cercato non è stato trovato.',
243 matchCase : 'Maiuscole/minuscole',
244 matchWord : 'Solo parole intere',
245 matchCyclic : 'Ricerca ciclica',
246 replaceAll : 'Sostituisci tutto',
247 replaceSuccessMsg : '%1 occorrenza(e) sostituite.'
248 },
249
250 // Table Dialog
251 table :
252 {
253 toolbar : 'Tabella',
254 title : 'Proprietà tabella',
255 menu : 'Proprietà tabella',
256 deleteTable : 'Cancella Tabella',
257 rows : 'Righe',
258 columns : 'Colonne',
259 border : 'Dimensione bordo',
260 widthPx : 'pixel',
261 widthPc : 'percento',
262 widthUnit : 'width unit', // MISSING
263 cellSpace : 'Spaziatura celle',
264 cellPad : 'Padding celle',
265 caption : 'Intestazione',
266 summary : 'Indice',
267 headers : 'Intestazione',
268 headersNone : 'Nessuna',
269 headersColumn : 'Prima Colonna',
270 headersRow : 'Prima Riga',
271 headersBoth : 'Entrambe',
272 invalidRows : 'Il numero di righe dev\'essere un numero maggiore di 0.',
273 invalidCols : 'Il numero di colonne dev\'essere un numero maggiore di 0.',
274 invalidBorder : 'La dimensione del bordo dev\'essere un numero.',
275 invalidWidth : 'La larghezza della tabella dev\'essere un numero.',
276 invalidHeight : 'L\'altezza della tabella dev\'essere un numero.',
277 invalidCellSpacing : 'La spaziatura tra le celle dev\'essere un numero.',
278 invalidCellPadding : 'Il pagging delle celle dev\'essere un numero',
279
280 cell :
281 {
282 menu : 'Cella',
283 insertBefore : 'Inserisci Cella Prima',
284 insertAfter : 'Inserisci Cella Dopo',
285 deleteCell : 'Elimina celle',
286 merge : 'Unisce celle',
287 mergeRight : 'Unisci a Destra',
288 mergeDown : 'Unisci in Basso',
289 splitHorizontal : 'Dividi Cella Orizzontalmente',
290 splitVertical : 'Dividi Cella Verticalmente',
291 title : 'Proprietà della cella',
292 cellType : 'Tipo di cella',
293 rowSpan : 'Su più righe',
294 colSpan : 'Su più colonne',
295 wordWrap : 'Ritorno a capo',
296 hAlign : 'Allineamento orizzontale',
297 vAlign : 'Allineamento verticale',
298 alignBaseline : 'Linea Base',
299 bgColor : 'Colore di Sfondo',
300 borderColor : 'Colore del Bordo',
301 data : 'Dati',
302 header : 'Intestazione',
303 yes : 'Si',
304 no : 'No',
305 invalidWidth : 'La larghezza della cella dev\'essere un numero.',
306 invalidHeight : 'L\'altezza della cella dev\'essere un numero.',
307 invalidRowSpan : 'Il numero di righe dev\'essere un numero intero.',
308 invalidColSpan : 'Il numero di colonne dev\'essere un numero intero.',
309 chooseColor : 'Choose' // MISSING
310 },
311
312 row :
313 {
314 menu : 'Riga',
315 insertBefore : 'Inserisci Riga Prima',
316 insertAfter : 'Inserisci Riga Dopo',
317 deleteRow : 'Elimina righe'
318 },
319
320 column :
321 {
322 menu : 'Colonna',
323 insertBefore : 'Inserisci Colonna Prima',
324 insertAfter : 'Inserisci Colonna Dopo',
325 deleteColumn : 'Elimina colonne'
326 }
327 },
328
329 // Button Dialog.
330 button :
331 {
332 title : 'Proprietà bottone',
333 text : 'Testo (Value)',
334 type : 'Tipo',
335 typeBtn : 'Bottone',
336 typeSbm : 'Invio',
337 typeRst : 'Annulla'
338 },
339
340 // Checkbox and Radio Button Dialogs.
341 checkboxAndRadio :
342 {
343 checkboxTitle : 'Proprietà checkbox',
344 radioTitle : 'Proprietà radio button',
345 value : 'Valore',
346 selected : 'Selezionato'
347 },
348
349 // Form Dialog.
350 form :
351 {
352 title : 'Proprietà modulo',
353 menu : 'Proprietà modulo',
354 action : 'Azione',
355 method : 'Metodo',
356 encoding : 'Codifica'
357 },
358
359 // Select Field Dialog.
360 select :
361 {
362 title : 'Proprietà menu di selezione',
363 selectInfo : 'Info',
364 opAvail : 'Opzioni disponibili',
365 value : 'Valore',
366 size : 'Dimensione',
367 lines : 'righe',
368 chkMulti : 'Permetti selezione multipla',
369 opText : 'Testo',
370 opValue : 'Valore',
371 btnAdd : 'Aggiungi',
372 btnModify : 'Modifica',
373 btnUp : 'Su',
374 btnDown : 'Gi',
375 btnSetValue : 'Imposta come predefinito',
376 btnDelete : 'Rimuovi'
377 },
378
379 // Textarea Dialog.
380 textarea :
381 {
382 title : 'Proprietà area di testo',
383 cols : 'Colonne',
384 rows : 'Righe'
385 },
386
387 // Text Field Dialog.
388 textfield :
389 {
390 title : 'Proprietà campo di testo',
391 name : 'Nome',
392 value : 'Valore',
393 charWidth : 'Larghezza',
394 maxChars : 'Numero massimo di caratteri',
395 type : 'Tipo',
396 typeText : 'Testo',
397 typePass : 'Password'
398 },
399
400 // Hidden Field Dialog.
401 hidden :
402 {
403 title : 'Proprietà campo nascosto',
404 name : 'Nome',
405 value : 'Valore'
406 },
407
408 // Image Dialog.
409 image :
410 {
411 title : 'Proprietà immagine',
412 titleButton : 'Proprietà bottone immagine',
413 menu : 'Proprietà immagine',
414 infoTab : 'Informazioni immagine',
415 btnUpload : 'Invia al server',
416 upload : 'Carica',
417 alt : 'Testo alternativo',
418 lockRatio : 'Blocca rapporto',
419 resetSize : 'Reimposta dimensione',
420 border : 'Bordo',
421 hSpace : 'HSpace',
422 vSpace : 'VSpace',
423 alertUrl : 'Devi inserire l\'URL per l\'immagine',
424 linkTab : 'Collegamento',
425 button2Img : 'Vuoi trasformare il bottone immagine selezionato in un\'immagine semplice?',
426 img2Button : 'Vuoi trasferomare l\'immagine selezionata in un bottone immagine?',
427 urlMissing : 'Image source URL is missing.', // MISSING
428 validateBorder : 'Border must be a whole number.', // MISSING
429 validateHSpace : 'HSpace must be a whole number.', // MISSING
430 validateVSpace : 'VSpace must be a whole number.' // MISSING
431 },
432
433 // Flash Dialog
434 flash :
435 {
436 properties : 'Proprietà Oggetto Flash',
437 propertiesTab : 'Proprietà',
438 title : 'Proprietà Oggetto Flash',
439 chkPlay : 'Avvio Automatico',
440 chkLoop : 'Riavvio automatico',
441 chkMenu : 'Abilita Menu di Flash',
442 chkFull : 'Permetti la modalità tutto schermo',
443 scale : 'Ridimensiona',
444 scaleAll : 'Mostra Tutto',
445 scaleNoBorder : 'Senza Bordo',
446 scaleFit : 'Dimensione Esatta',
447 access : 'Accesso Script',
448 accessAlways : 'Sempre',
449 accessSameDomain: 'Solo stesso dominio',
450 accessNever : 'Mai',
451 alignAbsBottom : 'In basso assoluto',
452 alignAbsMiddle : 'Centrato assoluto',
453 alignBaseline : 'Linea base',
454 alignTextTop : 'In alto al testo',
455 quality : 'Qualità',
456 qualityBest : 'Massima',
457 qualityHigh : 'Alta',
458 qualityAutoHigh : 'Alta Automatica',
459 qualityMedium : 'Intermedia',
460 qualityAutoLow : 'Bassa Automatica',
461 qualityLow : 'Bassa',
462 windowModeWindow: 'Finestra',
463 windowModeOpaque: 'Opaca',
464 windowModeTransparent : 'Trasparente',
465 windowMode : 'Modalità finestra',
466 flashvars : 'Variabili per Flash',
467 bgcolor : 'Colore sfondo',
468 hSpace : 'HSpace',
469 vSpace : 'VSpace',
470 validateSrc : 'Devi inserire l\'URL del collegamento',
471 validateHSpace : 'L\'HSpace dev\'essere un numero.',
472 validateVSpace : 'Il VSpace dev\'essere un numero.'
473 },
474
475 // Speller Pages Dialog
476 spellCheck :
477 {
478 toolbar : 'Correttore ortografico',
479 title : 'Controllo ortografico',
480 notAvailable : 'Il servizio non è momentaneamente disponibile.',
481 errorLoading : 'Errore nel caricamento dell\'host col servizio applicativo: %s.',
482 notInDic : 'Non nel dizionario',
483 changeTo : 'Cambia in',
484 btnIgnore : 'Ignora',
485 btnIgnoreAll : 'Ignora tutto',
486 btnReplace : 'Cambia',
487 btnReplaceAll : 'Cambia tutto',
488 btnUndo : 'Annulla',
489 noSuggestions : '- Nessun suggerimento -',
490 progress : 'Controllo ortografico in corso',
491 noMispell : 'Controllo ortografico completato: nessun errore trovato',
492 noChanges : 'Controllo ortografico completato: nessuna parola cambiata',
493 oneChange : 'Controllo ortografico completato: 1 parola cambiata',
494 manyChanges : 'Controllo ortografico completato: %1 parole cambiate',
495 ieSpellDownload : 'Contollo ortografico non installato. Lo vuoi scaricare ora?'
496 },
497
498 smiley :
499 {
500 toolbar : 'Emoticon',
501 title : 'Inserisci emoticon',
502 options : 'Smiley Options' // MISSING
503 },
504
505 elementsPath :
506 {
507 eleLabel : 'Elements path', // MISSING
508 eleTitle : '%1 elemento'
509 },
510
511 numberedlist : 'Elenco numerato',
512 bulletedlist : 'Elenco puntato',
513 indent : 'Aumenta rientro',
514 outdent : 'Riduci rientro',
515
516 justify :
517 {
518 left : 'Allinea a sinistra',
519 center : 'Centra',
520 right : 'Allinea a destra',
521 block : 'Giustifica'
522 },
523
524 blockquote : 'Citazione',
525
526 clipboard :
527 {
528 title : 'Incolla',
529 cutError : 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+X).',
530 copyError : 'Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+C).',
531 pasteMsg : 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl/Cmd+V</STRONG>) e premi <STRONG>OK</STRONG>.',
532 securityMsg : 'A causa delle impostazioni di sicurezza del browser,l\'editor non è in grado di accedere direttamente agli appunti. E\' pertanto necessario incollarli di nuovo in questa finestra.',
533 pasteArea : 'Paste Area' // MISSING
534 },
535
536 pastefromword :
537 {
538 confirmCleanup : 'Il testo da incollare sembra provenire da Word. Desideri pulirlo prima di incollare?',
539 toolbar : 'Incolla da Word',
540 title : 'Incolla da Word',
541 error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
542 },
543
544 pasteText :
545 {
546 button : 'Incolla come testo semplice',
547 title : 'Incolla come testo semplice'
548 },
549
550 templates :
551 {
552 button : 'Modelli',
553 title : 'Contenuto dei modelli',
554 options : 'Template Options', // MISSING
555 insertOption : 'Cancella il contenuto corrente',
556 selectPromptMsg : 'Seleziona il modello da aprire nell\'editor<br />(il contenuto attuale verrà eliminato):',
557 emptyListMsg : '(Nessun modello definito)'
558 },
559
560 showBlocks : 'Visualizza Blocchi',
561
562 stylesCombo :
563 {
564 label : 'Stile',
565 panelTitle : 'Formatting Styles', // MISSING
566 panelTitle1 : 'Stili per blocchi',
567 panelTitle2 : 'Stili in linea',
568 panelTitle3 : 'Stili per oggetti'
569 },
570
571 format :
572 {
573 label : 'Formato',
574 panelTitle : 'Formato',
575
576 tag_p : 'Normale',
577 tag_pre : 'Formattato',
578 tag_address : 'Indirizzo',
579 tag_h1 : 'Titolo 1',
580 tag_h2 : 'Titolo 2',
581 tag_h3 : 'Titolo 3',
582 tag_h4 : 'Titolo 4',
583 tag_h5 : 'Titolo 5',
584 tag_h6 : 'Titolo 6',
585 tag_div : 'Paragrafo (DIV)'
586 },
587
588 div :
589 {
590 title : 'Create Div Container', // MISSING
591 toolbar : 'Create Div Container', // MISSING
592 cssClassInputLabel : 'Stylesheet Classes', // MISSING
593 styleSelectLabel : 'Style', // MISSING
594 IdInputLabel : 'Id', // MISSING
595 languageCodeInputLabel : ' Language Code', // MISSING
596 inlineStyleInputLabel : 'Inline Style', // MISSING
597 advisoryTitleInputLabel : 'Advisory Title', // MISSING
598 langDirLabel : 'Language Direction', // MISSING
599 langDirLTRLabel : 'Left to Right (LTR)', // MISSING
600 langDirRTLLabel : 'Right to Left (RTL)', // MISSING
601 edit : 'Edit Div', // MISSING
602 remove : 'Remove Div' // MISSING
603 },
604
605 iframe :
606 {
607 title : 'IFrame Properties', // MISSING
608 toolbar : 'IFrame', // MISSING
609 noUrl : 'Please type the iframe URL', // MISSING
610 scrolling : 'Enable scrollbars', // MISSING
611 border : 'Show frame border' // MISSING
612 },
613
614 font :
615 {
616 label : 'Font',
617 voiceLabel : 'Font',
618 panelTitle : 'Font'
619 },
620
621 fontSize :
622 {
623 label : 'Dimensione',
624 voiceLabel : 'Dimensione Font',
625 panelTitle : 'Dimensione'
626 },
627
628 colorButton :
629 {
630 textColorTitle : 'Colore testo',
631 bgColorTitle : 'Colore sfondo',
632 panelTitle : 'Colors', // MISSING
633 auto : 'Automatico',
634 more : 'Altri colori...'
635 },
636
637 colors :
638 {
639 '000' : 'Black', // MISSING
640 '800000' : 'Maroon', // MISSING
641 '8B4513' : 'Saddle Brown', // MISSING
642 '2F4F4F' : 'Dark Slate Gray', // MISSING
643 '008080' : 'Teal', // MISSING
644 '000080' : 'Navy', // MISSING
645 '4B0082' : 'Indigo', // MISSING
646 '696969' : 'Dark Gray', // MISSING
647 'B22222' : 'Fire Brick', // MISSING
648 'A52A2A' : 'Brown', // MISSING
649 'DAA520' : 'Golden Rod', // MISSING
650 '006400' : 'Dark Green', // MISSING
651 '40E0D0' : 'Turquoise', // MISSING
652 '0000CD' : 'Medium Blue', // MISSING
653 '800080' : 'Purple', // MISSING
654 '808080' : 'Gray', // MISSING
655 'F00' : 'Red', // MISSING
656 'FF8C00' : 'Dark Orange', // MISSING
657 'FFD700' : 'Gold', // MISSING
658 '008000' : 'Green', // MISSING
659 '0FF' : 'Cyan', // MISSING
660 '00F' : 'Blue', // MISSING
661 'EE82EE' : 'Violet', // MISSING
662 'A9A9A9' : 'Dim Gray', // MISSING
663 'FFA07A' : 'Light Salmon', // MISSING
664 'FFA500' : 'Orange', // MISSING
665 'FFFF00' : 'Yellow', // MISSING
666 '00FF00' : 'Lime', // MISSING
667 'AFEEEE' : 'Pale Turquoise', // MISSING
668 'ADD8E6' : 'Light Blue', // MISSING
669 'DDA0DD' : 'Plum', // MISSING
670 'D3D3D3' : 'Light Grey', // MISSING
671 'FFF0F5' : 'Lavender Blush', // MISSING
672 'FAEBD7' : 'Antique White', // MISSING
673 'FFFFE0' : 'Light Yellow', // MISSING
674 'F0FFF0' : 'Honeydew', // MISSING
675 'F0FFFF' : 'Azure', // MISSING
676 'F0F8FF' : 'Alice Blue', // MISSING
677 'E6E6FA' : 'Lavender', // MISSING
678 'FFF' : 'White' // MISSING
679 },
680
681 scayt :
682 {
683 title : 'Controllo Ortografico Mentre Scrivi',
684 opera_title : 'Not supported by Opera', // MISSING
685 enable : 'Abilita COMS',
686 disable : 'Disabilita COMS',
687 about : 'About COMS',
688 toggle : 'Inverti abilitazione SCOMS',
689 options : 'Opzioni',
690 langs : 'Lingue',
691 moreSuggestions : 'Altri suggerimenti',
692 ignore : 'Ignora',
693 ignoreAll : 'Ignora tutti',
694 addWord : 'Aggiungi Parola',
695 emptyDic : 'Il nome del dizionario non può essere vuoto.',
696
697 optionsTab : 'Opzioni',
698 allCaps : 'Ignore All-Caps Words', // MISSING
699 ignoreDomainNames : 'Ignore Domain Names', // MISSING
700 mixedCase : 'Ignore Words with Mixed Case', // MISSING
701 mixedWithDigits : 'Ignore Words with Numbers', // MISSING
702
703 languagesTab : 'Lingue',
704
705 dictionariesTab : 'Dizionari',
706 dic_field_name : 'Dictionary name', // MISSING
707 dic_create : 'Create', // MISSING
708 dic_restore : 'Restore', // MISSING
709 dic_delete : 'Delete', // MISSING
710 dic_rename : 'Rename', // MISSING
711 dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
712
713 aboutTab : 'About'
714 },
715
716 about :
717 {
718 title : 'About CKEditor',
719 dlgTitle : 'About CKEditor',
720 help : 'Check $1 for help.', // MISSING
721 userGuide : 'CKEditor User\'s Guide', // MISSING
722 moreInfo : 'Per le informazioni sulla licenza si prega di visitare il nostro sito:',
723 copy : 'Copyright &copy; $1. Tutti i diritti riservati.'
724 },
725
726 maximize : 'Massimizza',
727 minimize : 'Minimize', // MISSING
728
729 fakeobjects :
730 {
731 anchor : 'Ancora',
732 flash : 'Animazione Flash',
733 iframe : 'IFrame', // MISSING
734 hiddenfield : 'Hidden Field', // MISSING
735 unknown : 'Oggetto sconosciuto'
736 },
737
738 resize : 'Trascina per ridimensionare',
739
740 colordialog :
741 {
742 title : 'Select color', // MISSING
743 options : 'Color Options', // MISSING
744 highlight : 'Highlight', // MISSING
745 selected : 'Selected Color', // MISSING
746 clear : 'Clear' // MISSING
747 },
748
749 toolbarCollapse : 'Collapse Toolbar', // MISSING
750 toolbarExpand : 'Expand Toolbar', // MISSING
751
752 toolbarGroups :
753 {
754 document : 'Document', // MISSING
755 clipboard : 'Clipboard/Undo', // MISSING
756 editing : 'Editing', // MISSING
757 forms : 'Forms', // MISSING
758 basicstyles : 'Basic Styles', // MISSING
759 paragraph : 'Paragraph', // MISSING
760 links : 'Links', // MISSING
761 insert : 'Insert', // MISSING
762 styles : 'Styles', // MISSING
763 colors : 'Colors', // MISSING
764 tools : 'Tools' // MISSING
765 },
766
767 bidi :
768 {
769 ltr : 'Text direction from left to right', // MISSING
770 rtl : 'Text direction from right to left' // MISSING
771 },
772
773 docprops :
774 {
775 label : 'Proprietà del Documento',
776 title : 'Proprietà del Documento',
777 design : 'Design', // MISSING
778 meta : 'Meta Data',
779 chooseColor : 'Choose', // MISSING
780 other : '<altro>',
781 docTitle : 'Titolo pagina',
782 charset : 'Set di caretteri',
783 charsetOther : 'Altro set di caretteri',
784 charsetASCII : 'ASCII', // MISSING
785 charsetCE : 'Europa Centrale',
786 charsetCT : 'Cinese Tradizionale (Big5)',
787 charsetCR : 'Cirillico',
788 charsetGR : 'Greco',
789 charsetJP : 'Giapponese',
790 charsetKR : 'Coreano',
791 charsetTR : 'Turco',
792 charsetUN : 'Unicode (UTF-8)', // MISSING
793 charsetWE : 'Europa Occidentale',
794 docType : 'Intestazione DocType',
795 docTypeOther : 'Altra intestazione DocType',
796 xhtmlDec : 'Includi dichiarazione XHTML',
797 bgColor : 'Colore di sfondo',
798 bgImage : 'Immagine di sfondo',
799 bgFixed : 'Sfondo fissato',
800 txtColor : 'Colore testo',
801 margin : 'Margini',
802 marginTop : 'In Alto',
803 marginLeft : 'A Sinistra',
804 marginRight : 'A Destra',
805 marginBottom : 'In Basso',
806 metaKeywords : 'Chiavi di indicizzazione documento (separate da virgola)',
807 metaDescription : 'Descrizione documento',
808 metaAuthor : 'Autore',
809 metaCopyright : 'Copyright', // MISSING
810 previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
811 }
812 };