diff options
Diffstat (limited to 'config/locales/bg.yml')
-rw-r--r-- | config/locales/bg.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 130e9d51e..64b51dc4d 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -50,6 +50,9 @@ bg: about_x_hours: one: "около 1 час" other: "около %{count} часа" + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: "1 ден" other: "%{count} дена" @@ -1028,3 +1031,8 @@ bg: description_date_range_interval: Изберете диапазон чрез задаване на начална и крайна дати description_date_from: Въведете начална дата description_date_to: Въведете крайна дата + 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 |