diff options
Diffstat (limited to 'config/locales/pl.yml')
-rw-r--r-- | config/locales/pl.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 3451f65e2..07333f5b4 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -81,6 +81,9 @@ pl: about_x_hours: one: "około godziny" other: "około %{count} godzin" + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: "1 dzień" other: "%{count} dni" @@ -1048,3 +1051,8 @@ pl: 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 |