mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
48 lines
1.8 KiB
PHP
48 lines
1.8 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
return [
|
|
'PAGE_NAME' => "Upload",
|
|
'LAN_UL_001' => "Invalid email address",
|
|
'LAN_UL_002' => "You do not have the correct permissions to upload files to this server.",
|
|
'LAN_UL_020' => "Error",
|
|
'LAN_UL_021' => "Upload Failure",
|
|
'LAN_UL_022' => "May vary by file type",
|
|
'LAN_UL_023' => "Type",
|
|
'LAN_UL_024' => "Max Size",
|
|
'LAN_UL_025' => "Uploads not allowed",
|
|
'LAN_UL_026' => "",
|
|
'LAN_UL_027' => "",
|
|
'LAN_UL_032' => "You must select a category",
|
|
'LAN_UL_033' => "You must enter a valid email address",
|
|
'LAN_UL_034' => "You must specify the file name",
|
|
'LAN_UL_035' => "You must enter a description",
|
|
'LAN_UL_036' => "You must specify the file to upload",
|
|
'LAN_UL_037' => "You must specify a category",
|
|
'LAN_UL_038' => "",
|
|
'LAN_61' => "Your Name:",
|
|
'LAN_112' => "Email Address:",
|
|
'LAN_144' => "Website URL:",
|
|
'LAN_402' => "You must be a registered member to upload files to this server.",
|
|
'LAN_404' => "Thank you. Your upload will be reviewed by an administrator and posted to the site if appropriate.",
|
|
'LAN_406' => "Please note",
|
|
'LAN_407' => "Any other filetypes uploaded will be instantly deleted.",
|
|
'LAN_408' => "Underlined",
|
|
'LAN_409' => "Name of file",
|
|
'LAN_410' => "Version",
|
|
'LAN_411' => "File",
|
|
'LAN_413' => "Description",
|
|
'LAN_414' => "Working demo",
|
|
'LAN_415' => "enter URL to site where demo can be viewed",
|
|
'LAN_418' => "Absolute maximum file size:",
|
|
'LAN_419' => "Allowed filetypes",
|
|
'LAN_420' => "fields are required",
|
|
'LAN_UL_039' => "Submit and Upload",
|
|
'LAN_UL_040' => "Upload File",
|
|
];
|