beer4allmessageresources.properties

来自「采用Struts框架做的网上啤酒买卖系统」· PROPERTIES 代码 · 共 37 行

PROPERTIES
37
字号
global.title=Beer For All


label.featuredcatalogs=Featured Catalogs
label.featuredbeers=Featured Beers
label.username=Username
label.password=Password

label.address=Address
label.city=City
label.state=State
label.postalCode=Postal Code

signin.instructions=Please sign in to access your account. If you do not have an account, it only takes a few moments to create one.
main.instructions=To view more detailed information about a particular beer, click on its picture. To sign in, click on the signin link above.
detail.instructions=To order this beer, enter a quantity below and click on the "Add to Cart" button.
cart.instructions=To remove an item from your cart, click on the checkbox and then select the "Delete Checked Items" button. You can also change the quantity of an item and select the "Update Qty" button.



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 an byte.
errors.short={0} must be an short.
errors.integer={0} must be an integer.
errors.long={0} must be an long.
errors.float={0} must be an float.
errors.double={0} must be an double.
   
errors.date={0} is not a date.
errors.range={0} is not in the range {1} through {2}.
errors.creditcard={0} is not a valid credit card number.
errors.email={0} is an invalid e-mail address.
error.invalidlogin=The login was incorrect.

⌨️ 快捷键说明

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