
com.stormpath.sdk.servlet.i18n.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stormpath-sdk-servlet Show documentation
Show all versions of stormpath-sdk-servlet Show documentation
Servlet-specific additions allowing one to more easily deploy the Stormpath SDK in a servlet-container-based
web application.
The newest version!
#
# Copyright 2015 Stormpath, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# ==================================================
# Login Page
# ==================================================
stormpath.web.login.title = Login
# suppress inspection "UnusedProperty"
stormpath.web.login.status.verified = You have successfully verified your account. You may now login.
# suppress inspection "UnusedProperty"
stormpath.web.login.status.forgot = If you entered a valid account email address, you will receive an email shortly. Please check your email inbox to continue.
stormpath.web.login.status.logout = You have successfully logged out.
stormpath.web.login.status.changed = You have successfully changed your password. You may now login.
stormpath.web.login.status.authcReqd = Please login to continue.
stormpath.web.login.form.title = Login
stormpath.web.login.form.titleWithRegister = Login or {0}
stormpath.web.login.form.registerLink.text = Create Account
stormpath.web.login.form.button.value = Login
stormpath.web.login.form.resetLink.text = Forgot Password?
stormpath.web.login.form.verifyEmail.text = Resend Verification Email?
stormpath.web.login.form.fields.login.label = Username or Email
stormpath.web.login.form.fields.login.placeholder = Username or Email
stormpath.web.login.form.fields.login.required = Username or Email is required.
stormpath.web.login.form.fields.password.label = Password
stormpath.web.login.form.fields.password.placeholder = Password
stormpath.web.login.form.fields.password.required = Password is required.
stormpath.web.login.form.errors.invalidLogin = Invalid username or password.
stormpath.web.login.form.status.unverified = Your account verification email has been sent! Before you can log into your account, you need to activate your account by clicking the link we sent to your inbox.
stormpath.web.login.form.status.verified = Your Account Has Been Verified. You may now login.
stormpath.web.login.form.status.created = Your Account Has Been Created. You may now login.
stormpath.web.login.form.status.forgot = Password Reset Requested. If an account exists for the email provided, you will receive an email shortly.
stormpath.web.login.form.status.reset = Password Reset Successfully. You can now login with your new password.
# ==================================================
# Register Page
# ==================================================
stormpath.web.register.title = Create Account
stormpath.web.register.form.button.value = Create Account
stormpath.web.register.form.loginLink.text = Back to Login
stormpath.web.register.form.errors.default = Oops! Unable to register you! Please contact support.
stormpath.web.register.form.fields.email.label = Email
stormpath.web.register.form.fields.email.placeholder = Email
stormpath.web.register.form.fields.email.required = Email is required.
stormpath.web.register.form.fields.email.invalid = Please enter a valid email address.
stormpath.web.register.form.fields.username.label = Username
stormpath.web.register.form.fields.username.placeholder = Username
stormpath.web.register.form.fields.username.required = Username is required.
stormpath.web.register.form.fields.givenName.label = First Name
stormpath.web.register.form.fields.givenName.placeholder = First Name
stormpath.web.register.form.fields.givenName.required = First Name is required.
stormpath.web.register.form.fields.middleName.label = Middle Name
stormpath.web.register.form.fields.middleName.placeholder = Middle Name
stormpath.web.register.form.fields.middleName.required = Middle Name is required.
stormpath.web.register.form.fields.surname.label = Last Name
stormpath.web.register.form.fields.surname.placeholder = Last Name
stormpath.web.register.form.fields.surname.required = Last Name is required.
stormpath.web.register.form.fields.password.label = Password
stormpath.web.register.form.fields.password.placeholder = Password
stormpath.web.register.form.fields.password.required = Password is required.
stormpath.web.register.form.fields.confirmPassword.label = Confirm Password
stormpath.web.register.form.fields.confirmPassword.placeholder = Confirm Password
stormpath.web.register.form.fields.confirmPassword.required = Confirm Password is required.
stormpath.web.register.form.errors.passwordMismatch = Password values do not match.
# ==================================================
# Forgot Password Page (Password Reset Page)
# ==================================================
stormpath.web.forgotPassword.title = Forgot your password?
stormpath.web.forgotPassword.form.title = Forgot your password?
stormpath.web.forgotPassword.form.instructions = Enter your email address below to reset your password. You will \
be sent an email which you will need to open to continue. You may need to check your spam folder.
stormpath.web.forgotPassword.form.fields.email.label = Email
stormpath.web.forgotPassword.form.fields.email.placeholder = Email
stormpath.web.forgotPassword.form.fields.email.required = Email is required.
stormpath.web.forgotPassword.form.button.value = Send Email
stormpath.web.forgotPassword.form.loginLink.text = Back to Login
stormpath.web.forgotPassword.form.status.invalid_sptoken = The password reset link you tried to use is no longer valid. Please request a new link from the form below.
# ==================================================
# Change Password Page
# ==================================================
stormpath.web.changePassword.title = Change Your Password
stormpath.web.changePassword.form.title = Change Your Password
stormpath.web.changePassword.form.instructions = Enter your new account password below. Once confirmed, \
you''ll be logged into your account and your new password will be active.
stormpath.web.changePassword.form.errors.strength = Password is not strong enough. Try making it longer or adding some \
numbers, punctuation or special characters.
stormpath.web.changePassword.form.errors.mismatch = Password values do not match.
stormpath.web.changePassword.form.errors.invalid = Invalid password reset link. If you like, you may try again and get a new password reset link.
stormpath.web.changePassword.form.errors.default = Your password reset attempt has failed. This might happen for several \
reasons: your reset token might be expired, it might have already been used, or we may just be having issues right \
now. Please try again, and if you''re still having problems, please contact the site administrator for help!
stormpath.web.changePassword.form.errors.invalid_token = Invalid sptoken.
stormpath.web.changePassword.form.errors.no_token = sptoken parameter not provided.
stormpath.web.changePassword.form.fields.password.label = Password
stormpath.web.changePassword.form.fields.password.placeholder = Password
stormpath.web.changePassword.form.fields.password.required = Password is required.
stormpath.web.changePassword.form.fields.confirmPassword.label = Confirm Password
stormpath.web.changePassword.form.fields.confirmPassword.placeholder = Confirm Password
stormpath.web.changePassword.form.fields.confirmPassword.required = Password Confirmation is required.
stormpath.web.changePassword.form.button.value = Submit
stormpath.web.changePassword.form.loginLink.text = Back to Login
# ==================================================
# Unauthorized Page
# ==================================================
stormpath.web.unauthorized.title = Unauthorized
stormpath.web.unauthorized.description = You are not authorized to view the requested page.
stormpath.web.unauthorized.description2 = If this is unexpected, please contact your site administrator for help, \
otherwise click your web browser''s back button to return to the previous page.
# ==================================================
# Verify Email Page
# ==================================================
stormpath.web.verifyEmail.title = Resend Email Verification
stormpath.web.verifyEmail.form.title = Didn''t receive your account verification email?
stormpath.web.verifyEmail.form.instructions = Enter your email address below and we''ll resend your account \
verification email. You will be sent an email which you will need to open to continue. You may need to check your \
spam folder.
stormpath.web.verifyEmail.form.fields.login.label = Login
stormpath.web.verifyEmail.form.fields.login.placeholder = Login
stormpath.web.verifyEmail.form.fields.login.required = Login is required.
stormpath.web.verifyEmail.form.fields.email.label = Email
stormpath.web.verifyEmail.form.fields.email.placeholder = Email
stormpath.web.verifyEmail.form.fields.email.required = Email is required.
stormpath.web.verifyEmail.form.button.value = Send Email
stormpath.web.verifyEmail.form.loginLink.text = Back to Login
stormpath.web.verifyEmail.form.errors.invalidLink = This verification link is no longer valid. Please request a new link from the form below.
stormpath.web.verifyEmail.form.errors.noToken = sptoken parameter not provided.
stormpath.web.verifyEmail.form.errors.fieldConflict = Values were specified for both login and email. Please try again with only login specified.
#TODO the spec doesn't provide the error message for posting unknown fields
stormpath.web.form.fields.unknown=Unknown field [{0}]
# ==================================================
# Stormpath API Errors: #763
# The messages for these keys are from https://docs.stormpath.com/rest/product-guide/latest/errors.html
# When error codes are not listed in the docs, I (@mraible) used the message from api-errors.properties.
# For those messages with arguments, I modified the message to remove the argument. This is noted in comments below.
# ==================================================
stormpath.web.errors.1100 = The specified HTTP request method is not supported.
stormpath.web.errors.1101 = Bad request ‘Content-Type’. This error will specify what the expected value is.
stormpath.web.errors.1900 = Subscription upgrade required. To upgrade your subscription, go to the “My Subscription” section of the Stormpath Admin Console.
stormpath.web.errors.1902 = Application limit reached. Please add more Applications in the “My Subscription” section of the Stormpath Admin Console.
stormpath.web.errors.1903 = The specified subscription level is not available for your active subscription plan.
stormpath.web.errors.1904 = In order to change your subscription, you need to add a payment method first.
stormpath.web.errors.1905 = You cannot lower the number of Applications for your subscription without first deleting Applications. Please delete the specified number of Applications and then try again.
stormpath.web.errors.1906 = You cannot add more than one credit card to your subscription. A credit card already exists for your subscription.
stormpath.web.errors.1910 = Cannot send an email with the specified mime type on the developer tier. Modify the email template or upgrade your Stormpath Tenant.
stormpath.web.errors.1920 = The card number is incorrect.
stormpath.web.errors.1921 = The card number is not a valid credit card number.
stormpath.web.errors.1922 = The card''s expiration month is invalid.
stormpath.web.errors.1923 = The card''s expiration year is invalid.
stormpath.web.errors.1924 = The card''s security code is invalid.
stormpath.web.errors.1925 = The card''s security code is incorrect.
stormpath.web.errors.1926 = The card has expired.
stormpath.web.errors.1927 = The card was declined.
stormpath.web.errors.1928 = An error occurred while processing the card.
stormpath.web.errors.2000 = The specified property value is required; it cannot be null, empty, or blank.
stormpath.web.errors.2001 = The specified property value already exists. Please choose another value.
stormpath.web.errors.2002 = The specified property value is invalid.
stormpath.web.errors.2003 = The specified property value is unsupported.
stormpath.web.errors.2004 = The specified property value is an invalid type.
stormpath.web.errors.2005 = The specified property value uses an invalid character encoding.
stormpath.web.errors.2006 = The specified property is in an invalid format.
stormpath.web.errors.2007 = The specified property value’s minimum length is not satisfied.
stormpath.web.errors.2008 = The specified property value exceeded the maximum allowed length.
stormpath.web.errors.2009 = The specified property’s minimum value is not satisfied.
stormpath.web.errors.2010 = The specified property exceeded the maximum allowed value.
stormpath.web.errors.2011 = The specified property’s minimum date/time is not satisfied.
stormpath.web.errors.2012 = The specified property’s maximum date/time is exceeded
stormpath.web.errors.2013 = The specified property’s value is not within range.
stormpath.web.errors.2014 = The specified property value is an invalid reference.
stormpath.web.errors.2015 = Unknown property.
stormpath.web.errors.2016 = Property value does not match a known Stormpath resource.
stormpath.web.errors.2017 = The specified property is unsupported.
stormpath.web.errors.2020 = The specified resource reference is invalid: the specified resource does not exist. It may have been deleted before the request was submitted.
stormpath.web.errors.2021 = The specified resource reference is invalid: the resource’s status is such that it may not be used.
stormpath.web.errors.2022 = The specified resource reference is invalid: the specified Account Store is not a SAML Directory and may not be used.
# Note: the message in api-errors.properties has an argument in this string. I removed it.
stormpath.web.errors.2023 = The specified resource was not found.
stormpath.web.errors.2024 = The specified email does not match the one attached to this invitation.
stormpath.web.errors.2100 = Malformed query. Ensure each name/value pair has a valid name and value.
stormpath.web.errors.2101 = The specified query parameter must have a corresponding value.
stormpath.web.errors.2102 = The specified query parameter can only have a single value.
stormpath.web.errors.2103 = The specified query parameter value is invalid or an unexpected type.
stormpath.web.errors.2104 = The orderBy query value contains an invalid order statement. An order statement must be a queryable property optionally followed by a space character and order direction token (asc or desc).
stormpath.web.errors.2105 = The specified query value is not supported.
stormpath.web.errors.2106 = The specified orderBy value is not supported.
stormpath.web.errors.2107 = The specified reference does not support expansion.
stormpath.web.errors.2108 = Invalid range specified: end value should be greater than start value.
stormpath.web.errors.3000 = Property names cannot be null, empty or blank.
stormpath.web.errors.3001 = Property name is invalid. Property names cannot exceed 255 characters.
stormpath.web.errors.3002 = Property name is invalid. Property names may contain only alphanumeric characters 0-9A-Za-z, underscores _, or dashes -, but cannot start with a dash.
stormpath.web.errors.3003 = Property names may not equal any of the following reserved names: href, createdAt, modifiedAt, meta, spMeta, spmeta, ionmeta, or ionMeta.
stormpath.web.errors.3004 = Property value exceeds maximum size. The value exceeds the maximum storage size limit of 10 MB per customData resource.
stormpath.web.errors.4001 = Your Stormpath Tenant owner Account cannot be deleted.
stormpath.web.errors.4002 = Your Stormpath Tenant owner Account’s status cannot be modified.
stormpath.web.errors.4520 = The specified Directory name is already in use by another Directory and cannot be used to auto-create a Directory for the new Organization. Please choose a different name for the auto-created Directory.
stormpath.web.errors.4600 = This Organization does not have a default storage location configured for newly created Accounts. To fix this problem: in the Organization’s ‘Account Stores’ configuration, specify the Account Store that will be used to store newly created Accounts.
stormpath.web.errors.4601 = This Organization’s default Account Store for new Accounts is disabled. New Accounts cannot be added to disabled Groups or Directories. To fix this problem: in the Organization’s ‘Account Stores’ configuration, change the status of the default Account Store to ENABLED.
stormpath.web.errors.4602 = No default Account Store has been mapped to this Organization for newly created Groups. To fix this problem: in the Organization’s ‘Account Stores’ configuration, specify the Account Store that will be used to store newly created Groups.
stormpath.web.errors.4603 = This Organization’s default Account Store for new Groups is disabled. New Groups cannot be added to disabled Account Stores. To fix this problem: in the Organization’s ‘Account Stores’ configuration, change the status of the Account Store used for storing new Groups to ENABLED.
stormpath.web.errors.4604 = The specified Account Store is already mapped to the Organization. Please choose another Account Store to map.
stormpath.web.errors.4605 = Login attempt failed because the Organization does not have any assigned Account Stores.
stormpath.web.errors.4606 = The specified Directory is a read-only mirror of an externally managed directory. It cannot be used to directly store new Accounts.
stormpath.web.errors.4608 = The specified Group is a read-only mirror of an externally-managed Group. It cannot be used to directly store new Accounts.
stormpath.web.errors.4610 = The specified Directory is a read-only mirror of an externally managed Directory. It cannot be used to directly store new Groups.
stormpath.web.errors.4612 = Specifying a Group as a default Group Store is not currently supported.
stormpath.web.errors.4614 = An Organization cannot be mapped as an Account Store for another Organization.
stormpath.web.errors.5010 = Sorry, that Directory name is not available. Please choose another.
stormpath.web.errors.5104 = The specified Account Store is already mapped to that Application. Please choose another Account Store.
stormpath.web.errors.5106 = The specified Directory Account Store is a read-only mirror of an externally-managed Directory. It cannot be used to directly store new Accounts.
stormpath.web.errors.5108 = The specified Group Account store is a read-only mirror of an externally-managed Group. It cannot be used to directly store new Accounts.
stormpath.web.errors.5110 = The specified Directory Account Store is a read-only mirror of an externally managed Directory. It cannot be used to directly store new Groups.
stormpath.web.errors.5112 = Specifying a Group as a default Group Store is not currently supported.
stormpath.web.errors.6100 = This externally-managed Directory does not allow creation of new Accounts or Groups.
# Note: the message in api-errors.properties has an argument in this string. I removed it.
stormpath.web.errors.6401 = The password specified is not allowed because it matches one of your last passwords.
stormpath.web.errors.6203 = Stormpath was not able to complete the request to LinkedIn. This is caused by the LinkedIn configuration missing the redirectUri property in the Stormpath Directory configuration. When using an authorization code from LinkedIn, a redirectUri property must be set.
stormpath.web.errors.7200 = The request to Facebook was not able to complete. This can be caused by either a bad Facebook Directory configuration, or the provided Account credentials are not valid.
stormpath.web.errors.7205 = Cannot create the Account because the email matches the Directory’s emailDomainBlacklist
stormpath.web.errors.7206 = Cannot create the Account because the email domain does not match the Directory’s emailDomainWhitelist.
stormpath.web.errors.7500 = These accounts are already linked.
stormpath.web.errors.7501 = An AccountLink can only be created between 2 different Accounts.
stormpath.web.errors.7502 = Bad Request. The Request Body is Malformed.
# Note: the message in api-errors.properties has an argument in this string. I removed it.
stormpath.web.errors.7503 = Too many account links allowed on this account. You already have the maximum allowed account links.
stormpath.web.errors.12001 = The session on ID Site has timed out. This can occur if the user stays on ID Site without logging in, registering, or resetting a password.
stormpath.web.errors.13000 = Unable to connect to an SMTP server located at the address and port provided.
stormpath.web.errors.13001 = Unable to authenticate to an SMTP server with the username and password provided.
stormpath.web.errors.13002 = Unable to connect to an SMTP server using the security protocol provided.
stormpath.web.errors.13003 = You cannot create a new email server because one already exists for your Tenant.
stormpath.cookie.insecure.error = Internal configuration error during authentication attempt.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy