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

📄 en.js

📁 医院网站的后台管理程序
💻 JS
📖 第 1 页 / 共 2 页
字号:
/*
*######################################
* eWebEditor v4.00 - Advanced online web based WYSIWYG HTML editor.
* Copyright (c) 2003-2007 eWebSoft.com
*
* For further information go to http://www.ewebsoft.com/
* This copyright notice MUST stay intact for use.
*######################################
*/


//#####################################
// Toolbar Items
//#####################################

//Edit
lang["EditMenu"]				= "Edit Functions"
lang["UnDo"]					= "Undo"
lang["ReDo"]					= "Redo"
lang["Cut"]						= "Cut"
lang["Copy"]					= "Copy"
lang["Paste"]					= "Paste"
lang["PasteText"]				= "Paste as plain text"
lang["PasteWord"]				= "Paste from Word"
lang["Delete"]					= "Delete"
lang["RemoveFormat"]			= "Remove Format"
lang["SelectAll"]				= "Select All"
lang["UnSelect"]				= "Unselect"
lang["FindReplace"]				= "Find/Replace"

// Font
lang["FontMenu"]				= "Font Functions"
lang["Bold"]					= "Bold"
lang["Italic"]					= "Italic"
lang["UnderLine"]				= "Underline"
lang["StrikeThrough"]			= "Strikethrough"
lang["SuperScript"]				= "Superscript"
lang["SubScript"]				= "Subscript"
lang["ForeColor"]				= "Text Color"
lang["BackColor"]				= "Text Highlight"
lang["Big"]						= "Increase font size"
lang["Small"]					= "Decrease font size"

// Paragraph
lang["ParagraphMenu"]			= "Paragraph Functions"
lang["JustifyLeft"]				= "Left Justify"
lang["JustifyCenter"]			= "Center Justify"
lang["JustifyRight"]			= "Right Justify"
lang["JustifyFull"]				= "Fully Justify"
lang["OrderedList"]				= "Numbered List"
lang["UnOrderedList"]			= "Bullet List"
lang["Indent"]					= "Indent"
lang["Outdent"]					= "Outdent"
lang["Paragraph"]				= "Insert Paragraph"
lang["BR"]						= "Break"
lang["ParagraphAttr"]			= "Paragraph Attribute"

// Component
lang["ComponentMenu"]			= "Component Functions"
lang["Image"]					= "Insert/Modify Image"
lang["Flash"]					= "Insert Flash"
lang["Media"]					= "Insert Media"
lang["File"]					= "Insert Other File"
lang["RemoteUpload"]			= "Upload External File"
lang["LocalUpload"]				= "Upload Local File"
lang["Fieldset"]				= "Insert/Modify Fieldset"
lang["Iframe"]					= "Insert/Modify Iframe"
lang["HorizontalRule"]			= "Insert Horizonta Rule"
lang["Marquee"]					= "Insert/Modify Marquee"
lang["CreateLink"]				= "Insert/Modify Link"
lang["Unlink"]					= "Remove Link"
lang["Map"]						= "Edit Image Map"
lang["Anchor"]					= "Anchor"

// Object
lang["ObjectMenu"]				= "Object Functions"
lang["BgColor"]					= "Background Color"
lang["BackImage"]				= "Background Image"
lang["absolutePosition"]		= "Absolutely Position"
lang["zIndexBackward"]			= "Move backwards"
lang["zIndexForward"]			= "Bring forwords"
lang["ShowBorders"]				= "Show Borders"
lang["Quote"]					= "Quote Style"
lang["Code"]					= "Code Style"

// Tool
lang["ToolMenu"]				= "Tools"
lang["CSS"]						= "CSS"
lang["Symbol"]					= "Insert Special Characters"
lang["Excel"]					= "Insert Excel"
lang["Emot"]					= "Insert Smiley"
lang["EQ"]						= "Insert/Modify WEBEQ"
lang["Art"]						= "Insert/Modify Art"
lang["NowDate"]					= "Insert today's date"
lang["NowTime"]					= "Insert the current time"
lang["ImportWord"]				= "Import Word File"
lang["ImportExcel"]				= "Import Excel File"

// Form
lang["FormMenu"]				= "Form Functions"
lang["FormText"]				= "Insert Text Field"
lang["FormTextArea"]			= "Insert Text Area"
lang["FormRadio"]				= "Insert Radio Button"
lang["FormCheckbox"]			= "Insert Checkbox"
lang["FormDropdown"]			= "Insert Select Field"
lang["FormButton"]				= "Insert Button"

