messages.properties 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. # The block of messages below are only found in this file. If you'd
  2. # like to override them for other languages, simply add the keys
  3. # to the other resource bundles.
  4. webapp.name=AppFuse
  5. webapp.tagline=Providing integration and style to open source Java.
  6. webapp.version=Version ${pom.version}
  7. company.name=Your Company Here
  8. company.url=http://raibledesigns.com
  9. copyright.year=${copyright.year}
  10. user.status=Logged in as:
  11. user.logout=Logout
  12. # -- validator errors --
  13. errors.invalid={0} is invalid.
  14. errors.maxlength={0} can not be greater than {1} characters.
  15. errors.minlength={0} can not be less than {1} characters.
  16. errors.range={0} is not in the range {1} through {2}.
  17. errors.required={0} is a required field.
  18. errors.byte={0} must be an byte.
  19. errors.date={0} is not a date.
  20. errors.double={0} must be an double.
  21. errors.float={0} must be an float.
  22. errors.integer={0} must be a number.
  23. errors.long={0} must be an long.
  24. errors.short={0} must be an short.
  25. errors.creditcard={0} is not a valid credit card number.
  26. errors.email={0} is an invalid e-mail address.
  27. errors.phone={0} is an invalid phone number.
  28. errors.zip={0} is an invalid zip code.
  29. # -- other errors --
  30. errors.cancel=Operation cancelled.
  31. errors.detail={0}
  32. errors.general=The process did not complete. Details should follow.
  33. errors.token=Request could not be completed. Operation is not in sequence.
  34. errors.none=No error message was found, check your server logs.
  35. errors.password.mismatch=Invalid username and/or password, please try again.
  36. errors.conversion=An error occurred while converting web values to data values.
  37. errors.twofields=The {0} field has to have the same value as the {1} field.
  38. errors.existing.user=This username ({0}) or e-mail address ({1}) already exists. Please try a different username.
  39. # -- success messages --
  40. user.added=User information for {0} has been added successfully.
  41. user.deleted=User Profile for {0} has been deleted successfully.
  42. user.registered=You have successfully registered for access to this application.
  43. user.saved=Your profile has been updated successfully.
  44. user.updated.byAdmin=User information for {0} has been successfully updated.
  45. newuser.email.message={0} has created an AppFuse account for you. Your username and password information is below.
  46. reload.succeeded=Reloading options completed successfully.
  47. # -- error page messages --
  48. errorPage.title=An error has occurred
  49. errorPage.heading=Yikes!
  50. 404.title=Page Not Found
  51. 404.message=The page you 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?
  52. 403.title=Access Denied
  53. 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?
  54. # -- login --
  55. login.title=Login
  56. login.heading=Login
  57. login.rememberMe=Remember Me
  58. login.signup=Not a member? <a href="{0}">Signup</a> for an account.
  59. 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" id="passwordHint">password hint e-mailed to you</a>.
  60. login.passwordHint.sent=The password hint for {0} has been sent to {1}.
  61. login.passwordHint.error=The username {0} was not found in our database.
  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. # -- form labels --
  74. label.username=Username
  75. label.password=Password
  76. # -- button labels --
  77. button.add=Add
  78. button.cancel=Cancel
  79. button.copy=Copy
  80. button.delete=Delete
  81. button.done=Done
  82. button.edit=Edit
  83. button.register=Signup
  84. button.save=Save
  85. button.search=Search
  86. button.upload=Upload
  87. button.view=View
  88. button.reset=Reset
  89. button.login=Login
  90. # -- general values --
  91. icon.information=Information
  92. icon.information.img=/images/iconInformation.gif
  93. icon.email=E-Mail
  94. icon.email.img=/images/iconEmail.gif
  95. icon.warning=Warning
  96. icon.warning.img=/images/iconWarning.gif
  97. date.format=MM/dd/yyyy
  98. # -- role form --
  99. roleForm.name=Name
  100. # -- user profile page --
  101. userProfile.title=User Settings
  102. userProfile.heading=User Profile
  103. userProfile.message=Please update your information using the form below.
  104. userProfile.admin.message=You can update this user's information using the form below.
  105. userProfile.showMore=View More Information
  106. userProfile.accountSettings=Account Settings
  107. userProfile.assignRoles=Assign Roles
  108. userProfile.cookieLogin=You cannot change passwords when logging in with the Remember Me feature. Please logout and log back in to change passwords.
  109. # -- user form --
  110. user.address.address=Address
  111. user.availableRoles=Available Roles
  112. user.address.city=City
  113. user.address.country=Country
  114. user.email=E-Mail
  115. user.firstName=First Name
  116. user.id=Id
  117. user.lastName=Last Name
  118. user.password=Password
  119. user.confirmPassword=Confirm Password
  120. user.phoneNumber=Phone Number
  121. user.address.postalCode=Zip
  122. user.address.province=State
  123. user.roles=Current Roles
  124. user.username=Username
  125. user.website=Website
  126. user.visitWebsite=visit
  127. user.passwordHint=Password Hint
  128. user.enabled=Enabled
  129. user.accountExpired=Expired
  130. user.accountLocked=Locked
  131. user.credentialsExpired=Password Expired
  132. # -- user list page --
  133. userList.title=User List
  134. userList.heading=Current Users
  135. userList.nousers=<span>No users found.</span>
  136. # -- user self-registration --
  137. signup.title=Sign Up
  138. signup.heading=New User Registration
  139. signup.message=Please enter your user information in the form below.
  140. signup.email.subject=AppFuse Account Information
  141. signup.email.message=You have successfully registered for access to AppFuse. Your username and password information is below.
  142. # -- upload page messages --
  143. maxLengthExceeded=The file you are trying to upload is too big. The maximum allowed size is 2 MB.
  144. upload.title=File Upload
  145. upload.heading=Upload A File
  146. upload.message=Note that the maximum allowed size of an uploaded file for this application is 2 MB.
  147. uploadForm.name=Friendly Name
  148. uploadForm.file=File to Upload
  149. # -- display page messages --
  150. display.title=File Uploaded Successfully!
  151. display.heading=File Information
  152. # -- active users page --
  153. activeUsers.title=Active Users
  154. activeUsers.heading=Current Users
  155. activeUsers.message=The following is a list of users that have logged in and their sessions have not expired.
  156. activeUsers.fullName=Full Name
  157. # JSF-only messages, remove if not using JSF
  158. javax.faces.component.UIInput.REQUIRED=This is a required field.
  159. activeUsers.summary={0} User(s) found, displaying {1} user(s), from {2} to {3}. Page {4} / {5}