1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-17 15:07:33 +02:00
ttrss/lib/dijit/_editor/nls/zh/LinkDialog.js.uncompressed.js
2013-03-18 10:26:26 +04:00

15 lines
310 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", ({
createLinkTitle: "链接属性",
insertImageTitle: "图像属性",
url: "URL",
text: "说明:",
target: "目标:",
set: "集",
currentWindow: "当前窗口",
parentWindow: "父窗口",
topWindow: "最顶层窗口",
newWindow: "新建窗口"
})
);