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." product_version_illegal_option = "You cannot submit a thread without specifying which product version you are using." 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_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 ticket." 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."