diff options
Diffstat (limited to 'config/locales/cs.yml')
-rw-r--r-- | config/locales/cs.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/cs.yml b/config/locales/cs.yml index d37131b37..eb1018b39 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -53,6 +53,9 @@ cs: about_x_hours: one: "asi 1 hodina" other: "asi %{count} hodin" + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: "1 den" other: "%{count} dnů" @@ -1034,3 +1037,8 @@ cs: 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 |