Browse Source

[MRM-1718] add missing i18n

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418697 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-1.4-M4
Olivier Lamy 11 years ago
parent
commit
6eea39fdd0

+ 40
- 0
archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties View File

@@ -552,4 +552,44 @@ archiva-runtime-configuration.updated=Archiva Runtime Configuration updated.
archiva.redback.usermanager.ldap=LDAP User Manager
archiva.redback.usermanager.jdo=Database User Manager
redback.runtime.properties.help.title=Property Description
security.policy.password.rule.alphacount.enabled.help.content=Minimum of letter characters in the password.
security.policy.password.rule.reuse.enabled.help.content=Prevent reuse of previous passwords.
email.validation.subject.help.content=Subject of the validation email.
security.policy.password.previous.count.help.content=Number of previous password verified when verifying not reused.
security.policy.password.expiration.days.help.content=Number of days before password expiration.
email.validation.timeout.help.content=Timeout (in minutes) for the key generated for an email validation to remain valid.
security.policy.password.rule.alphanumeric.enabled.help.content=Minimum number of characters in the password rule enabled.
security.policy.password.rule.alphacount.minimum.help.content=Minimum number of characters in the password.
ldap.config.max.result.count.help.content=Maximum of result when searching users in LDAP.
security.policy.password.rule.numericalcount.enabled.help.content=Minimum of number characters in the password.
security.policy.allowed.login.attempt.help.content=Maximum number of login attempt before loking account.
security.rememberme.enabled.help.content=Enable rememberme on login.
security.rememberme.timeout.help.content=Timeout in minutes for rememberme cookie.
security.policy.unlockable.accounts.help.content=Non lockable accounts.
ldap.config.mapper.attribute.fullname.help.content=The name of the attribute on a user that contains the users fullName.
security.policy.password.rule.characterlength.enabled.help.content=Character length password rule enabled.
security.policy.password.rule.musthave.enabled.help.content=Password mandatory rule enabled.
security.policy.password.rule.numericalcount.minimum.help.content=Minimum number of numerical characters in the password.
redback.default.admin.help.content=Id of the administrator user.
security.policy.password.rule.characterlength.minimum.help.content=Minimum size of the password.
ldap.config.mapper.attribute.user.object.class.help.content=the objectClass used in the ldap server for indentifying users, most commonly inetOrgPerson.
ldap.config.mapper.attribute.password.help.content=The name of the attribute containing the users password, used for the authentiction using the user manager and not the ldap bind authenticator.
security.policy.password.rule.nowhitespace.enabled.help.content=Enabled no whitespace in password rule.
security.policy.password.expiration.enabled.help.content=Enable password expiration.
ldap.config.mapper.attribute.user.id.help.content=The name of the attribute containing the users userId, most commonly cn or sn.
security.policy.password.rule.characterlength.maximum.help.content=Maximum size of the password.
security.signon.timeout.help.content=not used.
ldap.config.mapper.attribute.email.help.content=The name of the attribute on a user that contains the email address.
email.validation.required.help.content=If all email addresses (from new user registration) require an account validation email.
redback.runtime.properties.title=Properties
redback.runtime.ldap.port.label=port
redback.runtime.ldap.host.label=host
redback.runtime.general.title=General
redback.runtime.ldap.title=LDAP
redback.runtime.ldap.baseDn.label=baseDn
redback.runtime.ldap.password.label=password
redback.runtime.ldap.contextFactory.label=contextFactory
redback.runtime.ldap.ssl.label=ssl enabled
redback.runtime.ldap.authenticationMethod.label=authenticationMethod



Loading…
Cancel
Save