blob: 508badcf572996ffa4f4ce5835571b9b651049e2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>built
define(
"dojox/form/nls/ro/PasswordValidator", //begin v1.x content
({
nomatchMessage: "Parolele nu se potrivesc. ",
badPasswordMessage: "Parola nu este validă. "
})
//end v1.x content
);
|