ttrss/lib/dijit/_editor/nls/zh/LinkDialog.js.uncompressed.js

15 lines
310 B
JavaScript
Raw Normal View History

2013-03-18 06:26:24 +00:00
define(
"dijit/_editor/nls/zh/LinkDialog", ({
createLinkTitle: "链接属性",
insertImageTitle: "图像属性",
url: "URL",
text: "说明:",
target: "目标:",
set: "集",
currentWindow: "当前窗口",
parentWindow: "父窗口",
topWindow: "最顶层窗口",
newWindow: "新建窗口"
})
);