PageRenderTime 147ms CodeModel.GetById 43ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/ejemplos/archetype-generate-240/src/main/resources/ApplicationResources.properties

https://github.com/alediator/barcamp-maven
Properties File | 195 lines | 146 code | 24 blank | 25 comment | 0 complexity | f05626039cc27a2436cdf7cd28b46c35 MD5 | raw file
  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">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. 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.done=Done
  84. button.edit=Edit
  85. button.register=Signup
  86. button.save=Save
  87. button.search=Search
  88. button.upload=Upload
  89. button.view=View
  90. button.reset=Reset
  91. button.login=Login
  92. # -- general values --
  93. icon.information=Information
  94. icon.information.img=/images/iconInformation.gif
  95. icon.email=E-Mail
  96. icon.email.img=/images/iconEmail.gif
  97. icon.warning=Warning
  98. icon.warning.img=/images/iconWarning.gif
  99. date.format=MM/dd/yyyy
  100. # -- role form --
  101. roleForm.name=Name
  102. # -- user profile page --
  103. userProfile.title=User Settings
  104. userProfile.heading=User Profile
  105. userProfile.message=Please update your information using the form below.
  106. userProfile.admin.message=You can update this user's information using the form below.
  107. userProfile.showMore=View More Information
  108. userProfile.accountSettings=Account Settings
  109. userProfile.assignRoles=Assign Roles
  110. userProfile.cookieLogin=You cannot change passwords when logging in with the Remember Me feature. Please logout and log back in to change passwords.
  111. # -- user form --
  112. user.address.address=Address
  113. user.availableRoles=Available Roles
  114. user.address.city=City
  115. user.address.country=Country
  116. user.email=E-Mail
  117. user.firstName=First Name
  118. user.id=Id
  119. user.lastName=Last Name
  120. user.password=Password
  121. user.confirmPassword=Confirm Password
  122. user.phoneNumber=Phone Number
  123. user.address.postalCode=Zip
  124. user.address.province=State
  125. user.roles=Current Roles
  126. user.username=Username
  127. user.website=Website
  128. user.visitWebsite=visit
  129. user.passwordHint=Password Hint
  130. user.enabled=Enabled
  131. user.accountExpired=Expired
  132. user.accountLocked=Locked
  133. user.credentialsExpired=Password Expired
  134. # -- user list page --
  135. userList.title=User List
  136. userList.heading=Current Users
  137. userList.nousers=<span>No users found.</span>
  138. # -- user self-registration --
  139. signup.title=Sign Up
  140. signup.heading=New User Registration
  141. signup.message=Please enter your user information in the form below.
  142. signup.email.subject=AppFuse Account Information
  143. signup.email.message=You have successfully registered for access to AppFuse. Your username and password information is below.
  144. # -- upload page messages --
  145. maxLengthExceeded=The file you are trying to upload is too big. The maximum allowed size is 2 MB.
  146. upload.title=File Upload
  147. upload.heading=Upload A File
  148. upload.message=Note that the maximum allowed size of an uploaded file for this application is 2 MB.
  149. uploadForm.name=Friendly Name
  150. uploadForm.file=File to Upload
  151. # -- display page messages --
  152. display.title=File Uploaded Successfully!
  153. display.heading=File Information
  154. # -- flushCache page --
  155. flushCache.title=Flush Cache
  156. flushCache.heading=Flush Successful!
  157. flushCache.message=All caches successfully flushed, returning you to your previous page in 2 seconds.
  158. # -- clickstreams page --
  159. clickstreams.title=All Clickstreams
  160. clickstreams.heading=All Clickstreams
  161. # -- viewstream page --
  162. viewstream.title=Stream Details
  163. viewstream.heading=Stream Information
  164. # -- active users page --
  165. activeUsers.title=Active Users
  166. activeUsers.heading=Current Users
  167. activeUsers.message=The following is a list of users that have logged in and their sessions have not expired.
  168. activeUsers.fullName=Full Name
  169. # JSF-only messages, remove if not using JSF
  170. javax.faces.component.UIInput.REQUIRED=This is a required field.
  171. activeUsers.summary={0} User(s) found, displaying {1} user(s), from {2} to {3}. Page {4} / {5}