InsertAnchor.js 231 B

12345678910111213
  1. define(
  2. "dojox/editor/plugins/nls/sl/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "Vstavi sidro",
  5. title: "Lastnosti sidra",
  6. anchor: "Ime:",
  7. text: "Opis:",
  8. set: "Nastavi",
  9. cancel: "Prekliči"
  10. })
  11. //end v1.x content
  12. );