diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-06-10 13:16:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-06-10 13:16:56 +0000 |
commit | 74645eb017f2f8a0f9e7ce669c50c3827488b801 (patch) | |
tree | a551422f1783886028107abd2874b4c9cdc35ee9 /config/locales/lv.yml | |
parent | 26ff9e1c260b6cbb02371f72047e3108a93aee75 (diff) | |
download | redmine-74645eb017f2f8a0f9e7ce669c50c3827488b801.tar.gz redmine-74645eb017f2f8a0f9e7ce669c50c3827488b801.zip |
Configurable session lifetime and timeout (#6597).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9797 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/lv.yml')
-rw-r--r-- | config/locales/lv.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 5bb429db9..35a3797fe 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -45,6 +45,9 @@ lv: about_x_hours: one: "aptuveni 1 stunda" other: "aptuveni %{count} stundas" + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: "1 diena" other: "%{count} dienas" @@ -1025,3 +1028,8 @@ lv: text_account_destroy_confirmation: |- Are you sure you want to proceed? Your account will be permanently deleted, with no way to reactivate it. + error_session_expired: Your session has expired. Please login again. + text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." + setting_session_lifetime: Session maximum lifetime + setting_session_timeout: Session inactivity timeout + label_session_expiration: Session expiration |