first commit
This commit is contained in:
8
catalog/language/en-gb/tool/upload.php
Normal file
8
catalog/language/en-gb/tool/upload.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?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!';
|
Reference in New Issue
Block a user