10 lines
166 B
JavaScript
Raw Normal View History

2012-06-19 12:07:43 +10:00
//>>built
define(
"dijit/nls/pl/loading", //begin v1.x content
({
loadingState: "Ładowanie...",
errorState: "Niestety, wystąpił błąd"
})
//end v1.x content
);