summaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-03-26 06:38:47 +0000
committerGo MAEDA <maeda@farend.jp>2020-03-26 06:38:47 +0000
commitbf79b3f5b32d8e3c3f85f619f967f2fe846eda5b (patch)
tree90b33c970d21a0bbb7d654bd1e26f27bffbcf816 /config/locales/en.yml
parent795ebcc17c662c649fc8dabea4dda3cf9844393f (diff)
downloadredmine-bf79b3f5b32d8e3c3f85f619f967f2fe846eda5b.tar.gz
redmine-bf79b3f5b32d8e3c3f85f619f967f2fe846eda5b.zip
Show warning when attempting to attach more than the allowed number of attachments (#18555).
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19620 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 2b4850c05..efaea5252 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -213,6 +213,7 @@ en:
error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
error_unable_delete_issue_status: 'Unable to delete issue status (%{value})'
error_unable_to_connect: "Unable to connect (%{value})"
+ error_attachments_too_many: "This file cannot be uploaded because it exceeds the maximum number of files that can be attached simultaneously (%{max_number_of_files})"
error_attachment_too_big: "This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})"
error_bulk_download_size_too_big: "These attachments cannot be bulk downloaded because the total file size exceeds the maximum allowed size (%{max_size})"
error_session_expired: "Your session has expired. Please login again."