2012-05-01 19:52:07 +08:00

20 lines
818 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//>>built
define(
"dojox/editor/plugins/nls/ru/AutoSave", //begin v1.x content
({
"saveLabel": "Сохранить",
"saveSettingLabelOn": "Задать интервал автосохранения...",
"saveSettingLabelOff": "Выключить автосохранение",
"saveSettingdialogTitle": "Автосохранение",
"saveSettingdialogDescription": "Укажите интервал автосохранения",
"saveSettingdialogParamName": "Интервал автосохранения",
"saveSettingdialogParamLabel": "мин",
"saveSettingdialogButtonOk": "Задать интервал",
"saveSettingdialogButtonCancel": "Отменить",
"saveMessageSuccess": "Сохранено ${0}",
"saveMessageFail": "Не удалось сохранить ${0}"
})
//end v1.x content
);