subject_empty = "You cannot submit a thread with an empty subject." subject_length = "Max subject length is {subject_max_length} characters. Your subject is {subject_length} characters long." intro_empty = "You cannot submit a thread with an empty intro." intro_length = "Max intro length is {intro_max_length} characters. Your intro is {intro_length} characters long." 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." 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." product_version_illegal_option = "You cannot submit a thread without specifying which product version you are using." model_illegal_option = "You cannot submit a thread without specifying which model it is concerning." priority_whole = "The priority must be a whole number." priority_positive = "The priority must be a positive number." estimate_whole = "The estimate must be a whole number." estimate_number = "The estimate must be a number." estimate_positive = "The estimate must be a positive number." publish_up_format = "The \"Start publishing\"-date must have the format YYYY.MM.DD." publish_up_year = "There is an error in the \"Start publishing\"-year you have specified." publish_up_month = "There is an error in the \"Start publishing\"-month you have specified." publish_up_date = "There is an error in the \"Start publishing\"-date you have specified." publish_up_time_format = "The \"Start publishing\"-time must have the format hh:mm." publish_up_hour = "There is an error in the \"Start publishing\"-hour you have specified." publish_up_minute = "There is an error in the \"Start publishing\"-minute you have specified." publish_down_format = "The \"Stop publishing\"-date must have the format YYYY.MM.DD." publish_down_year = "There is an error in the \"Stop publishing\"-year you have specified." publish_down_month = "There is an error in the \"Stop publishing\"-month you have specified." publish_down_date = "There is an error in the \"Stop publishing\"-date you have specified." publish_down_time_format = "The \"Stop publishing\"-time must have the format hh:mm." publish_down_hour = "There is an error in the \"Stop publishing\"-hour you have specified." publish_down_minute = "There is an error in the \"Stop publishing\"-minute you have specified." publish_up_down = "The \"Stop publishing\"-time can not be before the \"Start publishing\"-time." technician_must_set_self = "You must set yourself as technicn to send a reply in this thread." status_illegal_option = "You must set the thread status to other than \"{status_illegal_option}\" to send a reply." 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." form_submitted = "You have alreadly submitted this form. If this is not the case, or if you want to cancel the submission, click here, and the form can then be resubmitted."