
com.stormpath.sdk.servlet.i18n.properties Maven / Gradle / Ivy
#
# Copyright 2014 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.
#
stormpath.web.register.form.fields.email.label = Email
# no value means default the placeholder text to the label text:
stormpath.web.register.form.fields.email.placeholder =
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 =
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 =
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 =
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 =
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 =
stormpath.web.register.form.fields.password.required = Password is required.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy