applicationresource_en.properties

来自「一个小型的购物商店」· PROPERTIES 代码 · 共 37 行

PROPERTIES
37
字号
login.title = Login pagelogin.name = Name:login.password = Password:login.submit = Loginoperation.title=Deal operationsoperation.submit.delete=Deleteoperation.submit.modify=Modifyoperation.submit.clear=Clearoperation.submit.check=Checkerrors.name.required = <li>Must enter user name</li>errors.password.required = <li>Must enter password</li>errors.header=Error list<ul><hr/><font color='red'>errors.footer=</font></ul><hr/>errors.login.wrong = <li>The name or password is wrong!</li>   # Struts Validator Error Messages   errors.required={0} is required.   errors.minlength={0} can not be less than {1} characters.   errors.maxlength={0} can not be greater than {1} characters.   errors.invalid={0} is invalid.   errors.byte={0} must be a byte.   errors.short={0} must be a short.   errors.integer={0} must be an integer.   errors.long={0} must be a long.   errors.float={0} must be a float.   errors.double={0} must be a double.   errors.date={0} is not a date.   errors.range={0} is not in the range {1} through {2}.   errors.creditcard={0} is an invalid credit card number.   errors.email={0} is an invalid e-mail address.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?