InsertAnchor.js 270 B

12345678910111213
  1. define(
  2. "dojox/editor/plugins/nls/fr/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "Insérer un point d'ancrage",
  5. title: "Propriétés du point d'ancrage",
  6. anchor: "Nom :",
  7. text: "Description :",
  8. set: "Définir",
  9. cancel: "Annuler"
  10. })
  11. //end v1.x content
  12. );