validate.js 245 B

123456789
  1. define(
  2. "dijit/form/nls/pl/validate", //begin v1.x content
  3. ({
  4. invalidMessage: "Wprowadzona wartość jest niepoprawna.",
  5. missingMessage: "Ta wartość jest wymagana.",
  6. rangeMessage: "Ta wartość jest spoza zakresu."
  7. })
  8. //end v1.x content
  9. );