my-projects-website/app/application/lang/en/storage.php

8 lines
282 B
PHP
Raw Permalink Normal View History

2024-04-11 19:43:01 +05:00
<?php
return [
'Trying to upload a wrong image' => 'Trying to upload a wrong image!',
'File_not_found' => 'File not found.',
'Attempt to replace a file' => 'Attempt to replace a file.',
'Wrong file type' => 'Wrong file type.',
];