diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-25 22:32:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-25 22:32:07 +0000 |
commit | 7ed7d8984ddc30a8db5b55d7fdb5f0cdda6c2efb (patch) | |
tree | f3457aa4c2e42d626ec1f1acb53910034e80a6ff /config/locales/en.yml | |
parent | fe452513496040bc8cb693e9cc0e06bd98e61f24 (diff) | |
download | redmine-7ed7d8984ddc30a8db5b55d7fdb5f0cdda6c2efb.tar.gz redmine-7ed7d8984ddc30a8db5b55d7fdb5f0cdda6c2efb.zip |
Check attachment size when the user selects a file (#9667).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7926 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index a4f366848..953eece04 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -190,6 +190,7 @@ en: error_workflow_copy_target: 'Please select target tracker(s) and role(s)' error_unable_delete_issue_status: 'Unable to delete issue status' 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})" warning_attachments_not_saved: "%{count} file(s) could not be saved." mail_subject_lost_password: "Your %{value} password" |