9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
|
define(
|
||
|
"dijit/nls/sk/common", ({
|
||
|
buttonOk: "OK",
|
||
|
buttonCancel: "Zrušiť",
|
||
|
buttonSave: "Uložiť",
|
||
|
itemClose: "Zatvoriť"
|
||
|
})
|
||
|
);
|