Ekdant-Online-Store/catalog/language/en-gb/tool/upload.php

9 lines
251 B
PHP
Raw Normal View History

2024-08-06 12:21:00 +00:00
<?php
// Text
$_['text_upload'] = 'Your file was successfully uploaded!';
// Error
$_['error_filename'] = 'Filename must be between 3 and 64 characters!';
$_['error_file_type'] = 'Invalid file type!';
$_['error_upload'] = 'Upload required!';