From 74645eb017f2f8a0f9e7ce669c50c3827488b801 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 10 Jun 2012 13:16:56 +0000 Subject: Configurable session lifetime and timeout (#6597). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9797 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/id.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/locales/id.yml') diff --git a/config/locales/id.yml b/config/locales/id.yml index 6beb3859d..d85e3fbee 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -46,6 +46,9 @@ id: about_x_hours: one: "sekitar sejam" other: "sekitar %{count} jam" + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: "sehari" other: "%{count} hari" @@ -1037,3 +1040,8 @@ id: 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 -- cgit v1.2.3