20 lines
748 B
JavaScript
Raw Normal View History

//>>built
define(
"dojox/editor/plugins/nls/kk/AutoSave", //begin v1.x content
({
"saveLabel": "Сақтау",
"saveSettingLabelOn": "Автосақтау аралығын орнату...",
"saveSettingLabelOff": "Автосақтауды өшіру",
"saveSettingdialogTitle": "Автосақтау",
"saveSettingdialogDescription": "Автосақтау аралығын көрсету",
"saveSettingdialogParamName": "Автосақтау аралығы",
"saveSettingdialogParamLabel": "мин",
"saveSettingdialogButtonOk": "Аралықты орнату",
"saveSettingdialogButtonCancel": "Болдырмау",
"saveMessageSuccess": "${0} сақталды",
"saveMessageFail": "${0} сақталмады"
})
//end v1.x content
);