InsertAnchor.js 238 B

12345678910111213
  1. define(
  2. "dojox/editor/plugins/nls/sk/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "Vložiť kotvu",
  5. title: "Vlastnosti kotvy",
  6. anchor: "Názov:",
  7. text: "Opis:",
  8. set: "Nastaviť",
  9. cancel: "Zrušiť"
  10. })
  11. //end v1.x content
  12. );