aboutsummaryrefslogtreecommitdiffstats
path: root/public/catalog/language/en-gb/tool/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/catalog/language/en-gb/tool/upload.php')
-rw-r--r--public/catalog/language/en-gb/tool/upload.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/tool/upload.php b/public/catalog/language/en-gb/tool/upload.php
new file mode 100644
index 0000000..a8ec8df
--- /dev/null
+++ b/public/catalog/language/en-gb/tool/upload.php
@@ -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_filetype'] = 'Invalid file type!';
+$_['error_upload'] = 'Upload required!'; \ No newline at end of file