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

18 lines
358 B
JavaScript
Raw Normal View History

2012-08-14 16:59:10 +02:00
define(
"dijit/_editor/nls/ko/LinkDialog", //begin v1.x content
({
createLinkTitle: "링크 등록 정보",
insertImageTitle: "이미지 등록 정보",
url: "URL:",
text: "설명:",
target: "대상",
set: "설정",
currentWindow: "현재 창",
parentWindow: "상위 창",
topWindow: "최상위 창",
newWindow: "새 창"
})
//end v1.x content
);