LinkDialog.js.uncompressed.js 303 B

1234567891011121314
  1. define(
  2. "dijit/_editor/nls/ko/LinkDialog", ({
  3. createLinkTitle: "링크 특성",
  4. insertImageTitle: "이미지 특성",
  5. url: "URL:",
  6. text: "설명:",
  7. target: "대상",
  8. set: "설정",
  9. currentWindow: "현재 창",
  10. parentWindow: "상위 창",
  11. topWindow: "최상위 창",
  12. newWindow: "새 창"
  13. })
  14. );