InsertAnchor.js 235 B

123456789101112
  1. define(
  2. "dojox/editor/plugins/nls/zh-tw/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "插入錨點",
  5. title: "錨點內容",
  6. anchor: "名稱:",
  7. text: "說明:",
  8. set: "設定",
  9. cancel: "取消"
  10. })
  11. //end v1.x content
  12. );