loading.js 156 B

12345678
  1. define(
  2. "dijit/nls/pl/loading", //begin v1.x content
  3. ({
  4. loadingState: "Ładowanie...",
  5. errorState: "Niestety, wystąpił błąd"
  6. })
  7. //end v1.x content
  8. );