summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/form/nls/hu/PasswordValidator.js
blob: 303638e423a969dd96d5b71cd908d6a3dcd5ac69 (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
define(
"dojox/form/nls/hu/PasswordValidator", //begin v1.x content
({
        nomatchMessage: "A jelszavak nem egyeznek.",
		badPasswordMessage: "Érvénytelen jelszó."
})

//end v1.x content
);