InsertAnchor.js 252 B

12345678910111213
  1. define(
  2. "dojox/editor/plugins/nls/hu/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "Horgony beszúrása",
  5. title: "Horgony tulajdonságai",
  6. anchor: "Név:",
  7. text: "Leírás:",
  8. set: "Beállítás",
  9. cancel: "Mégse"
  10. })
  11. //end v1.x content
  12. );