12345678910111213 |
- define(
- "dojox/editor/plugins/nls/pt-pt/InsertAnchor", //begin v1.x content
- ({
- insertAnchor: "Inserir âncora",
- title: "Propriedades da âncora",
- anchor: "Nome:",
- text: "Descrição:",
- set: "Definir",
- cancel: "Cancelar"
- })
- //end v1.x content
- );
|