9 lines
110 B
JavaScript
9 lines
110 B
JavaScript
|
|
define(
|
||
|
|
({
|
||
|
|
buttonOk: "OK",
|
||
|
|
buttonCancel: "Zrušiť",
|
||
|
|
buttonSave: "Uložiť",
|
||
|
|
itemClose: "Zatvoriť"
|
||
|
|
})
|
||
|
|
);
|