InsertAnchor.js 232 B

123456789101112
  1. define(
  2. "dojox/editor/plugins/nls/zh/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. );