blob: 17fb434601ba74842c98d680cf3fb175307032ac (
plain)
1
2
3
4
5
6
7
8
9
10
|
//>>built
define(
"dojox/form/nls/ja/PasswordValidator", //begin v1.x content
({
nomatchMessage: "パスワードが一致しません。",
badPasswordMessage: "無効なパスワードです。"
})
//end v1.x content
);
|