X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fit.js;h=ad0e17d6d355eacfa10d6aa0ac69b8e007ed4f13;hb=f0610347140239143439a511ee2bd48cb784f470;hp=b1fef69205442d9610dd68904cff31ff58778b72;hpb=9afde8772159bd3436f1f5b7862960307710ae5a;p=ckeditor.git diff --git a/_source/lang/it.js b/_source/lang/it.js index b1fef69..ad0e17d 100644 --- a/_source/lang/it.js +++ b/_source/lang/it.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -34,8 +34,8 @@ CKEDITOR.lang['it'] = editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Codice Sorgente', @@ -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' @@ -175,18 +177,19 @@ CKEDITOR.lang['it'] = langDirRTL : 'Da Destra a Sinistra (RTL)', acccessKey : 'Scorciatoia
da tastiera', name : 'Nome', - langCode : 'Direzione scrittura', - tabIndex : 'Ordine di tabulazione', - advisoryTitle : 'Titolo', + langCode : 'Direzione scrittura', + tabIndex : 'Ordine di tabulazione', + advisoryTitle : 'Titolo', advisoryContentType : 'Tipo della risorsa collegata', cssClasses : 'Nome classe CSS', charset : 'Set di caretteri della risorsa collegata', styles : 'Stile', - selectAnchor : 'Scegli Ancora', + rel : 'Relationship', // MISSING + selectAnchor : 'Scegli Ancora', anchorName : 'Per Nome', - anchorId : 'Per id elemento', - emailAddress : 'Indirizzo E-Mail', - emailSubject : 'Oggetto del messaggio', + anchorId : 'Per id elemento', + emailAddress : 'Indirizzo E-Mail', + emailSubject : 'Oggetto del messaggio', emailBody : 'Corpo del messaggio', noAnchors : '(Nessuna ancora disponibile nel documento)', noUrl : 'Devi inserire l\'URL del collegamento', @@ -200,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 @@ -412,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', @@ -601,9 +604,9 @@ CKEDITOR.lang['it'] = iframe : { - title : 'iFrame Properties', // MISSING - toolbar : 'iFrame', // MISSING - noUrl : 'Please type the iFrame URL', // MISSING + title : 'IFrame Properties', // MISSING + toolbar : 'IFrame', // MISSING + noUrl : 'Please type the iframe URL', // MISSING scrolling : 'Enable scrollbars', // MISSING border : 'Show frame border' // MISSING }, @@ -714,6 +717,8 @@ CKEDITOR.lang['it'] = { title : 'About CKEditor', dlgTitle : 'About CKEditor', + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'Per le informazioni sulla licenza si prega di visitare il nostro sito:', copy : 'Copyright © $1. Tutti i diritti riservati.' }, @@ -725,7 +730,7 @@ CKEDITOR.lang['it'] = { anchor : 'Ancora', flash : 'Animazione Flash', - iframe : 'iFrame', // MISSING + iframe : 'IFrame', // MISSING hiddenfield : 'Hidden Field', // MISSING unknown : 'Oggetto sconosciuto' }, @@ -744,9 +749,64 @@ CKEDITOR.lang['it'] = toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarExpand : 'Expand Toolbar', // MISSING + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Text direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Proprietà del Documento', + title : 'Proprietà del Documento', + design : 'Design', // MISSING + meta : 'Meta Data', + chooseColor : 'Choose', // MISSING + other : '', + docTitle : 'Titolo pagina', + charset : 'Set di caretteri', + charsetOther : 'Altro set di caretteri', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Europa Centrale', + charsetCT : 'Cinese Tradizionale (Big5)', + charsetCR : 'Cirillico', + charsetGR : 'Greco', + charsetJP : 'Giapponese', + charsetKR : 'Coreano', + charsetTR : 'Turco', + charsetUN : 'Unicode (UTF-8)', // 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 } };