diff options
author | Olivier Lamy <olamy@apache.org> | 2012-12-21 17:54:53 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-12-21 17:54:53 +0000 |
commit | 2f33133799d0d8dd449131232f006bcfd96e4392 (patch) | |
tree | 50b06f955e7264f9e1b1b6a7e1a2de2378c92277 /archiva-modules/archiva-web/archiva-web-common/src/main/resources | |
parent | 09208ec81a34875ce2f013f158de4879f024e222 (diff) | |
download | archiva-2f33133799d0d8dd449131232f006bcfd96e4392.tar.gz archiva-2f33133799d0d8dd449131232f006bcfd96e4392.zip |
i18n
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1425056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common/src/main/resources')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties | 7 |
1 files changed, 7 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 33fcee7bf..4024da78d 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 @@ -631,5 +631,12 @@ redback.runtime.ldap.verified=Ldap connection verified. redback.runtime.ldap.checkModification=Verify LDAP changes. redback.runtime.ldap.checkServer=Verify LDAP configuration on server side. redback.runtime.useUsersCache.label=Use a cache for users. +redback.runtime.users.cache.title=Users Cache +redback.runtime.useUsersCacheTimeToLiveSeconds.label=Time to Live +redback.runtime.useUsersCacheTimeToLiveSeconds.help.title= +redback.runtime.useUsersCacheTimeToLiveSeconds.help.content= +redback.runtime.useUsersCacheTimeToIdleSeconds.label=Time to Idle +redback.runtime.useUsersCacheTimeToIdleSeconds.help.title= +redback.runtime.useUsersCacheTimeToIdleSeconds.help.content= |