highlighted below.'; //form buttons $lang['submit_button'] = 'Submit'; $lang['continue_button'] = 'Continue'; $lang['back_button'] = 'Back'; //form status $lang['form_inactive'] = 'This form is currently inactive.'; //form password $lang['form_pass_title'] = 'This form is password protected.'; $lang['form_pass_desc'] = 'Please enter your password.'; $lang['form_pass_invalid'] = 'Invalid Password!'; //form review $lang['review_title'] = 'Review Your Entry'; $lang['review_message'] = 'Please review your entry below. Click Submit button to finish.'; //validation message $lang['val_required'] = 'This field is required. Please enter a value.'; $lang['val_required_file'] = 'This field is required. Please upload a file.'; $lang['val_unique'] = 'This field requires a unique entry and this value has already been used.'; $lang['val_integer'] = 'This field must be an integer.'; $lang['val_float'] = 'This field must be a float.'; $lang['val_numeric'] = 'This field must be a number.'; $lang['val_min'] = 'This field can not be less than %s characters.'; $lang['val_max'] = 'This field can not be greater than %s characters.'; $lang['val_range'] = 'This field is not in the range %s through %s characters.'; $lang['val_email'] = 'This field is not in the correct email format.'; $lang['val_website'] = 'This field is not in the correct website address format.'; $lang['val_username'] = 'This field may only consist of a-z 0-9 and underscores.'; $lang['val_equal'] = '%s must match.'; $lang['val_date'] = 'This field is not in the correct date format.'; $lang['val_time'] = 'This field is not in the correct time format.'; $lang['val_phone'] = 'Please enter a valid phone number.'; $lang['val_filetype'] = 'The filetype you are attempting to upload is not allowed.'; //fields on excel/csv $lang['export_num'] = 'No.'; $lang['date_created'] = 'Date Created'; $lang['date_updated'] = 'Date Updated'; $lang['ip_address'] = 'IP Address'; ?>