blob: f57a6f0c4f4dc579716f6724887e19263b2bb963 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//>>built
define(
"dijit/nls/cs/common", //begin v1.x content
({
buttonOk: "OK",
buttonCancel: "Storno",
buttonSave: "Uložit",
itemClose: "Zavřít"
})
//end v1.x content
);
|