da.js

来自「中国源码站下载」· JavaScript 代码 · 共 39 行

JS
39
字号
// danish version for htmlArea v3.0 - Alpha Release// - translated by rene<rene@laerke.net>// term磗 and licenses are equal to htmlarea!HTMLArea.I18N = {	// the following should be the filename without .js extension	// it will be used for automatically load plugin language.	lang: "da",	tooltips: {		bold:           "Fed",		italic:         "Kursiv",		underline:      "Understregning",		strikethrough:  "Overstregning ",		subscript:      "S鎛ket skrift",		superscript:    "H鎣et skrift",		justifyleft:    "Venstrejuster",		justifycenter:  "Centrer",		justifyright:   "H鴍rejuster",		justifyfull:    "Lige margener",		orderedlist:    "Opstilling med tal",		unorderedlist:  "Opstilling med punkttegn",		outdent:        "Formindsk indrykning",		indent:         "For鴊 indrykning",		forecolor:      "Skriftfarve",		backcolor:      "Baggrundsfarve",		horizontalrule: "Horisontal linie",		createlink:     "Inds鎡 hyperlink",		insertimage:    "Inds鎡 billede",		inserttable:    "Inds鎡 tabel",		htmlmode:       "HTML visning",		popupeditor:    "Vis editor i popup",		about:          "Om htmlarea",		help:           "Hj鎙p",		textindicator:  "Anvendt stil"	}};

⌨️ 快捷键说明

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