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

📄 en.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.
 *
 * en.js: English support.
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */

// Toolbar Items and Context Menu

lang["Cut"]					= "Cut" ;
lang["Copy"]				= "Copy" ;
lang["Paste"]				= "Paste" ;
lang["PasteText"]			= "Paste as plain text" ;
lang["PasteWord"]			= "Paste from Word" ;
lang["Find"]				= "Find" ;
lang["SelectAll"]			= "Select All" ;
lang["RemoveFormat"]		= "Remove Format" ;
lang["InsertLink"]			= "Insert/Edit Link" ;
lang["RemoveLink"]			= "Remove Link" ;
lang["InsertImage"]			= "Insert/Edit Image" ;
lang["InsertTable"]			= "Insert/Edit Table" ;
lang["InsertLine"]			= "Insert Horizontal Line" ;
lang["InsertSpecialChar"]	= "Insert Special Character" ;
lang["InsertSmiley"]		= "Insert Smiley" ;
lang["About"]				= "About FCKeditor" ;

lang["Bold"]				= "Bold" ;
lang["Italic"]				= "Italic" ;
lang["Underline"]			= "Underline" ;
lang["StrikeThrough"]		= "Strike Through" ;
lang["Subscript"]			= "Subscript" ;
lang["Superscript"]			= "Superscript" ;
lang["LeftJustify"]			= "Left Justify" ;
lang["CenterJustify"]		= "Center Justify" ;
lang["RightJustify"]		= "Right Justify" ;
lang["BlockJustify"]		= "Block Justify" ;
lang["DecreaseIndent"]		= "Decrease Indent" ;
lang["IncreaseIndent"]		= "Increase Indent" ;
lang["Undo"]				= "Undo" ;
lang["Redo"]				= "Redo" ;
lang["NumberedList"]		= "Numbered List" ;
lang["BulettedList"]		= "Buletted List" ;

lang["ShowTableBorders"]	= "Show Table Borders" ;
lang["ShowDetails"]			= "Show Details" ;

lang["FontStyle"]			= "Style" ;
lang["FontFormat"]			= "Format" ;
lang["Font"]				= "Font" ;
lang["FontSize"]			= "Size" ;
lang["TextColor"]			= "Text Color" ;
lang["BGColor"]				= "Background Color" ;
lang["Source"]				= "Source" ;

// Context Menu

lang["EditLink"]			= "Edit Link" ;
lang["InsertRow"]			= "Insert Row" ;
lang["DeleteRows"]			= "Delete Rows" ;
lang["InsertColumn"]		= "Insert Column" ;
lang["DeleteColumns"]		= "Delete Columns" ;
lang["InsertCell"]			= "Insert Cell" ;
lang["DeleteCells"]			= "Delete Cells" ;
lang["MergeCells"]			= "Merge Cells" ;
lang["SplitCell"]			= "Split Cell" ;
lang["CellProperties"]		= "Cell Properties" ;
lang["TableProperties"]		= "Table Properties" ;
lang["ImageProperties"]		= "Image Properties" ;

// Alerts and Messages

lang["ProcessingXHTML"]		= "Processing XHTML. Please wait..." ;
lang["Done"]				= "Done" ;
lang["PasteWordConfirm"]	= "The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?" ;
lang["NotCompatiblePaste"]	= "This command is available for Internet Explorer version 5.5 or more. Do you want to paste without cleaning?" ;

// Dialogs
lang["DlgBtnOK"]			= "OK" ;
lang["DlgBtnCancel"]		= "Cancel" ;
lang["DlgBtnClose"]			= "Close" ;

// Image Dialog
lang["DlgImgTitleInsert"]	= "Insert Image" ;
lang["DlgImgTitleEdit"]		= "Edit Image" ;
lang["DlgImgBtnUpload"]		= "Send it to the Server" ;
lang["DlgImgURL"]			= "URL" ;
lang["DlgImgUpload"]		= "Upload" ;
lang["DlgImgBtnBrowse"]		= "Browse Server" ;
lang["DlgImgAlt"]			= "Alternative Text" ;
lang["DlgImgWidth"]			= "Width" ;
lang["DlgImgHeight"]		= "Height" ;
lang["DlgImgLockRatio"]		= "Lock Ratio" ;
lang["DlgBtnResetSize"]		= "Reset Size" ;
lang["DlgImgBorder"]		= "Border" ;
lang["DlgImgHSpace"]		= "HSpace" ;
lang["DlgImgVSpace"]		= "VSpace" ;
lang["DlgImgAlign"]			= "Align" ;
lang["DlgImgAlignLeft"]		= "Left" ;
lang["DlgImgAlignAbsBottom"]	= "Abs Bottom" ;
lang["DlgImgAlignAbsMiddle"]	= "Abs Middle" ;
lang["DlgImgAlignBaseline"]	= "Baseline" ;
lang["DlgImgAlignBottom"]	= "Bottom" ;
lang["DlgImgAlignMiddle"]	= "Middle" ;
lang["DlgImgAlignRight"]	= "Right" ;
lang["DlgImgAlignTextTop"]	= "Text Top" ;
lang["DlgImgAlignTop"]		= "Top" ;
lang["DlgImgPreview"]		= "Preview" ;
lang["DlgImgMsgWrongExt"]	= "Sorry, only the following file types uploads are allowed:\n\n" + config.ImageUploadAllowedExtensions + "\n\nOperation canceled." ;
lang["DlgImgAlertSelect"]	= "Please select an image to upload." ;		// NEW


