diff options
Diffstat (limited to 'config/locales/pl.yml')
-rw-r--r-- | config/locales/pl.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 6589f5078..ec93b75b9 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -1330,3 +1330,9 @@ pl: label_user_mail_notify_about_high_priority_issues_html: Also notify me about issues with a priority of <em>%{prio}</em> or higher label_assign_to_me: Assign to me + 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. |