// Table
lang["TableMenu"]				= "Table Functions"
lang["TableInsert"]				= "Insert Table"
lang["TableProp"]				= "Table Properties"
lang["TableCellProp"]			= "Cell Properties"
lang["TableCellSplit"]			= "Split Cell"
lang["TableRowProp"]			= "Row Properties"
lang["TableRowInsertAbove"]		= "Insert Row Above"
lang["TableRowInsertBelow"]		= "Insert Row Below"
lang["TableRowMerge"]			= "Merge Row Below"
lang["TableRowSplit"]			= "Split Row"
lang["TableRowDelete"]			= "Delete Row"
lang["TableColInsertLeft"]		= "Insert Column Left"
lang["TableColInsertRight"]		= "Insert Column Right"
lang["TableColMerge"]			= "Merge Column Right"
lang["TableColSplit"]			= "Split Column"
lang["TableColDelete"]			= "Delete Column"

// File&View
lang["FileMenu"]				= "File/View Functions"
lang["Refresh"]					= "Refresh"
lang["ModeCode"]				= "Source Mode"
lang["ModeEdit"]				= "Edit Mode"
lang["ModeText"]				= "Plain Text Mode"
lang["ModeView"]				= "Preview Mode"
lang["SizePlus"]				= "Plus Size"
lang["SizeMinus"]				= "Minus Size"
lang["Print"]					= "Print"
lang["ZoomMenu"]				= "Zoom"
lang["Maximize"]				= "Maximize Editor"
lang["Minimize"]				= "Minimize Editor"
lang["Save"]					= "Save"

// Help
lang["Help"]					= "Help"
lang["About"]					= "About eWebEditor"
lang["Site"]					= "eWebEditor Site"

// Combo
lang["FontName"]				= "<option selected>Font</option><option value='Arial'>Arial</option><option value='Arial Black'>Arial Black</option><option value='Arial Narrow'>Arial Narrow</option><option value='Brush Script MT'>Brush Script MT</option><option value='Century Gothic'>Century Gothic</option><option value='Comic Sans MS'>Comic Sans MS</option><option value='Courier'>Courier</option><option value='Courier New'>Courier New</option><option value='MS Sans Serif'>MS Sans Serif</option><option value='Script'>Script</option><option value='System'>System</option><option value='Times New Roman'>Times New Roman</option><option value='Verdana'>Verdana</option><option value='Wide Latin'>Wide Latin</option><option value='Wingdings'>Wingdings</option>"
lang["FontSize"]				= "<option selected>Size</option><option value='10'>10px</option><option value='11'>11px</option><option value='12'>12px</option><option value='13'>13px</option><option value='14'>14px</option><option value='15'>15px</option><option value='16'>16px</option><option value='18'>18px</option><option value='20'>20px</option><option value='22'>22px</option><option value='24'>24px</option><option value='30'>30px</option><option value='36'>36px</option><option value='48'>48px</option><option value='72'>72px</option>"
lang["FormatBlock"]				= "<option selected>Style</option><option value='&lt;P&gt;'>Normal</option><option value='&lt;H1&gt;'>Heading 1</option><option value='&lt;H2&gt;'>Heading 2</option><option value='&lt;H3&gt;'>Heading 3</option><option value='&lt;H4&gt;'>Heading 4</option><option value='&lt;H5&gt;'>Heading 5</option><option value='&lt;H6&gt;'>Heading 6</option><option value='&lt;dir&gt;'>Directory List</option><option value='&lt;menu&gt;'>Menu List</option><option value='&lt;PRE&gt;'>Formatted</option><option value='&lt;ADDRESS&gt;'>Address</option>"
lang["ZoomSelect"]				= "Zoom"

// Status Bar Button
lang["StatusModeCode"]			= "Source"
lang["StatusModeEdit"]			= "Edit"
lang["StatusModeText"]			= "Text"
lang["StatusModeView"]			= "Preview"




//#####################################
// Dialog
//#####################################


// About Dialog
lang["DlgAbout"]				= "About - eWebEditor"
lang["DlgAboutVersion"]			= "Version"
lang["DlgAboutLicense"]			= "All Rights Reserved"
lang["DlgAboutInfo"]			= "For further information go to"

// Anchor Dialog
lang["DlgAnchor"]				= "Anchor"
lang["DlgAnchorNoName"]			= "Please enter anchor name!"
lang["DlgAnchorNoSelected"]		= "Please select an anchor!"
lang["DlgAnchorName"]			= "Anchor Name"
lang["DlgAnchorOther"]			= "Other Anchor"

// BackImage Dialog
lang["DlgBkImg"]				= "Background Image"
lang["DlgBkImgSource"]			= "Location"
lang["DlgBkImgCancelBg"]		= "Delete"
lang["DlgBkImgEffect"]			= "Effect"
lang["DlgBkImgRepeat"]			= "Repeat"
lang["DlgBkImgRepeatR"]			= "Repeat"
lang["DlgBkImgRepeatNo"]		= "None"
lang["DlgBkImgRepeatX"]			= "Repeat-x"
lang["DlgBkImgRepeatY"]			= "Repeat-y"
lang["DlgBkImgAttach"]			= "Attach"
lang["DlgBkImgAttachScroll"]	= "Scroll"
lang["DlgBkImgAttachFixed"]		= "Fixed"

