diff options
Diffstat (limited to 'config/locales/de.yml')
-rw-r--r-- | config/locales/de.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 28af280c2..20b95ed0c 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -52,6 +52,9 @@ de: about_x_hours: one: 'etwa 1 Stunde' other: 'etwa %{count} Stunden' + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: '1 Tag' other: '%{count} Tagen' @@ -1049,3 +1052,8 @@ de: setting_unsubscribe: Erlaubt Benutzern das eigene Benutzerkonto zu löschen button_delete_my_account: Mein Benutzerkonto löschen text_account_destroy_confirmation: Möchten Sie wirklich fortfahren?\nIhr Benutzerkonto wird für immer gelöscht und kann nicht wiederhergestellt werden. + 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 |