LinkDialog.js 360 B

1234567891011121314151617
  1. define(
  2. "dijit/_editor/nls/zh-tw/LinkDialog", //begin v1.x content
  3. ({
  4. createLinkTitle: "鏈結內容",
  5. insertImageTitle: "影像內容",
  6. url: "URL:",
  7. text: "說明:",
  8. target: "目標:",
  9. set: "設定",
  10. currentWindow: "現行視窗",
  11. parentWindow: "上層視窗",
  12. topWindow: "最上面的視窗",
  13. newWindow: "新視窗"
  14. })
  15. //end v1.x content
  16. );