diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-01 10:41:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-01 10:41:02 +0000 |
commit | dd1c5f8900bb95a47209e6a1efea8ea51950fdd4 (patch) | |
tree | e745e020f2e1d97874fedbabb5b314a75aefdfa9 /config/locales/en.yml | |
parent | e009780eb3f51e3809393bcf8e0f88cf6e638f2a (diff) | |
download | redmine-dd1c5f8900bb95a47209e6a1efea8ea51950fdd4.tar.gz redmine-dd1c5f8900bb95a47209e6a1efea8ea51950fdd4.zip |
Files upload restriction by files extensions (#20008).
git-svn-id: http://svn.redmine.org/redmine/trunk@14792 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 5158d4c0a..4ea8ecda3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -210,6 +210,7 @@ en: error_invalid_file_encoding: "The file is not a valid %{encoding} encoded file" error_invalid_csv_file_or_settings: "The file is not a CSV file or does not match the settings below" error_can_not_read_import_file: "An error occurred while reading the file to import" + error_attachment_extension_not_allowed: "Attachment extension %{extension} is not allowed" mail_subject_lost_password: "Your %{value} password" mail_body_lost_password: 'To change your password, click on the following link:' @@ -426,6 +427,8 @@ en: setting_link_copied_issue: Link issues on copy setting_max_additional_emails: Maximum number of additional email addresses setting_search_results_per_page: Search results per page + setting_attachment_extensions_allowed: Allowed extensions + setting_attachment_extensions_denied: Disallowed extensions permission_add_project: Create project permission_add_subprojects: Create subprojects |