diff options
author | Go MAEDA <maeda@farend.jp> | 2021-06-20 13:25:10 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-06-20 13:25:10 +0000 |
commit | 685bfdd8ff94f022870eca580e1193d2cb121a58 (patch) | |
tree | b8bcbfd4eda43f040414a7242d2f2333f2bd7a83 /config/locales | |
parent | ffc9101e237ba711f5ad60a959d2254f3273d1c6 (diff) | |
download | redmine-685bfdd8ff94f022870eca580e1193d2cb121a58.tar.gz redmine-685bfdd8ff94f022870eca580e1193d2cb121a58.zip |
Reject CSV file without data row when importing (#35137).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21041 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-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 d89d39ebc..0aeafe516 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -223,6 +223,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 (%{value})" error_can_not_read_import_file: "An error occurred while reading the file to import" + error_no_data_in_file: "The file does not contain any data" error_attachment_extension_not_allowed: "Attachment extension %{extension} is not allowed" error_ldap_bind_credentials: "Invalid LDAP Account/Password" error_no_tracker_allowed_for_new_issue_in_project: "The project doesn't have any trackers for which you can create an issue" |