common.js 167 B

12345678910
  1. define(
  2. "dijit/nls/pl/common", //begin v1.x content
  3. ({
  4. buttonOk: "OK",
  5. buttonCancel: "Anuluj",
  6. buttonSave: "Zapisz",
  7. itemClose: "Zamknij"
  8. })
  9. //end v1.x content
  10. );