pl.js

来自「Easy_Buy是一个在线销售系统」· JavaScript 代码 · 共 29 行

JS
29
字号
// I18N constants



HTMLArea.I18N = {


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

	tooltips: {

		bold:           "Pogrubienie",

		italic:         "Pochylenie",

		underline:      "Podkre渓enie",

		strikethrough:  "Przekre渓enie",

		subscript:      "Indeks dolny",

		superscript:    "Indeks g髍ny",

		justifyleft:    "Wyr體naj do lewej",

		justifycenter:  "Wy渞odkuj",

		justifyright:   "Wyr體naj do prawej",

		justifyfull:    "Wyjustuj",

		orderedlist:    "Numerowanie",

		unorderedlist:  "Wypunktowanie",

		outdent:        "Zmniejsz wci阠ie",

		indent:         "Zwi阫sz wci阠ie",

		forecolor:      "Kolor czcionki",

		backcolor:      "Kolor t砤",

		horizontalrule: "Linia pozioma",

		createlink:     "Wstaw adres sieci Web",

		insertimage:    "Wstaw obraz",

		inserttable:    "Wstaw tabel

⌨️ 快捷键说明

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