tt-rss/lib/dijit/_editor/nls/zh/LinkDialog.js.uncompressed.js
2012-08-14 18:59:18 +04:00

17 lines
351 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
);