diff options
Diffstat (limited to 'config/locales/ar.yml')
-rw-r--r-- | config/locales/ar.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/ar.yml b/config/locales/ar.yml index 84912640a..ee1ff3b90 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -49,6 +49,9 @@ ar: about_x_hours: one: "حوالي ساعة" other: "ساعات %{count}حوالي " + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: "يوم" other: "%{count} أيام" @@ -1031,3 +1034,8 @@ ar: 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 |