diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-07 09:36:04 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-07 09:36:04 +0000 |
commit | 3b207ee77caf47953fb436099b384099c97ff16b (patch) | |
tree | d849bcd26968b13467f66cb4b9e7b1cc4c38043e /config | |
parent | 553066e804dd5796ac4f8d1d775cfeb5670d239f (diff) | |
download | redmine-3b207ee77caf47953fb436099b384099c97ff16b.tar.gz redmine-3b207ee77caf47953fb436099b384099c97ff16b.zip |
Adds a configurable timeout for LDAP authentication (#8978).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9931 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 | ||||
-rw-r--r-- | config/locales/fr.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 03a850677..4609cfba3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -329,6 +329,7 @@ en: field_multiple: Multiple values field_ldap_filter: LDAP filter field_core_fields: Standard fields + field_timeout: "Timeout (in seconds)" setting_app_title: Application title setting_app_subtitle: Application subtitle diff --git a/config/locales/fr.yml b/config/locales/fr.yml index b341da627..ca06fac06 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -328,6 +328,7 @@ fr: field_multiple: Valeurs multiples field_ldap_filter: Filtre LDAP field_core_fields: Champs standards + field_timeout: "Timeout (en secondes)" setting_app_title: Titre de l'application setting_app_subtitle: Sous-titre de l'application |