summaryrefslogtreecommitdiffstats
path: root/config/locales
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-10-28 05:59:11 +0000
committerGo MAEDA <maeda@farend.jp>2018-10-28 05:59:11 +0000
commit57a4fedd346a50d36760d689a4bcaa8e17f71d3c (patch)
tree895f907a0a12f01caeb21eba377ebfbbad974060 /config/locales
parent9a53b68b73a7d39d45f74c17c1e3ddc6ff51bc87 (diff)
downloadredmine-57a4fedd346a50d36760d689a4bcaa8e17f71d3c.tar.gz
redmine-57a4fedd346a50d36760d689a4bcaa8e17f71d3c.zip
Handles the case when an expired token is in the users session (#29781).
Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17601 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/de.yml1
-rw-r--r--config/locales/en.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 1b166a033..cc04355d7 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -264,6 +264,7 @@ de:
error_scm_command_failed: "Beim Zugriff auf das Repository ist ein Fehler aufgetreten: %{value}"
error_scm_not_found: Eintrag und/oder Revision existiert nicht im Repository.
error_session_expired: Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an.
+ error_token_expired: "Dieser Link zum Passwort zurücksetzen ist nicht mehr gültig. Bitte versuchen Sie es erneut."
error_unable_delete_issue_status: "Der Ticket-Status konnte nicht gelöscht werden."
error_unable_to_connect: Fehler beim Verbinden (%{value})
error_workflow_copy_source: Bitte wählen Sie einen Quell-Tracker und eine Quell-Rolle.
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 6e2cd75c5..36d2099c8 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -208,6 +208,7 @@ en:
error_unable_to_connect: "Unable to connect (%{value})"
error_attachment_too_big: "This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})"
error_session_expired: "Your session has expired. Please login again."
+ error_token_expired: "This password recovery link has expired, please try again."
warning_attachments_not_saved: "%{count} file(s) could not be saved."
error_password_expired: "Your password has expired or the administrator requires you to change it."
error_invalid_file_encoding: "The file is not a valid %{encoding} encoded file"