InsertAnchor.js 248 B

123456789101112
  1. define(
  2. "dojox/editor/plugins/nls/pt/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "Inserir Âncora",
  5. title: "Propriedades de Âncora",
  6. anchor: "Nome:",
  7. text: "Descrição:",
  8. set: "Definir",
  9. cancel: "Cancelar"
  10. })
  11. //end v1.x content
  12. );