common.js 194 B

12345678910
  1. define(
  2. "dijit/nls/ru/common", //begin v1.x content
  3. ({
  4. buttonOk: "ОК",
  5. buttonCancel: "Отмена",
  6. buttonSave: "Сохранить",
  7. itemClose: "Закрыть"
  8. })
  9. //end v1.x content
  10. );