InsertAnchor.js 285 B

12345678910111213
  1. define(
  2. "dojox/editor/plugins/nls/ru/InsertAnchor", //begin v1.x content
  3. ({
  4. insertAnchor: "Вставить метку",
  5. title: "Свойства метки",
  6. anchor: "Имя:",
  7. text: "Описание:",
  8. set: "Задать",
  9. cancel: "Отменить"
  10. })
  11. //end v1.x content
  12. );