LinkDialog.js 432 B

1234567891011121314151617
  1. define(
  2. "dijit/_editor/nls/ja/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. );