X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fit.js;h=ad0e17d6d355eacfa10d6aa0ac69b8e007ed4f13;hp=6d1f556c271b30150b664141fab6b86620b3b741;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/lang/it.js b/_source/lang/it.js index 6d1f556..ad0e17d 100644 --- a/_source/lang/it.js +++ b/_source/lang/it.js @@ -121,6 +121,8 @@ CKEDITOR.lang['it'] = alignBottom : 'In Basso', invalidHeight : 'L\'altezza dev\'essere un numero', invalidWidth : 'La Larghezza dev\'essere un numero', + 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 + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, non disponibile' @@ -201,7 +203,8 @@ CKEDITOR.lang['it'] = menu : 'Proprietà ancora', title : 'Proprietà ancora', name : 'Nome ancora', - errorName : 'Inserici il nome dell\'ancora' + errorName : 'Inserici il nome dell\'ancora', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -413,7 +416,6 @@ CKEDITOR.lang['it'] = upload : 'Carica', alt : 'Testo alternativo', lockRatio : 'Blocca rapporto', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Reimposta dimensione', border : 'Bordo', hSpace : 'HSpace', @@ -770,40 +772,40 @@ CKEDITOR.lang['it'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'Proprietà del Documento', + title : 'Proprietà del Documento', design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING + meta : 'Meta Data', chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + other : '', + docTitle : 'Titolo pagina', + charset : 'Set di caretteri', + charsetOther : 'Altro set di caretteri', charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING + charsetCE : 'Europa Centrale', + charsetCT : 'Cinese Tradizionale (Big5)', + charsetCR : 'Cirillico', + charsetGR : 'Greco', + charsetJP : 'Giapponese', + charsetKR : 'Coreano', + charsetTR : 'Turco', charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING + charsetWE : 'Europa Occidentale', + docType : 'Intestazione DocType', + docTypeOther : 'Altra intestazione DocType', + xhtmlDec : 'Includi dichiarazione XHTML', + bgColor : 'Colore di sfondo', + bgImage : 'Immagine di sfondo', + bgFixed : 'Sfondo fissato', + txtColor : 'Colore testo', + margin : 'Margini', + marginTop : 'In Alto', + marginLeft : 'A Sinistra', + marginRight : 'A Destra', + marginBottom : 'In Basso', + metaKeywords : 'Chiavi di indicizzazione documento (separate da virgola)', + metaDescription : 'Descrizione documento', + metaAuthor : 'Autore', metaCopyright : 'Copyright', // MISSING previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING }