1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00
Files
php-e107/e107_languages/English/lan_upload_handler.php

33 lines
1.5 KiB
PHP

<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_upload_handler.php,v $
| $Revision$
| $Date$
| $Author$
+----------------------------------------------------------------------------+
*/
return [
'LANUPLOAD_1' => "The filetype",
'LANUPLOAD_2' => "is not allowed and has been deleted.",
'LANUPLOAD_3' => "Successfully uploaded",
'LANUPLOAD_4' => "Either destination folder does not exist or is not writable. (chmod 777)",
'LANUPLOAD_5' => "The uploaded file exceeds the upload_max_filesize directive in php.ini.",
'LANUPLOAD_6' => "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form.",
'LANUPLOAD_7' => "The uploaded file was only partially uploaded.",
'LANUPLOAD_8' => "No file was uploaded.",
'LANUPLOAD_9' => "Uploaded file size 0 bytes",
'LANUPLOAD_10' => "Upload failed [Duplicate filename] - A file with the same name already exists.",
'LANUPLOAD_11' => "The file did not upload. Filename:",
'LANUPLOAD_13' => "Missing temporary folder",
'LANUPLOAD_14' => "File write failed",
'LANUPLOAD_15' => "Upload not allowed",
'LANUPLOAD_16' => "Unknown Error",
'LANUPLOAD_17' => "Invalid name for uploaded file",
'LANUPLOAD_18' => "The uploaded file exceeds allowable limits.",
'LANUPLOAD_19' => "Too many files uploaded - excess deleted.",
];