// BackImage Dialog System Image
lang["DlgBkImgSnow"]			= "Snow"
lang["DlgBkImgNature"]			= "Nature"
lang["DlgBkImgClear"]			= "Clear"
lang["DlgBkImgGlacier"]			= "Glacier"
lang["DlgBkImgFiesta"]			= "Fiesta"
lang["DlgBkImgBirthday"]		= "Birthday"
lang["DlgBkImgCitrus"]			= "Citrus"
lang["DlgBkImgHearts"]			= "Hearts"
lang["DlgBkImgFlower"]			= "Flower"
lang["DlgBkImgGathering"]		= "Gathering"
lang["DlgBkImgChristmas"]		= "Christmas"
lang["DlgBkImgIvy"]				= "Ivy"
lang["DlgBkImgTech"]			= "Tech"
lang["DlgBkImgMaize"]			= "Maize"
lang["DlgBkImgGrid"]			= "Grid"

// Emot Dialog
lang["DlgEmot"]					= "Insert a Smiley"

// Fieldset Dialog
lang["DlgFs"]					= "Fieldset Properties"
lang["DlgFsFieldset"]			= "Fieldset Alignment"
lang["DlgFsLegend"]				= "Legend Alignment"

// File Dialog
lang["DlgFile"]					= "Insert Other File"
lang["DlgFileSource"]			= "Location"

// Find/Replace Dialog
lang["DlgFR"]					= "Find / Replace"
lang["DlgFRNoKey"]				= "Please enter search keyword"
lang["DlgFRRestart"]			= "Search Finished!Do you want to search from the begining of the page?"
lang["DlgFRNoFound"]			= "Not found"
lang["DlgFRReplaceOK"]			= "replaced"
lang["DlgFRSearchKey"]			= "Search"
lang["DlgFRReplaceKey"]			= "Replace"
lang["DlgFRMatchCase"]			= "MatchCase"
lang["DlgFRMatchWord"]			= "MatchWord"
lang["DlgFRFindNext"]			= "Find Next"
lang["DlgFRReplace"]			= "Replace"
lang["DlgFRReplaceAll"]			= "Replace All"

// Flash Dialog
lang["DlgFlash"]				= "Insert Flash"
lang["DlgFlashSource"]			= "Location"
lang["DlgFlashEffect"]			= "Properties"
lang["DlgFlashWidth"]			= "Width"
lang["DlgFlashHeight"]			= "Height"

// Fullscreen Dialog
lang["DlgFullscreen"]			= "eWebEditor - Fullscreen"

// Hyperlink Dialog
lang["DlgHylnk"]				= "Link Properties"
lang["DlgHylnkNoUrl"]			= "Please enter link url"
lang["DlgHylnkLegend"]			= "Properties"
lang["DlgHylnkProtocol"]		= "Protocol"
lang["DlgHylnkTarget"]			= "Target"
lang["DlgHylnkTargetNone"]		= "None"
lang["DlgHylnkTargetSelf"]		= "_self"
lang["DlgHylnkTargetTop"]		= "_top"
lang["DlgHylnkTargetBlank"]		= "_blank"
lang["DlgHylnkTargetParent"]	= "_parent"
lang["DlgHylnkUrl"]				= "URL"
lang["DlgHylnkAnchor"]			= "Anchor"
lang["DlgHylnkAnchorNone"]		= "None"

// Iframe Dialog
lang["DlgIframe"]				= "Iframe Properties"
lang["DlgIframeProperty"]		= "Properties"
lang["DlgIframeUrl"]			= "URL"
lang["DlgIframeScroll"]			= "Scroll"
lang["DlgIframeYes"]			= "Yes"
lang["DlgIframeNo"]				= "No"
lang["DlgIframeBorder"]			= "Border"
lang["DlgIframeMarginHeight"]	= "Margin Height"
lang["DlgIframeMarginWidth"]	= "Margin Width"
lang["DlgIframeWidth"]			= "Iframe Width"
lang["DlgIframeHeight"]			= "Iframe Height"
lang["DlgIframeErrUrl"]			= "Invalid Url"
lang["DlgIframeErrWidth"]		= "Invalid Width"
lang["DlgIframeErrHeight"]		= "Invalid Height"

// Image Dialog
lang["DlgImg"]					= "Image Properties"
lang["DlgImgErrBorColor"]		= "Sorry, the border color is invalid!"
lang["DlgImgSource"]			= "Location"
lang["DlgImgEffect"]			= "Effect"
lang["DlgImgAlt"]				= "Alternate text"
lang["DlgImgBorder"]			= "Border thickness"
lang["DlgImgBorderColor"]		= "Border color"
lang["DlgImgSpecEffect"]		= "Style"
lang["DlgImgAlpha1"]			= "Alpha1"

⌨️ 快捷键说明

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