summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/kk/AutoSave.js
blob: 85330a04c8b20a8e49a5a7d544b14e166616daad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//>>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
);