"There #{is_or_are}#{pluralize(bulk_upload.total_logs_count,'log')} in this bulk upload with #{pluralize(bulk_upload.bulk_upload_errors.count,'error')} that still #{needs_or_need} to be fixed after upload."
"You will upload #{pluralize(bulk_upload.total_logs_count,'log')}. There are unexpected answers in #{pluralize(bulk_upload.logs_with_errors_count,'log')}, and #{pluralize(bulk_upload.bulk_upload_errors.count,'unexpected answer')} in total. #{this_or_these_unexpected_answers} will be marked as correct."
end
defbulk_upload_error_summary(bulk_upload)
"You have tried to upload #{bulk_upload.total_logs_count?pluralize(bulk_upload.total_logs_count,'log'):'logs'}. There are errors in #{pluralize(bulk_upload.logs_with_errors_count,'log')}, and #{pluralize(bulk_upload.bulk_upload_errors.count,'error')} in total."
"#{pluralize(unique_answers_to_be_cleared_count,'answer')} will be deleted because #{it_is_or_they_are} invalid. You will have to answer #{this_or_these}#{'question'.pluralize(unique_answers_to_be_cleared_count)} again on the site."
"#{this_or_these}#{pluralize(unique_answers_to_be_cleared(bulk_upload).count,'answer')} will be deleted if you upload the #{'log'.pluralize(bulk_upload.logs.count)}"