Added Dojo 1.7.2
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//>>built
|
||||
define(
|
||||
"dijit/nls/sk/common", //begin v1.x content
|
||||
({
|
||||
buttonOk: "OK",
|
||||
buttonCancel: "Zrušiť",
|
||||
buttonSave: "Uložiť",
|
||||
itemClose: "Zatvoriť"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
@@ -0,0 +1,10 @@
|
||||
//>>built
|
||||
define(
|
||||
"dijit/nls/sk/loading", //begin v1.x content
|
||||
({
|
||||
loadingState: "Zavádzanie...",
|
||||
errorState: "Nastala chyba"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
Reference in New Issue
Block a user