diff options
Diffstat (limited to 'config/locales/it.yml')
-rw-r--r-- | config/locales/it.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/it.yml b/config/locales/it.yml index a5aa649f8..b3dfd5ec4 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -54,6 +54,9 @@ it: about_x_hours: one: "circa un'ora" other: "circa %{count} ore" + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: "1 giorno" other: "%{count} giorni" @@ -1032,3 +1035,8 @@ it: 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 |