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