mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
59 lines
2.2 KiB
PHP
59 lines
2.2 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_upload.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
define("PAGE_NAME", "Upload");
|
|
|
|
define("LAN_UL_001","Invalid email address");
|
|
define("LAN_UL_002", "You do not have the correct permissions to upload files to this server."); // LAN_403
|
|
|
|
define("LAN_UL_020", "Error");
|
|
define("LAN_UL_021", "Upload Failure");
|
|
define("LAN_UL_022", "May vary by file type");
|
|
define("LAN_UL_023", "Type");
|
|
define("LAN_UL_024", "Max Size");
|
|
define("LAN_UL_025", "Uploads not allowed ");
|
|
define("LAN_UL_026", "");
|
|
define("LAN_UL_027", "");
|
|
|
|
define("LAN_UL_032", "You must select a category");
|
|
define("LAN_UL_033", "You must enter a valid email address");
|
|
define("LAN_UL_034", "You must specify the file name");
|
|
define("LAN_UL_035", "You must enter a description");
|
|
define("LAN_UL_036", "You must specify the file to upload");
|
|
define("LAN_UL_037", "You must specify a category");
|
|
define("LAN_UL_038", "");
|
|
|
|
define("LAN_61", "Your Name: ");
|
|
define("LAN_112", "Email Address: ");
|
|
define("LAN_144", "Website URL: ");
|
|
define("LAN_402", "You must be a registered member to upload files to this server.");
|
|
define("LAN_404", "Thank you. Your upload will be reviewed by an administrator and posted to the site if appropriate.");
|
|
//define("LAN_405", "File exceeds specified maximum size limit - deleted.");
|
|
define("LAN_406", "Please note");
|
|
define("LAN_407", "Any other filetypes uploaded will be instantly deleted.");
|
|
define("LAN_408", "Underlined");
|
|
define("LAN_409", "Name of file");
|
|
define("LAN_410", "Version");
|
|
define("LAN_411", "File");
|
|
//define("LAN_412", "Screenshot");//LAN_SCREENSHOT
|
|
define("LAN_413", "Description");
|
|
define("LAN_414", "Working demo");
|
|
define("LAN_415", "enter URL to site where demo can be viewed");
|
|
define("LAN_416", "Submit and Upload");
|
|
define("LAN_417", "Upload File");
|
|
define("LAN_418", "Absolute maximum file size: ");
|
|
define("DOWLAN_11", "Category");
|
|
define("LAN_419", "Allowed filetypes");
|
|
define("LAN_420", "fields are required");
|
|
|
|
|
|
|