message_empty = "You cannot submit a thread with an empty message." message_length = "Max message length is {message_max_length} characters. Your message is {message_length} characters long." estimate_whole = "The used time must be a whole number." estimate_positive = "The used time must be a positive number." file_description_empty = "All attachments must have a description." file_description_length = "Max attachment description length is {file_description_max_length} characters. Your attachment description is {file_description_length} characters long." file_exceed_php_max_size = "The file exceeds the upload_max_filesize directive ({upload_max_filesize_formatted} kB) in php.ini." file_exceed_html_max_size = "The file exceeds the MAX_FILE_SIZE directive ({file_max_size_formatted} kB) that was specified in the HTML form." file_partially_upload = "The file was only partially uploaded." file_missing_temp_folder = "Missing a temporary folder." file_failed_write_to_disk = "Failed to write attachment to disk." file_exceed_max_size = "Your file is too big. Max file size: {file_max_size_formatted} kB. Your file size: {file_size_formatted} kB." post_exceed_max_size = "The post_max_size directive ({post_max_size_formatted} kB) in php.ini has been exceeded. The uploaded form was {post_size_formatted} kB."