tt-rss/lib/dijit/_editor/nls/zh/LinkDialog.js.uncompressed.js

18 lines
351 B
JavaScript
Raw Normal View History

2012-08-14 16:59:10 +02:00
define(
"dijit/_editor/nls/zh/LinkDialog", //begin v1.x content
({
createLinkTitle: "链接属性",
insertImageTitle: "图像属性",
url: "URL",
text: "描述:",
target: "目标:",
set: "设置",
currentWindow: "当前窗口",
parentWindow: "父窗口",
topWindow: "顶层窗口",
newWindow: "新建窗口"
})
//end v1.x content
);