summaryrefslogtreecommitdiffstats
path: root/system/language/english/upload_lang.php
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-01-18 21:45:28 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-01-18 21:45:28 +0100
commitc4c0ac4d4eebc414a63b49357d73e80204d1ad86 (patch)
treeb61b9306ca7cf26545ff9ced9eaace281bdec933 /system/language/english/upload_lang.php
parentb2bbd6143d94fc0a971b242cc82f5d62ba5eda4e (diff)
added greater precision to $_FILE upload errors
Diffstat (limited to 'system/language/english/upload_lang.php')
-rw-r--r--system/language/english/upload_lang.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php
index 6837c8acf..ab155acd2 100644
--- a/system/language/english/upload_lang.php
+++ b/system/language/english/upload_lang.php
@@ -2,7 +2,11 @@
$lang['upload_userfile_not_set'] = "Unable to find a post variable called userfile.";
$lang['upload_file_exceeds_limit'] = "The uploaded file exceeds the maximum allowed size in your PHP configuration file";
+$lang['upload_file_exceeds_form_limit'] = "The uploaded file exceeds the maximum size allowed by the submission form.";
$lang['upload_file_partial'] = "The file was only partially uploaded";
+$lang['upload_no_temp_directory'] = "The temporary folder is missing.";
+$lang['upload_unable_to_write_file'] = "The file could not be written to disk.";
+$lang['upload_stopped_by_extension'] = "The file upload was stopped by extension.";
$lang['upload_no_file_selected'] = "You did not select a file to upload";
$lang['upload_invalid_filetype'] = "The filetype you are attempting to upload is not allowed";
$lang['upload_invalid_filesize'] = "The file you are attempting to upload is larger than the permitted size";