<?php
return [
'total_upload_size_too_high' => 'The maximum allowed size in total is :max',
'total_upload_size_too_low' => 'The minimum allowed size in total is :min',
'file_too_big' => 'This file is too big. Max allowed size :max',
'file_too_small' => 'This file is too small. It should at least be :min',
'incorrect_dimensions' => [
'width' => 'Image width must be :width pixels',
'height' => 'Image height must be :height pixels',
'both' => 'Image dimensions must be :width x :height pixels',
],
'width_not_between' => 'Image width must be between :min and :max pixels',
'height_not_between' => 'Image height must be between :min and :max pixels',
'max_items' => 'You may only upload :max item|You may only upload :max items',
'min_items' => 'You must upload at least :min item|You must upload at least :min items',
'extension' => 'File must be of type :extensions',
'mime' => 'File must have mime type :mimes',
'type' => 'You must upload a file of type :values',
];
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]