From 07e5a227189fab96e9af9548ba42019b85c8f679 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Tue, 8 Sep 2015 11:42:05 +0100 Subject: [PATCH] Update validation.php with language information --- resources/lang/en/validation.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 20acc9a6..74dcad01 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -92,6 +92,15 @@ return [ ], ], + "audio" => "The :attribute must be an audio file.", + "audio_channels" => "The :attribute contains an invalid number of channels.", + "audio_format" => "The :attribute does not contain audio in a valid format.", + "required_when" => "The :attribute field cannot be left blank.", + "sample_rate" => "The :attribute has an invalid sample rate.", + "min_width" => "The :attribute is not wide enough.", + "min_height" => "The :attribute is not tall enough.", + "textarea_length" => "The :attribute must be less than 250 characters long.", // @TODO: Figure out how to retrieve the parameter from the validation rule + /* |-------------------------------------------------------------------------- | Custom Validation Attributes