Added Dojo 1.7.2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//>>built
|
||||
define(
|
||||
"dijit/nls/pl/common", //begin v1.x content
|
||||
({
|
||||
buttonOk: "OK",
|
||||
buttonCancel: "Anuluj",
|
||||
buttonSave: "Zapisz",
|
||||
itemClose: "Zamknij"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
@@ -0,0 +1,9 @@
|
||||
//>>built
|
||||
define(
|
||||
"dijit/nls/pl/loading", //begin v1.x content
|
||||
({
|
||||
loadingState: "Ładowanie...",
|
||||
errorState: "Niestety, wystąpił błąd"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
Reference in New Issue
Block a user