diff options
author | Olivier Lamy <olamy@apache.org> | 2012-12-08 15:53:38 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-12-08 15:53:38 +0000 |
commit | 6eea39fdd03fa3dc5d5f353b5d04ba9c5a490e9a (patch) | |
tree | 3113bbd84229ec70cebb7f4418913c392566c430 /archiva-modules | |
parent | 6cd69cb1280d958ea218417b8d0ba5f811806786 (diff) | |
download | archiva-6eea39fdd03fa3dc5d5f353b5d04ba9c5a490e9a.tar.gz archiva-6eea39fdd03fa3dc5d5f353b5d04ba9c5a490e9a.zip |
[MRM-1718] add missing i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418697 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties index 0720c33f6..9d0c76df0 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties +++ b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties @@ -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 + |