InsertAnchor.js 256 B

12345678910111213
  1. define(
  2. "dojox/editor/plugins/nls/ca/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "Insereix una àncora",
  5. title: "Propietats de l'àncora",
  6. anchor: "Nom:",
  7. text: "Descripció:",
  8. set: "Defineix",
  9. cancel: "Cancel·la"
  10. })
  11. //end v1.x content
  12. );