📄 en.js
字号:
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2004 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["Replace"] = "Replace" ; // 1.6
lang["SelectAll"] = "Select All" ;
lang["RemoveFormat"] = "Remove Format" ;
lang["InsertLink"] = "Insert/Edit Link" ;
lang["RemoveLink"] = "Remove Link" ;
lang["Anchor"] = "Insert/Edit Anchor" ; // 1.6
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["UniversalKeyboard"] = "Universal Keyboard" ; // 1.6
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["BulletedList"] = "Bulleted List" ;
lang["ShowTableBorders"] = "Show Table Borders" ;
lang["ShowDetails"] = "Show Details" ;
lang["NewPage"] = "New Page" ; // 1.6
lang["Preview"] = "Preview" ; // 1.6
lang["Print"] = "Print" ; // 1.6
lang["Save"] = "Save" ; // 1.6
lang["Zoom"] = "Zoom" ; // 1.6
lang["SpellCheck"] = "Spell Check" ; // 1.6
lang["FontStyle"] = "Style" ;
lang["FontFormat"] = "Format" ;
lang["Font"] = "Font" ;
lang["FontSize"] = "Size" ;
lang["FontStyleAdv"] = "Advanced Font Style" ; // 1.6
lang["TextColor"] = "Text Color" ;
lang["BGColor"] = "Background Color" ;
lang["Source"] = "Source" ;
lang["Form"] = "Form" ; // 1.6
lang["Checkbox"] = "Checkbox" ; // 1.6
lang["RadioButton"] = "Radio Button" ; // 1.6
lang["TextField"] = "Text Field" ; // 1.6
lang["Textarea"] = "Textarea" ; // 1.6
lang["HiddenField"] = "Hidden Field" ; // 1.6
lang["Button"] = "Button" ; // 1.6
lang["SelectionField"] = "Selection Field" ; // 1.6
lang["ImageButton"] = "Image Button" ; // 1.6
// 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["TableAutoFormat"] = "Table Auto Format" ; // 1.6+
lang["ImageProperties"] = "Image Properties" ;
lang["AnchorProperties"] = "Anchor Properties" ; // 1.6
lang["ButtonProperties"] = "Button Properties" ; // 1.6
lang["CheckboxProperties"] = "Checkbox Properties" ; // 1.6
lang["HiddenFieldProperties"] = "Hidden Field Properties" ; // 1.6
lang["RadioButtonProperties"] = "Radio Button Properties" ; // 1.6
lang["ImageButtonProperties"] = "Image Button Properties" ; // 1.6
lang["FieldProperties"] = "Field Properties" ; // 1.6
lang["SelectionFieldProperties"]= "Selection Field Properties" ; // 1.6
lang["TextareaProperties"] = "Textarea Properties" ; // 1.6
lang["FormProperties"] = "Form Properties" ; // 1.6
lang["BulletedListProperties"] = "Bulleted List Properties" ; // 1.6+
// 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?" ;
lang["NoSpellCheck"] = "Spell check could not be executed in this computer." ; // 1.6
lang["DownloadSpellChecker"]= "Spell checker not installed. Do you want to download it now?" ; // 1.6
lang["SpellCheckFinished"] = "Spell Check finished." ; // 1.6
// Dialogs
lang["DlgBtnOK"] = "OK" ;
lang["DlgBtnCancel"] = "Cancel" ;
lang["DlgBtnClose"] = "Close" ;
lang["DlgStyle"] = "Style" ; // 1.6
lang["DlgClassName"] = "Class Name" ; // 1.6+
// 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." ;
// Link Dialog
lang["DlgLnkWindowTitle"] = "Link" ;
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" ;
// Anchor Dialog
lang["DlgAnchorTitle"] = "Anchor Properties" ; // 1.6
lang["DlgAnchorName"] = "Anchor Name" ; // 1.6
// Replace Dialog
lang["DlgReplaceTitle"] = "Replace" ; // 1.6
lang["DlgReplaceFindLbl"] = "Find what:" ; // 1.6
lang["DlgReplaceReplaceLbl"]= "Replace with:" ; // 1.6
lang["DlgReplaceCaseChk"] = "Match case" ; // 1.6
lang["DlgReplaceReplaceBtn"]= "Replace" ; // 1.6
lang["DlgReplaceReplAllBtn"]= "Replace All" ; // 1.6
// Universal Keyboard Dialog
lang["DlgUniversalKeyTitle"]= "Universal Keyboard" ;// 1.6
// Button Dialog
lang["DlgButtonText"] = "Text (Value)" ; // 1.6
lang["DlgButtonType"] = "Type" ; // 1.6
// Checkbox and Radio Button Dialogs
lang["DlgCheckboxName"] = "Name" ; // 1.6
lang["DlgCheckboxValue"] = "Value" ; // 1.6
lang["DlgCheckboxSelected"] = "Selected" ; // 1.6
// Form Dialog
lang["DlgFormName"] = "Name" ; // 1.6
lang["DlgFormAction"] = "Action" ; // 1.6
lang["DlgFormMethod"] = "Method" ; // 1.6
// Select Field Dialog
lang["DlgSelectName"] = "Name" ; // 1.6
lang["DlgSelectValue"] = "Value" ; // 1.6
lang["DlgSelectSize"] = "Size" ; // 1.6
lang["DlgSelectLines"] = "lines" ; // 1.6
lang["DlgSelectChkMulti"] = "Allow multiple selections" ; // 1.6
lang["DlgSelectOpAvail"] = "Available Options" ; // 1.6
lang["DlgSelectOpText"] = "Text" ; // 1.6
lang["DlgSelectOpValue"] = "Value" ; // 1.6
lang["DlgSelectBtnAdd"] = "Add" ; // 1.6
lang["DlgSelectBtnModify"] = "Modify" ; // 1.6
lang["DlgSelectBtnUp"] = "Up" ; // 1.6
lang["DlgSelectBtnDown"] = "Down" ; // 1.6
lang["DlgSelectBtnSetValue"]= "Set as selected value" ; // 1.6
lang["DlgSelectBtnDelete"] = "Delete" ; // 1.6
// Textarea Dialog
lang["DlgTextareaName"] = "Name" ; // 1.6
lang["DlgTextareaCols"] = "Cols" ; // 1.6
lang["DlgTextareaRows"] = "Rows" ; // 1.6
// Text Field Dialog
lang["DlgTextName"] = "Name" ; // 1.6
lang["DlgTextValue"] = "Value" ; // 1.6
lang["DlgTextCharWidth"]= "Character Width" ; // 1.6
lang["DlgTextMaxChars"] = "Maximum Characters" ; // 1.6
lang["DlgTextType"] = "Type" ; // 1.6
lang["DlgTextTypeText"] = "Text" ; // 1.6
lang["DlgTextTypePass"] = "Password" ; // 1.6
// Hidden Field Dialog
lang["DlgHiddenName"] = "Name" ; // 1.6
lang["DlgHiddenValue"] = "Value" ; // 1.6
// Table Auto Format Dialog
lang["DlgAutoFormatWindowTitle"] = "Table Auto Format" ; // 1.6+
lang["DlgAutoFormatTableStyle"] = "Table Style:" ; // 1.6+
lang["DlgAutoFormatTableAlert"] = "Select a style and click the \" Ok \" button. Please note that all current formating of the table will be removed!" ; // 1.6+
// Bulleted List Dialog
lang["DlgLstWindowTitle"] = "Bulleted List Properties" ; // 1.6+
lang["DlgLstType"] = "Type" ; // 1.6+
lang["DlgLstTypeNotSet"] = "<Not set>" ; // 1.6+
lang["DlgLstTypeCircle"] = "Circle" ; // 1.6+
lang["DlgLstTypeDisk"] = "Disk" ; // 1.6+
lang["DlgLstTypeSquare"] = "Square" ; // 1.6+
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -