aboutsummaryrefslogtreecommitdiffstats
path: root/public/catalog/language/en-gb/tool/upload.php
blob: a8ec8dfe981dfaba62bc56675a94f46249b1c1e7 (plain)
1
2
3
4
5
6
7
8
<?php
// Text
$_['text_upload']    = 'Your file was successfully uploaded!';

// Error
$_['error_filename'] = 'Filename must be between 3 and 64 characters!';
$_['error_filetype'] = 'Invalid file type!';
$_['error_upload']   = 'Upload required!';