InsertAnchor.js 267 B

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