Translation for error.

This commit is contained in:
James Cole 2016-05-05 07:45:52 +02:00
parent 5a8abe004e
commit 16dc8b7d68

View File

@ -17,6 +17,7 @@ return [
'file_attached' => 'Succesfully uploaded file ":name".',
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
'file_too_large' => 'File ":name" is too large.',
'belongs_to_user' => 'The value of :attribute is unknown',
'accepted' => 'The :attribute must be accepted.',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',