📄 applicationresources.properties
字号:
# -- messages used in decorators/default.jsp --webapp.prefix=Relationinfo ~ user.status=Logged in as: user.logout=Logout# -- validator errors --errors.invalid={0} is invalid.errors.maxlength={0} can not be greater than {1} characters.errors.minlength={0} can not be less than {1} characters.errors.range={0} is not in the range {1} through {2}.errors.required={0} is a required field.errors.byte={0} must be an byte.errors.date={0} is not a date.errors.double={0} must be an double.errors.float={0} must be an float.errors.integer={0} must be a number.errors.long={0} must be an long.errors.short={0} must be an short.errors.creditcard={0} is not a valid credit card number.errors.email={0} is an invalid e-mail address.errors.phone={0} is an invalid phone number.errors.zip={0} is an invalid zip code.# -- other errors --errors.cancel=Operation cancelled.errors.detail={0}errors.general=<strong>The process did not complete. Details should follow.</strong>errors.token=Request could not be completed. Operation is not in sequence.errors.none=No error message was found, check your server logs.errors.password.mismatch=Invalid username and/or password, please try again.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.errors.conversion=An error occurred while converting web values to data values.errors.twofields=The {0} field has to have the same value as the {1} field.errors.existing.user=This username (<strong>{0}</strong>) or e-mail address (<strong>{1}</strong>) already exists. Please try a different username.# -- success messages --user.added=User information for <strong>{0}</strong> has been added successfully.user.deleted=User Profile for <strong>{0}</strong> has been deleted successfully. user.registered=You have successfully registered for access to this application. user.saved=Your profile has been updated successfully.user.updated.byAdmin=User information for <strong>{0}</strong> has been successfully updated.newuser.email.message={0} has created an Relationinfo account for you. Your username and password information is below.reload.succeeded=Reloading options completed successfully.# -- error page messages --errorPage.title=An error has occurrederrorPage.heading=Yikes!404.title=Page Not Found404.message=The page your requested was not found. You might try returning to the <a href="{0}">Main Menu</a>. While you're here, how about a pretty picture to cheer you up?403.title=Access Denied403.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?# -- login --login.title=Loginlogin.heading=Loginlogin.rememberMe=Remember Melogin.signup=Not a member? <a href="{0}">Signup</a> for an account.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>.login.passwordHint.sent=The password hint for <strong>{0}</strong> has been sent to <strong>{1}</strong>.login.passwordHint.error=The username <strong>{0}</strong> was not found in our database. # -- welcome --welcome.message=This application is designed to demonstrate the use of web application security, as well as how to use Hibernate with Spring and Spring's Web Framework. 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># -- mainMenu --mainMenu.title=Main MenumainMenu.heading=Welcome!mainMenu.message=Congratulations, you have logged in successfully! Now that you've logged in, you have the following options:mainMenu.activeUsers=Current Users# -- menu/link messages --menu.admin=Administrationmenu.admin.users=View Usersmenu.admin.reload=Reload Optionsmenu.user=Edit Profilemenu.selectFile=Upload A Filemenu.flushCache=Flush Cachemenu.clickstream=Clickstream# -- form labels --label.username=Usernamelabel.password=Password# -- button labels --button.add=Addbutton.cancel=Cancelbutton.copy=Copybutton.delete=Deletebutton.edit=Editbutton.register=Signupbutton.save=Savebutton.search=Searchbutton.upload=Uploadbutton.view=Viewbutton.reset=Resetbutton.login=Login# -- general values --icon.information=Informationicon.information.img=/images/iconInformation.gificon.email=E-Mailicon.email.img=/images/iconEmail.gificon.warning=Warningicon.warning.img=/images/iconWarning.gifdate.format=MM/dd/yyyy# -- role form --roleForm.name=Name# -- user profile page --userProfile.title=User SettingsuserProfile.heading=User ProfileuserProfile.message=Please update your information using the form below.userProfile.admin.message=You can update this user's information using the form below.userProfile.assignRoles=Assign RolesuserProfile.cookieLogin=You cannot change passwords when logging in with the <strong>Remember Me</strong> feature. Please logout and log back in to change passwords.# -- user form --user.address.address=Addressuser.availableRoles=Available Rolesuser.address.city=Cityuser.address.country=Countryuser.email=E-Mailuser.firstName=First Nameuser.id=Iduser.lastName=Last Nameuser.password=Passworduser.confirmPassword=Confirm Passworduser.phoneNumber=Phone Numberuser.address.postalCode=Zipuser.address.province=Stateuser.roles=Current Rolesuser.username=Usernameuser.website=Websiteuser.visitWebsite=visituser.passwordHint=Password Hintuser.enabled=Enabled# -- user list page --userList.title=User ListuserList.heading=Current UsersuserList.nousers=<span>No users found.</span># -- user self-registration --signup.title=Sign Upsignup.heading=New User Registrationsignup.message=Please enter your user information in the form below.signup.email.subject=Relationinfo Account Informationsignup.email.message=You have successfully registered for access to Relationinfo. Your username and password information is below.# -- upload page messages --maxLengthExceeded=The file you are trying to upload is too big. The maximum allowed size is 2 MB.upload.title=File Uploadupload.heading=Upload A Fileupload.message=Note that the maximum allowed size of an uploaded file for this application is 2 MB. See web/WEB-INF/action-servlet.xml to change this value.uploadForm.name=Friendly NameuploadForm.file=File to Upload# -- display page messages -- display.title=File Uploaded Successfully!display.heading=File Information# -- flushCache page --flushCache.title=Flush CacheflushCache.heading=Flush Successful!flushCache.message=All caches successfully flushed, returning you to your previous page in 2 seconds.# -- clickstreams page --clickstreams.title=All Clickstreamsclickstreams.heading=All Clickstreams# -- viewstream page --viewstream.title=Stream Detailsviewstream.heading=Stream Information# -- active users page --activeUsers.title=Active UsersactiveUsers.heading=Current UsersactiveUsers.message=The following is a list of users that have logged in and their sessions have not expired.activeUsers.fullName=Full Name# -- Member-START# -- member form --member.memberid=Memberidmember.added=Member has been added successfully.member.updated=Member has been updated successfully.member.deleted=Member has been deleted successfully.# -- member list page --memberList.title=Member ListmemberList.heading=Members# -- member detail page --memberDetail.title=Member DetailmemberDetail.heading=Member Information# -- Member-END# -- Producttype-START# -- producttype form --producttype.producttypecode=Producttypecodeproducttype.added=Producttype has been added successfully.producttype.updated=Producttype has been updated successfully.producttype.deleted=Producttype has been deleted successfully.# -- producttype list page --producttypeList.title=Producttype ListproducttypeList.heading=Producttypes# -- producttype detail page --producttypeDetail.title=Producttype DetailproducttypeDetail.heading=Producttype Information# -- Producttype-END# -- Product-START# -- product form --product.productid=Productidproduct.added=Product has been added successfully.product.updated=Product has been updated successfully.product.deleted=Product has been deleted successfully.# -- product list page --productList.title=Product ListproductList.heading=Products# -- product detail page --productDetail.title=Product DetailproductDetail.heading=Product Information# -- Product-END# -- Orders-START# -- orders form --orders.orderid=Orderidorders.added=Orders has been added successfully.orders.updated=Orders has been updated successfully.orders.deleted=Orders has been deleted successfully.# -- orders list page --ordersList.title=Orders ListordersList.heading=Orderss# -- orders detail page --ordersDetail.title=Orders DetailordersDetail.heading=Orders Information# -- Orders-END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -