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

📄 nl.js

📁 国外的一套开源CRM
💻 JS
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -