diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-18 08:54:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-18 08:54:26 +0000 |
commit | 3b7da88a839fe518bce0e6c215da834c0779cbaa (patch) | |
tree | 839845277f3240d5771c2bace30849cdae4d62d2 /config/locales | |
parent | 757f378ab14f584d5515ec203592f4052c18e542 (diff) | |
download | redmine-3b7da88a839fe518bce0e6c215da834c0779cbaa.tar.gz redmine-3b7da88a839fe518bce0e6c215da834c0779cbaa.zip |
Show an error message when changing an issue's project fails due to errors in child issues (#23888).
git-svn-id: http://svn.redmine.org/redmine/trunk@16089 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/de.yml | 1 | ||||
-rw-r--r-- | config/locales/en.yml | 1 | ||||
-rw-r--r-- | config/locales/fr.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index fbb6f9f13..90fd0a63e 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -270,6 +270,7 @@ de: error_unable_to_connect: Fehler beim Verbinden (%{value}) error_workflow_copy_source: Bitte wählen Sie einen Quell-Tracker und eine Quell-Rolle. error_workflow_copy_target: Bitte wählen Sie die Ziel-Tracker und -Rollen. + error_move_of_child_not_possible: "Unteraufgabe %{child} nicht in das neue Projekt verschoben werden konnten: %{errors}" field_account: Konto field_active: Aktiv diff --git a/config/locales/en.yml b/config/locales/en.yml index 669ea472f..d5a854f19 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -216,6 +216,7 @@ en: error_ldap_bind_credentials: "Invalid LDAP Account/Password" error_no_tracker_allowed_for_new_issue_in_project: "The project doesn't have any trackers for which you can create an issue" error_no_projects_with_tracker_allowed_for_new_issue: "There are no projects with trackers for which you can create an issue" + error_move_of_child_not_possible: "Subtask %{child} could not be moved to the new project: %{errors}" mail_subject_lost_password: "Your %{value} password" mail_body_lost_password: 'To change your password, click on the following link:' diff --git a/config/locales/fr.yml b/config/locales/fr.yml index a55c1883b..757aa5b48 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -236,6 +236,7 @@ fr: error_ldap_bind_credentials: "Identifiant ou mot de passe LDAP incorrect" error_no_tracker_allowed_for_new_issue_in_project: "Le projet ne dispose d'aucun tracker sur lequel vous pouvez créer une demande" error_no_projects_with_tracker_allowed_for_new_issue: "Aucun projet ne dispose d'un tracker sur lequel vous pouvez créer une demande" + error_move_of_child_not_possible: "La sous-tâche %{child} n'a pas pu être déplacée dans le nouveau projet : %{errors}" mail_subject_lost_password: "Votre mot de passe %{value}" mail_body_lost_password: 'Pour changer votre mot de passe, cliquez sur le lien suivant :' |