⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 it.js

📁 内容管理 内容管理 内容管理 内容管理 内容管理
💻 JS
字号:
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License
 * (http://www.opensource.org/licenses/lgpl-license.php)
 *
 * For further information go to http://www.fredck.com/FCKeditor/ 
 * or contact fckeditor@fredck.com.
 *
 * it.js: Italian support.
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */

// Toolbar Items and Context Menu

lang["Cut"]					= "Taglia" ;
lang["Copy"]				= "Copia" ;
lang["Paste"]				= "Incolla" ;
lang["PasteText"]			= "Incolla come testo semplice" ;
lang["PasteWord"]			= "Incolla da Word" ;
lang["Find"]				= "Cerca" ;
lang["SelectAll"]			= "Seleziona tutto" ;
lang["RemoveFormat"]		= "Rimuovi formattazione" ;
lang["InsertLink"]			= "Inserisci/Modifica Link" ;
lang["RemoveLink"]			= "Rimuovi Link" ;
lang["InsertImage"]			= "Inserisci/Modifica immagine" ;
lang["InsertTable"]			= "Inserisci/Modifica tabella" ;
lang["InsertLine"]			= "Inserisci linea orizzontale" ;
lang["InsertSpecialChar"]	= "Inserisci carattere speciale" ;
lang["InsertSmiley"]		= "Inserisci emoticon" ;
lang["About"]				= "Informazioni su FCKeditor" ;

lang["Bold"]				= "Grassetto" ;
lang["Italic"]				= "Corsivo" ;
lang["Underline"]			= "Sottolinea" ;
lang["StrikeThrough"]		= "Barrato" ;
lang["Subscript"]			= "Pedice" ;
lang["Superscript"]			= "Apice" ;
lang["LeftJustify"]			= "Allinea a sinistra" ;
lang["CenterJustify"]		= "Centra" ;
lang["RightJustify"]		= "Allinea a destra" ;
lang["BlockJustify"]		= "Giustifica" ;
lang["DecreaseIndent"]		= "Aumenta rientro" ;
lang["IncreaseIndent"]		= "Riduci rientro" ;
lang["Undo"]				= "Annulla" ;
lang["Redo"]				= "Ripeti" ;
lang["NumberedList"]		= "Elenco numerato" ;
lang["BulettedList"]		= "Elenco puntato" ;

lang["ShowTableBorders"]	= "Mostra i bordi delle tabelle" ;
lang["ShowDetails"]			= "Mostra dettagli" ;

lang["FontStyle"]			= "Stile" ;
lang["FontFormat"]			= "Formato" ;
lang["Font"]				= "Font" ;
lang["FontSize"]			= "Dimensione" ;
lang["TextColor"]			= "Colore del testo" ;
lang["BGColor"]				= "Colore dello sfondo" ;
lang["Source"]				= "Sorgente" ;

// Context Menu

lang["EditLink"]			= "Modifica link" ;
lang["InsertRow"]			= "Aggiungi righa" ;
lang["DeleteRows"]			= "Elimina righa" ;
lang["InsertColumn"]		= "Aggiungi colonna" ;
lang["DeleteColumns"]		= "Elimina colonna" ;
lang["InsertCell"]			= "Aggiungi cella" ;
lang["DeleteCells"]			= "Elimina cella" ;
lang["MergeCells"]			= "Unisci celle" ;
lang["SplitCell"]			= "Dividi cella" ;
lang["CellProperties"]		= "Proprietà della cella" ;
lang["TableProperties"]		= "Proprietà della tabella" ;
lang["ImageProperties"]		= "Proprietà dell'immagine" ;

// Alerts and Messages

lang["ProcessingXHTML"]		= "Elaborazione del XHTML. Attendere prego..." ;
lang["Done"]				= "Completata" ;
lang["PasteWordConfirm"]	= "Il testo da incollare sembra provenire da Word. Desidera pulirlo prima di incollare?" ;
lang["NotCompatiblePaste"]	= "Questa funzione è disponibile soltanto sui browser Internet Explorer versione 5.5 in poi. Desidera incollare il testo senza pulirlo?" ;

// Dialogs
lang["DlgBtnOK"]			= "OK" ;
lang["DlgBtnCancel"]		= "Annulla" ;
lang["DlgBtnClose"]			= "Chiudi" ;

// Image Dialog
lang["DlgImgTitleInsert"]	= "Inserisci immagine" ;
lang["DlgImgTitleEdit"]		= "Modifica immagine" ;
lang["DlgImgBtnUpload"]		= "Invia al server" ;
lang["DlgImgURL"]			= "Indirizzo (URL)" ;
lang["DlgImgUpload"]		= "Upload" ;
lang["DlgImgBtnBrowse"]		= "Cerca sul server" ;
lang["DlgImgAlt"]			= "Testo alternativo" ;
lang["DlgImgWidth"]			= "Larghezza" ;
lang["DlgImgHeight"]		= "Altezza" ;
lang["DlgImgLockRatio"]		= "Blocca proporzioni" ;
lang["DlgBtnResetSize"]		= "Reimposta dimensioni" ;
lang["DlgImgBorder"]		= "Bordo" ;
lang["DlgImgHSpace"]		= "HSpace" ;
lang["DlgImgVSpace"]		= "VSpace" ;
lang["DlgImgAlign"]			= "Allineamento" ;
lang["DlgImgAlignLeft"]		= "Sinistra" ;
lang["DlgImgAlignAbsBottom"]	= "Abs in basso" ;
lang["DlgImgAlignAbsMiddle"]	= "Abs in mezzo" ;
lang["DlgImgAlignBaseline"]	= "Linea base" ;
lang["DlgImgAlignBottom"]	= "In basso" ;
lang["DlgImgAlignMiddle"]	= "In mezzo" ;
lang["DlgImgAlignRight"]	= "Destra" ;
lang["DlgImgAlignTextTop"]	= "Top testo" ;
lang["DlgImgAlignTop"]		= "In alto" ;
lang["DlgImgPreview"]		= "Anteprima" ;
lang["DlgImgMsgWrongExt"]	= "Sono consentiti soltanto i seguenti tipi di file:\n\n" + config.ImageUploadAllowedExtensions + "\n\nOperazione annullata." ;
lang["DlgImgAlertSelect"]	= "Selezionare il file da fare upload." ;

// Link Dialog
lang["DlgLnkWindowTitle"]	= "Link" ;
lang["DlgLnkURL"]			= "Indirizzo (URL)" ;
lang["DlgLnkUpload"]		= "Upload" ;
lang["DlgLnkTarget"]		= "Destinazione" ;
lang["DlgLnkTargetNotSet"]	= "<Non impostata>" ;
lang["DlgLnkTargetBlank"]	= "Nuova finestra (_blank)" ;
lang["DlgLnkTargetParent"]	= "Finestra padre (_parent)" ;
lang["DlgLnkTargetSelf"]	= "Stessa finestra (_self)" ;
lang["DlgLnkTargetTop"]		= "Finestra superiore (_top)" ;
lang["DlgLnkTitle"]			= "Titolo" ;
lang["DlgLnkBtnUpload"]		= "Invia al server" ;
lang["DlgLnkBtnBrowse"]		= "Cerca sul server" ;
lang["DlgLnkMsgWrongExtA"]	= "Sono consentiti soltanto i seguenti tipi di file:\n\n" + config.ImageUploadAllowedExtensions + "\n\nOperazione annullata." ;
lang["DlgLnkMsgWrongExtD"]	= "Non sono consentiti i seguenti tipi di file:\n\n" + config.ImageUploadAllowedExtensions + "\n\nOperazione annullata." ;

// Color Dialog
lang["DlgColorTitle"]		= "Seleziona il colore" ;
lang["DlgColorBtnClear"]	= "Pulisci" ;
lang["DlgColorHighlight"]	= "Attivo" ;
lang["DlgColorSelected"]	= "Selezionato" ;

// Smiley Dialog
lang["DlgSmileyTitle"]		= "Inserisci emoticon" ;

// Special Character Dialog
lang["DlgSpecialCharTitle"]	= "Inserisci carattere speciale" ;

// Table Dialog
lang["DlgTableTitleInsert"]	= "Inserisci tabella" ;
lang["DlgTableTitleEdit"]	= "Modifica tabella" ;
lang["DlgTableRows"]		= "Righe" ;
lang["DlgTableColumns"]		= "Colonne" ;
lang["DlgTableBorder"]		= "Bordo" ;
lang["DlgTableAlign"]		= "Allineamento" ;
lang["DlgTableAlignNotSet"]	= "<Non impostato>" ;
lang["DlgTableAlignLeft"]	= "Sinistra" ;
lang["DlgTableAlignCenter"]	= "Centrato" ;
lang["DlgTableAlignRight"]	= "Destra" ;
lang["DlgTableWidth"]		= "Larghezza" ;
lang["DlgTableHeight"]		= "Altezza" ;
lang["DlgTableCellSpace"]	= "Spazio celle" ;
lang["DlgTableCellPad"]		= "Margini celle" ;
lang["DlgTableCaption"]		= "Etichetta" ;
lang["DlgTableWidthPx"]		= "pixels" ;
lang["DlgTableWidthPc"]		= "percento" ;

// Table Cell Dialog
lang["DlgCellTitle"]		= "Proprietà della cella" ;
lang["DlgCellWidth"]		= "Larghezza" ;
lang["DlgCellWidthPx"]		= "pixels" ;
lang["DlgCellWidthPc"]		= "percento" ;
lang["DlgCellHeight"]		= "Altezza" ;
lang["DlgCellWordWrap"]		= "Vai a capo" ;
lang["DlgCellWordWrapNotSet"]	= "<Default>" ;
lang["DlgCellWordWrapYes"]		= "Sì" ;
lang["DlgCellWordWrapNo"]		= "No" ;
lang["DlgCellHorAlign"]		= "Allineamento orizzontale" ;
lang["DlgCellHorAlignNotSet"]	= "<Non impostato>" ;
lang["DlgCellHorAlignLeft"]		= "Sinistra" ;
lang["DlgCellHorAlignCenter"]	= "Centrato" ;
lang["DlgCellHorAlignRight"]	= "Destra" ;
lang["DlgCellVerAlign"]		= "Allineamento verticale" ;
lang["DlgCellVerAlignNotSet"]	= "<Non impostato>" ;
lang["DlgCellVerAlignTop"]		= "Sopra" ;
lang["DlgCellVerAlignMiddle"]	= "In mezzo" ;
lang["DlgCellVerAlignBottom"]	= "Sotto" ;
lang["DlgCellVerAlignBaseline"]	= "Linea base" ;
lang["DlgCellRowSpan"]		= "Row span" ;
lang["DlgCellCollSpan"]		= "Coll span" ;
lang["DlgCellBackColor"]	= "Colore di sfondo" ;
lang["DlgCellBorderColor"]	= "Colore del bordo" ;
lang["DlgCellBtnSelect"]	= "Seleziona..." ;

// About Dialog
lang["DlgAboutVersion"]		= "versione" ;
lang["DlgAboutLicense"]		= "Rilasciato sotto la licensa GNU Lesser General Public License" ;
lang["DlgAboutInfo"]		= "Per maggiori informazioni visitare" ;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -