12345678910111213 |
- define(
- "dojox/editor/plugins/nls/ca/InsertAnchor", //begin v1.x content
- ({
- insertAnchor: "Insereix una àncora",
- title: "Propietats de l'àncora",
- anchor: "Nom:",
- text: "Descripció:",
- set: "Defineix",
- cancel: "Cancel·la"
- })
- //end v1.x content
- );
|