12345678910111213 |
- define(
- "dojox/editor/plugins/nls/ro/InsertAnchor", //begin v1.x content
- ({
- insertAnchor: "Inserare ancoră",
- title: "Proprietăţi ancoră",
- anchor: "Nume:",
- text: "Descriere:",
- set: "Setare",
- cancel: "Anulare"
- })
- //end v1.x content
- );
|