12345678910111213 |
- define(
- "dojox/editor/plugins/nls/it/InsertAnchor", //begin v1.x content
- ({
- insertAnchor: "Inserisci ancoraggio",
- title: "Proprietà ancoraggio",
- anchor: "Nome:",
- text: "Descrizione:",
- set: "Imposta",
- cancel: "Annulla"
- })
- //end v1.x content
- );
|