ApplicationResources_en.properties
上传用户:huijianzhu
上传日期:2009-11-25
资源大小:9825k
文件大小:8k
源码类别:

电子政务应用

开发平台:

Java

  1. # -- messages used in decorators/default.jsp --
  2. webapp.prefix=WJOffice ~ 
  3. user.status=Logged in as: 
  4. user.logout=Logout
  5. # -- validator errors --
  6. errors.invalid='{0}' is invalid.
  7. errors.maxlength='{0}' can not be greater than {1} characters.
  8. errors.minlength='{0}' can not be less than {1} characters.
  9. errors.range='{0}' is not in the range {1} through {2}.
  10. errors.required='{0}' is a required field.
  11. errors.byte='{0}' must be an byte.
  12. errors.date='{0}' is not a date.
  13. errors.double='{0}' must be an double.
  14. errors.float='{0}' must be an float.
  15. errors.integer='{0}' must be a number.
  16. errors.long='{0}' must be an long.
  17. errors.short='{0}' must be an short.
  18. errors.creditcard='{0}' is not a valid credit card number.
  19. errors.email='{0}' is an invalid e-mail address.
  20. errors.phone='{0}' is an invalid phone number.
  21. errors.zip='{0}' is an invalid zip code.
  22. # -- for field level messages --
  23. errors.header=<span class="fieldError">
  24. errors.footer=</span>
  25. # -- other errors --
  26. errors.cancel=Operation cancelled.
  27. errors.detail={0}
  28. errors.general=<strong>The process did not complete. Details should follow.</strong>
  29. errors.token=Request could not be completed. Operation is not in sequence.
  30. errors.none=No error message was found, check your server logs.
  31. errors.password.mismatch=Invalid username and/or password, please try again.
  32. errors.browser.warning=<strong>Note:</strong> This site's content is accessible to all versions of every browser. However, this browser may not support basic Web standards, preventing the display of our site's design details. We support the mission of the Web Standards Project in the <a href="http://www.webstandards.org/upgrade/">campaign</a> encouraging users to upgrade their browsers.
  33. errors.conversion=An error occurred while converting web values to data values.
  34. errors.twofields=The '{0}' field has to have the same value as the '{1}' field.
  35. errors.existing.user=This username (<strong>{0}</strong>) or e-mail address (<strong>{1}</strong>) already exists.  Please try a different username.
  36. # -- success messages --
  37. user.added=User information for <strong>{0}</strong> has been added successfully.
  38. user.deleted=User Profile for <strong>{0}</strong> has been deleted successfully. 
  39. user.registered=You have successfully registered for access to this application. 
  40. user.saved=Your profile has been updated successfully.
  41. user.updated.byAdmin=User information for <strong>{0}</strong> has been successfully updated.
  42. newuser.email.message={0} has created an WJOffice account for you.  Your username and password information is below.
  43. reload.succeeded=Reloading options completed successfully.
  44. # -- error page messages --
  45. errorPage.title=An error has occurred
  46. errorPage.heading=Yikes!
  47. 404.title=Page Not Found
  48. 404.message=The page your requested was not found.  You might try returning to the <a href="{0}">Main Menu</a>. While you&#39;re here, how about a pretty picture to cheer you up?
  49. 403.title=Access Denied
  50. 403.message=Your current role does not allow you to view this page.  Please contact your system administrator if you believe you should have access.  In the meantime, how about a pretty picture to cheer you up?
  51. # -- login --
  52. login.title=Login
  53. login.heading=Login
  54. login.rememberMe=Remember Me
  55. login.signup=Not a member? <a href="{0}">Signup</a> for an account.
  56. login.passwordHint=Forgot your password?  Have your <a href="?" onmouseover="window.status='Have your password hint sent to you.'; return true" onmouseout="window.status=''; return true" title="Have your password hint sent to you." onclick="passwordHint(); return false">password hint e-mailed to you</a>.
  57. login.passwordHint.sent=The password hint for <strong>{0}</strong> has been sent to <strong>{1}</strong>.
  58. login.passwordHint.error=The username <strong>{0}</strong> was not found in our database.
  59.     
  60. # -- welcome --
  61. welcome.message=This application is designed to demonstrate the use of web application security, as well as how to use Hibernate with Struts and Struts Advanced features.  Most of the persistence layer for this application is generated using XDoclet.  You can find more information on how to build your own application from this one by reading the README file below.  <span class="attention">To login as a regular user (with the <strong>tomcat</strong> role), the username/password combination is <strong>tomcat/tomcat</strong>.  To login as an <strong>admin</strong> user, use <strong>mraible/tomcat</strong>.</span>
  62. # -- mainMenu --
  63. mainMenu.title=Main Menu
  64. mainMenu.heading=Welcome!
  65. mainMenu.message=Congratulations, you have logged in successfully!  Now that you've logged in, you have the following options:
  66. mainMenu.activeUsers=Current Users
  67. # -- menu/link messages --
  68. menu.admin=Administration
  69. menu.admin.users=View Users
  70. menu.admin.reload=Reload Options
  71. menu.user=Edit Profile
  72. menu.selectFile=Upload A File
  73. menu.flushCache=Flush Cache
  74. menu.clickstream=Clickstream
  75. # -- form labels --
  76. label.username=Username
  77. label.password=Password
  78. # -- button labels --
  79. button.add=Add
  80. button.cancel=Cancel
  81. button.copy=Copy
  82. button.delete=Delete
  83. button.edit=Edit
  84. button.register=Signup
  85. button.save=Save
  86. button.search=Search
  87. button.upload=Upload
  88. button.view=View
  89. button.reset=Reset
  90. button.login=Login
  91. # -- general values --
  92. icon.information=Information
  93. icon.information.img=/images/iconInformation.gif
  94. icon.email=E-Mail
  95. icon.email.img=/images/iconEmail.gif
  96. icon.warning=Warning
  97. icon.warning.img=/images/iconWarning.gif
  98. dateFormat=(mm/dd/yyyy)
  99. # -- role form --
  100. roleForm.name=Name
  101. # -- user profile page --
  102. userProfile.title=User Settings
  103. userProfile.heading=User Profile
  104. userProfile.message=Please update your information using the form below.
  105. userProfile.admin.message=You can update this user's information using the form below.
  106. userProfile.assignRoles=Assign Roles
  107. userProfile.cookieLogin=You cannot change passwords when logging in with the <strong>Remember Me</strong> feature.  Please logout and log back in to change passwords.
  108. # -- user form --
  109. userForm.addressForm.address=Address
  110. userForm.availableRoles=Available Roles
  111. userForm.addressForm.city=City
  112. userForm.addressForm.country=Country
  113. userForm.email=E-Mail
  114. userForm.firstName=First Name
  115. userForm.id=Id
  116. userForm.lastName=Last Name
  117. userForm.password=Password
  118. userForm.confirmPassword=Confirm Password
  119. userForm.phoneNumber=Phone Number
  120. userForm.addressForm.postalCode=Zip
  121. userForm.addressForm.province=State
  122. userForm.roles=Current Roles
  123. userForm.username=Username
  124. userForm.website=Website
  125. userForm.visitWebsite=visit
  126. userForm.passwordHint=Password Hint
  127. userForm.updated=Last Updated
  128. # -- user list page --
  129. userList.title=User List
  130. userList.heading=Current Users
  131. userList.nousers=<span>No users found.</span>
  132. # -- user self-registration --
  133. signup.title=Sign Up
  134. signup.heading=New User Registration
  135. signup.message=Please enter your user information in the form below.
  136. signup.email.subject=WJOffice Account Information
  137. signup.email.message=You have successfully registered for access to WJOffice.  Your username and password information is below.
  138. # -- upload page messages --
  139. maxLengthExceeded=The file you are trying to upload is too big.  The maximum allowed size is 2 MB.
  140. upload.title=File Upload
  141. upload.heading=Upload A File
  142. upload.message=Note that the maximum allowed size of an uploaded file for this application is 2 MB. See the metadata/web/struts-controller.xml file (or the generated struts-config.xml) to change this value.
  143. uploadForm.name=Friendly Name
  144. uploadForm.file=File to Upload
  145. # -- display page messages -- 
  146. display.title=File Uploaded Successfully!
  147. display.heading=File Information
  148. # -- flushCache page --
  149. flushCache.title=Flush Cache
  150. flushCache.heading=Flush Successful!
  151. flushCache.message=All caches successfully flushed, returning you to your previous page in 2 seconds.
  152. # -- clickstreams page --
  153. clickstreams.title=All Clickstreams
  154. clickstreams.heading=All Clickstreams
  155. # -- viewstream page --
  156. viewstream.title=Stream Details
  157. viewstream.heading=Stream Information
  158. # -- active users page --
  159. activeUsers.title=Active Users
  160. activeUsers.heading=Current Users
  161. activeUsers.message=The following is a list of users that have logged in and their sessions have not expired.
  162. activeUsers.fullName=Full Name