InsertAnchor.js 188 B

12345678910
  1. define(
  2. "dojox/editor/plugins/nls/hr/InsertAnchor", ({
  3. insertAnchor: "Umetni sidro",
  4. title: "Svojstva sidra",
  5. anchor: "Naziv:",
  6. text: "Opis:",
  7. set: "Postavi",
  8. cancel: "Opoziv"
  9. })
  10. );