MessageResources.properties
上传用户:kimgenplus
上传日期:2016-06-05
资源大小:20877k
文件大小:1k
源码类别:

OA系统

开发平台:

Java

  1. # -- standard errors --
  2. errors.header=<UL>
  3. errors.prefix=<LI>
  4. errors.suffix=</LI>
  5. errors.footer=</UL>
  6. # -- validator --
  7. errors.invalid={0} is invalid.
  8. errors.maxlength={0} can not be greater than {1} characters.
  9. errors.minlength={0} can not be less than {1} characters.
  10. errors.range={0} is not in the range {1} through {2}.
  11. errors.required={0} is required.
  12. errors.byte={0} must be an byte.
  13. errors.date={0} is not a date.
  14. errors.double={0} must be an double.
  15. errors.float={0} must be an float.
  16. errors.integer={0} must be an integer.
  17. errors.long={0} must be an long.
  18. errors.short={0} must be an short.
  19. errors.creditcard={0} is not a valid credit card number.
  20. errors.email={0} is an invalid e-mail address.
  21. # -- other --
  22. errors.cancel=Operation cancelled.
  23. errors.detail={0}
  24. errors.general=The process did not complete. Details should follow.
  25. errors.token=Request could not be completed. Operation is not in sequence.
  26. # -- welcome --
  27. welcome.title=Struts Blank Application
  28. welcome.heading=Welcome!
  29. welcome.message=To get started on your own application, copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's "webapp" folder (or equivalent), and let your container auto-deploy the application. Edit the skeleton configuration files as needed, restart your container, and you are on your way! (You can find the application.properties file with this message in the /WEB-INF/src/java/resources folder.)
  30. exception.org.del=Can't Del Orgnization,id is {0}!