12345678910111213 |
- define(
- "dojox/editor/plugins/nls/es/InsertAnchor", //begin v1.x content
- ({
- insertAnchor: "Insertar ancla",
- title: "Propiedades del ancla",
- anchor: "Nombre:",
- text: "Descripción:",
- set: "Establecer",
- cancel: "Cancelar"
- })
- //end v1.x content
- );
|