validation_lang.php File Reference

Go to the source code of this file.


Variables

 $lang ['required'] = "The %s field is required."
 $lang ['isset'] = "The %s field must have a value."
 $lang ['valid_email'] = "The %s field must contain a valid email address."
 $lang ['valid_emails'] = "The %s field must contain all valid email addresses."
 $lang ['valid_url'] = "The %s field must contain a valid URL."
 $lang ['valid_ip'] = "The %s field must contain a valid IP."
 $lang ['min_length'] = "The %s field must be at least %s characters in length."
 $lang ['max_length'] = "The %s field can not exceed %s characters in length."
 $lang ['exact_length'] = "The %s field must be exactly %s characters in length."
 $lang ['alpha'] = "The %s field may only contain alphabetical characters."
 $lang ['alpha_numeric'] = "The %s field may only contain alpha-numeric characters."
 $lang ['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes."
 $lang ['numeric'] = "The %s field must contain a number."
 $lang ['is_numeric'] = "The %s field must contain a number."
 $lang ['integer'] = "The %s field must contain an integer."
 $lang ['matches'] = "The %s field does not match the %s field."
 $lang ['is_natural'] = "The %s field must contain a number."
 $lang ['is_natural_no_zero'] = "The %s field must contain a number greater than zero."

Variable Documentation

$lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero."

Definition at line 20 of file validation_lang.php.

$lang['is_natural'] = "The %s field must contain a number."

Definition at line 19 of file validation_lang.php.

$lang['matches'] = "The %s field does not match the %s field."

Definition at line 18 of file validation_lang.php.

$lang['integer'] = "The %s field must contain an integer."

Definition at line 17 of file validation_lang.php.

$lang['is_numeric'] = "The %s field must contain a number."

Definition at line 16 of file validation_lang.php.

$lang['numeric'] = "The %s field must contain a number."

Definition at line 15 of file validation_lang.php.

$lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes."

Definition at line 14 of file validation_lang.php.

$lang['alpha_numeric'] = "The %s field may only contain alpha-numeric characters."

Definition at line 13 of file validation_lang.php.

$lang['alpha'] = "The %s field may only contain alphabetical characters."

Definition at line 12 of file validation_lang.php.

$lang['exact_length'] = "The %s field must be exactly %s characters in length."

Definition at line 11 of file validation_lang.php.

$lang['max_length'] = "The %s field can not exceed %s characters in length."

Definition at line 10 of file validation_lang.php.

$lang['min_length'] = "The %s field must be at least %s characters in length."

Definition at line 9 of file validation_lang.php.

$lang['valid_ip'] = "The %s field must contain a valid IP."

Definition at line 8 of file validation_lang.php.

$lang['valid_url'] = "The %s field must contain a valid URL."

Definition at line 7 of file validation_lang.php.

$lang['valid_emails'] = "The %s field must contain all valid email addresses."

Definition at line 6 of file validation_lang.php.

$lang['valid_email'] = "The %s field must contain a valid email address."

Definition at line 5 of file validation_lang.php.

$lang['isset'] = "The %s field must have a value."

Definition at line 4 of file validation_lang.php.

$lang['required'] = "The %s field is required."

Definition at line 3 of file validation_lang.php.