X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fit.js;h=57a51010b6a746edb60d1367abac179a104e0388;hb=f8fc585c18d287eb325c575596d183122486b641;hp=221b750a977149274fef665f31194a0c0eea3b5f;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/lang/it.js b/_source/lang/it.js index 221b750..57a5101 100644 --- a/_source/lang/it.js +++ b/_source/lang/it.js @@ -110,17 +110,24 @@ CKEDITOR.lang['it'] = unavailable : '%1, non disponibile' }, + contextmenu : + { + options : 'Context Menu Options' // MISSING + }, + // Special char dialog. specialChar : { toolbar : 'Inserisci carattere speciale', - title : 'Seleziona carattere speciale' + title : 'Seleziona carattere speciale', + options : 'Special Character Options' // MISSING }, // Link dialog. link : { toolbar : 'Inserisci/Modifica collegamento', + other : '', menu : 'Modifica collegamento', title : 'Collegamento', info : 'Informazioni collegamento', @@ -182,6 +189,29 @@ CKEDITOR.lang['it'] = errorName : 'Inserici il nome dell\'ancora' }, + // List style dialog + list: + { + numberedTitle : 'Numbered List Properties', // MISSING + bulletedTitle : 'Bulleted List Properties', // MISSING + type : 'Type', // MISSING + start : 'Start', // MISSING + circle : 'Circle', // MISSING + disc : 'Disc', // MISSING + square : 'Square', // MISSING + none : 'None', // MISSING + notset : '', // MISSING + armenian : 'Armenian numbering', // MISSING + georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING + lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING + upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING + lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING + upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING + lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING + decimal : 'Decimal (1, 2, 3, etc.)', // MISSING + decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING + }, + // Find And Replace Dialog findAndReplace : { @@ -476,7 +506,8 @@ CKEDITOR.lang['it'] = smiley : { toolbar : 'Emoticon', - title : 'Inserisci emoticon' + title : 'Inserisci emoticon', + options : 'Smiley Options' // MISSING }, elementsPath : @@ -503,9 +534,9 @@ CKEDITOR.lang['it'] = clipboard : { title : 'Incolla', - cutError : 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl+X).', - copyError : 'Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl+C).', - pasteMsg : 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (Ctrl+V) e premi OK.', + cutError : 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+X).', + copyError : 'Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+C).', + pasteMsg : 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (Ctrl/Cmd+V) e premi OK.', 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.', pasteArea : 'Paste Area' // MISSING }, @@ -528,6 +559,7 @@ CKEDITOR.lang['it'] = { button : 'Modelli', title : 'Contenuto dei modelli', + options : 'Template Options', // MISSING insertOption : 'Cancella il contenuto corrente', selectPromptMsg : 'Seleziona il modello da aprire nell\'editor
(il contenuto attuale verrà eliminato):', emptyListMsg : '(Nessun modello definito)' @@ -648,6 +680,7 @@ CKEDITOR.lang['it'] = scayt : { title : 'Controllo Ortografico Mentre Scrivi', + opera_title : 'Not supported by Opera', // MISSING enable : 'Abilita COMS', disable : 'Disabilita COMS', about : 'About COMS', @@ -659,9 +692,23 @@ CKEDITOR.lang['it'] = ignoreAll : 'Ignora tutti', addWord : 'Aggiungi Parola', emptyDic : 'Il nome del dizionario non può essere vuoto.', + optionsTab : 'Opzioni', + allCaps : 'Ignore All-Caps Words', // MISSING + ignoreDomainNames : 'Ignore Domain Names', // MISSING + mixedCase : 'Ignore Words with Mixed Case', // MISSING + mixedWithDigits : 'Ignore Words with Numbers', // MISSING + languagesTab : 'Lingue', + dictionariesTab : 'Dizionari', + dic_field_name : 'Dictionary name', // MISSING + dic_create : 'Create', // MISSING + dic_restore : 'Restore', // MISSING + dic_delete : 'Delete', // MISSING + dic_rename : 'Rename', // MISSING + 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 + aboutTab : 'About' }, @@ -689,8 +736,9 @@ CKEDITOR.lang['it'] = colordialog : { title : 'Select color', // MISSING + options : 'Color Options', // MISSING highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING + selected : 'Selected Color', // MISSING clear : 'Clear' // MISSING },