nl.js

来自「国外的一套开源CRM」· JavaScript 代码 · 共 38 行

JS
38
字号
// Dutch version
// Author: Wouter Meeus alias Redspider <webmaster@tielt.be>

HTMLArea.I18N = {

	// the following should be the filename without .js extension
	// it will be used for automatically load plugin language.
	lang: "nl",

	tooltips: {
		bold:           "Vet",
		italic:         "Cursief",
		underline:      "Onderlijnen",
		strikethrough:  "Doorstrepen",
		subscript:      "Subscript",
		superscript:    "Superscript",
		justifyleft:    "Links Uitlijnen",
		justifycenter:  "Centreren",
		justifyright:   "Rechts Uitlijnen",
		justifyfull:    "Uitvullen",
		orderedlist:    "Nummering",
		unorderedlist:  "Opsomming",
		outdent:        "Verklein insprong",
		indent:         "Vergroot insprong",
		forecolor:      "Tekst Kleur",
		backcolor:      "Achtergrond Kleur",
		horizontalrule: "Horizontale lijn",
		createlink:     "Hyperlink invoegen",
		insertimage:    "Afbeelding invoegen",
		inserttable:    "Tabel invoegen",
		htmlmode:       "HTML broncode",
		popupeditor:    "Vergroot Editor",
		about:          "Over deze editor",
		help:           "Help",
		textindicator:  "Huidige stijl"
	}
};

⌨️ 快捷键说明

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