common.js 169 B

12345678910
  1. define(
  2. "dijit/nls/cs/common", //begin v1.x content
  3. ({
  4. buttonOk: "OK",
  5. buttonCancel: "Storno",
  6. buttonSave: "Uložit",
  7. itemClose: "Zavřít"
  8. })
  9. //end v1.x content
  10. );