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

📄 en.js

📁 很棒的在线教学系统
💻 JS
字号:
// I18N constants// LANG: "en", ENCODING: UTF-8 | ISO-8859-1// Author: Mihai Bazon, <mishoo@infoiasi.ro>// FOR TRANSLATORS:////   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE//      (at least a valid email address)////   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;//      (if this is not possible, please include a comment//       that states what encoding is necessary.)HTMLArea.I18N = {	// the following should be the filename without .js extension	// it will be used for automatically load plugin language.	lang: "en",	tooltips: {		bold:           "Bold",		italic:         "Italic",		underline:      "Underline",		strikethrough:  "Strikethrough",		subscript:      "Subscript",		superscript:    "Superscript",		justifyleft:    "Justify Left",		justifycenter:  "Justify Center",		justifyright:   "Justify Right",		justifyfull:    "Justify Full",		orderedlist:    "Ordered List",		unorderedlist:  "Bulleted List",		outdent:        "Decrease Indent",		indent:         "Increase Indent",		forecolor:      "Font Color",		hilitecolor:    "Background Color",		horizontalrule: "Horizontal Rule",		createlink:     "Insert Web Link",		insertimage:    "Insert Image",		inserttable:    "Insert Table",		htmlmode:       "Toggle HTML Source",		popupeditor:    "Enlarge Editor",		about:          "About this editor",		showhelp:       "Help using editor",		textindicator:  "Current style",		undo:           "Undoes your last action",		redo:           "Redoes your last action",		cut:            "Cut selection",		copy:           "Copy selection",		paste:          "Paste from clipboard"	},	buttons: {		"ok":           "OK",		"cancel":       "Cancel"	},	msg: {		"Path":         "Path",		"TEXT_MODE":    "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWIG."	}};

⌨️ 快捷键说明

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