Merge pull request #1706 from billmn/develop

Added "Not In" rule translation (fix issue #1701)
This commit is contained in:
Taylor Otwell
2013-03-28 14:29:37 -07:00

View File

@@ -35,6 +35,7 @@ return array(
"exists" => "The selected :attribute is invalid.",
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"not_in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
"ip" => "The :attribute must be a valid IP address.",
"max" => array(