Added Dojo 1.7.2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//>>built
|
||||
define(
|
||||
"dijit/nls/ru/common", //begin v1.x content
|
||||
({
|
||||
buttonOk: "ОК",
|
||||
buttonCancel: "Отмена",
|
||||
buttonSave: "Сохранить",
|
||||
itemClose: "Закрыть"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
@@ -0,0 +1,9 @@
|
||||
//>>built
|
||||
define(
|
||||
"dijit/nls/ru/loading", //begin v1.x content
|
||||
({
|
||||
loadingState: "Загрузка...",
|
||||
errorState: "Извините, возникла ошибка"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
Reference in New Issue
Block a user