InsertAnchor.js 248 B

12345678910111213
  1. define(
  2. "dojox/editor/plugins/nls/pl/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "Wstaw zakotwiczenie",
  5. title: "Właściwości zakotwiczenia",
  6. anchor: "Nazwa:",
  7. text: "Opis:",
  8. set: "Ustaw",
  9. cancel: "Anuluj"
  10. })
  11. //end v1.x content
  12. );