summaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-03-10 03:50:47 +0000
committerGo MAEDA <maeda@farend.jp>2020-03-10 03:50:47 +0000
commit5917137d121bbca9a4a68f51beb4d59d87aa0651 (patch)
tree7a3e1bc9a497a7a949957619182e2f0a822582fe /config/locales/en.yml
parent463e8163fc7edfea8319d7635866cc1f8d68b6ad (diff)
downloadredmine-5917137d121bbca9a4a68f51beb4d59d87aa0651.tar.gz
redmine-5917137d121bbca9a4a68f51beb4d59d87aa0651.zip
Show warning and the reason when the issue cannot be closed or reopen because of open subtask(s), blocking issue(s) or closed parent issue (#31589).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19570 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index c4988e493..7bb506c57 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -191,6 +191,9 @@ en:
notice_new_password_must_be_different: The new password must be different from the current password
notice_import_finished: "%{count} items have been imported"
notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
+ notice_issue_not_closable_by_open_tasks: "This issue cannot be closed because it has at least one open subtask."
+ notice_issue_not_closable_by_blocking_issue: "This issue cannot be closed because it is blocked by at least one open issue."
+ notice_issue_not_reopenable_by_closed_parent_issue: "This issue cannot be reopened because its parent issue is closed."
error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
error_scm_not_found: "The entry or revision was not found in the repository."