PasswordValidator.js 196 B

123456789
  1. define(
  2. "dojox/form/nls/hu/PasswordValidator", //begin v1.x content
  3. ({
  4. nomatchMessage: "A jelszavak nem egyeznek.",
  5. badPasswordMessage: "Érvénytelen jelszó."
  6. })
  7. //end v1.x content
  8. );