// Link Dialog
lang["DlgLnkWindowTitle"]	= "Link" ;		// NEW
lang["DlgLnkURL"]			= "URL" ;
lang["DlgLnkUpload"]		= "Upload" ;
lang["DlgLnkTarget"]		= "Target" ;
lang["DlgLnkTargetNotSet"]	= "<Not set>" ;
lang["DlgLnkTargetBlank"]	= "New Window (_blank)" ;
lang["DlgLnkTargetParent"]	= "Parent Window (_parent)" ;
lang["DlgLnkTargetSelf"]	= "Same Window (_self)" ;
lang["DlgLnkTargetTop"]		= "Topmost Window (_top)" ;
lang["DlgLnkTitle"]			= "Title" ;
lang["DlgLnkBtnUpload"]		= "Send it to the Server" ;
lang["DlgLnkBtnBrowse"]		= "Browse Server" ;
lang["DlgLnkMsgWrongExtA"]	= "Sorry, only the following file types uploads are allowed:\n\n" + config.LinkUploadAllowedExtensions + "\n\nOperation canceled." ;
lang["DlgLnkMsgWrongExtD"]	= "Sorry, the following file types uploads are not allowed:\n\n" + config.LinkUploadDeniedExtensions + "\n\nOperation canceled." ;

// Color Dialog
lang["DlgColorTitle"]		= "Select Color" ;
lang["DlgColorBtnClear"]	= "Clear" ;
lang["DlgColorHighlight"]	= "Highlight" ;
lang["DlgColorSelected"]	= "Selected" ;

// Smiley Dialog
lang["DlgSmileyTitle"]		= "Insert a Smiley" ;

// Special Character Dialog
lang["DlgSpecialCharTitle"]	= "Insert Special Character" ;

// Table Dialog
lang["DlgTableTitleInsert"]	= "Insert Table" ;
lang["DlgTableTitleEdit"]	= "Edit Table" ;
lang["DlgTableRows"]		= "Rows" ;
lang["DlgTableColumns"]		= "Columns" ;
lang["DlgTableBorder"]		= "Border size" ;
lang["DlgTableAlign"]		= "Alignment" ;
lang["DlgTableAlignNotSet"]	= "<Not set>" ;
lang["DlgTableAlignLeft"]	= "Left" ;
lang["DlgTableAlignCenter"]	= "Center" ;
lang["DlgTableAlignRight"]	= "Right" ;
lang["DlgTableWidth"]		= "Width" ;
lang["DlgTableWidthPx"]		= "pixels" ;
lang["DlgTableWidthPc"]		= "percent" ;
lang["DlgTableHeight"]		= "Height" ;
lang["DlgTableCellSpace"]	= "Cell spacing" ;
lang["DlgTableCellPad"]		= "Cell padding" ;
lang["DlgTableCaption"]		= "Caption" ;

// Table Cell Dialog
lang["DlgCellTitle"]		= "Cell Properties" ;
lang["DlgCellWidth"]		= "Width" ;
lang["DlgCellWidthPx"]		= "pixels" ;
lang["DlgCellWidthPc"]		= "percent" ;
lang["DlgCellHeight"]		= "Height" ;
lang["DlgCellWordWrap"]		= "Word Wrap" ;
lang["DlgCellWordWrapNotSet"]	= "<Not set>" ;
lang["DlgCellWordWrapYes"]		= "Yes" ;
lang["DlgCellWordWrapNo"]		= "No" ;
lang["DlgCellHorAlign"]		= "Horizontal Alignment" ;
lang["DlgCellHorAlignNotSet"]	= "<Not set>" ;
lang["DlgCellHorAlignLeft"]		= "Left" ;
lang["DlgCellHorAlignCenter"]	= "Center" ;
lang["DlgCellHorAlignRight"]	= "Right" ;
lang["DlgCellVerAlign"]		= "Vertical Alignment" ;
lang["DlgCellVerAlignNotSet"]	= "<Not set>" ;
lang["DlgCellVerAlignTop"]		= "Top" ;
lang["DlgCellVerAlignMiddle"]	= "Middle" ;
lang["DlgCellVerAlignBottom"]	= "Bottom" ;
lang["DlgCellVerAlignBaseline"]	= "Baseline" ;
lang["DlgCellRowSpan"]		= "Rows Span" ;
lang["DlgCellCollSpan"]		= "Columns Span" ;
lang["DlgCellBackColor"]	= "Background Color" ;
lang["DlgCellBorderColor"]	= "Border Color" ;
lang["DlgCellBtnSelect"]	= "Select..." ;

// About Dialog
lang["DlgAboutVersion"]		= "version" ;
lang["DlgAboutLicense"]		= "Licensed under the terms of the GNU Lesser General Public License" ;
lang["DlgAboutInfo"]		= "For further information go to" ;

⌨️ 快捷键说明

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