1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 06:03:27 +02:00

Issue #5465 Core language files converted. (excluding plugins)

This commit is contained in:
camer0n
2025-04-04 18:29:07 -07:00
parent c46b7b1d36
commit 31e7d1d3b0
93 changed files with 5255 additions and 6358 deletions

View File

@@ -5,54 +5,43 @@
+----------------------------------------------------------------------------+
*/
if(!defined('PAGE_NAME'))
{
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_417", "Upload File"); // LAN_UL_040
define("LAN_418", "Absolute maximum file size: ");
// define("DOWLAN_11", "Category"); LAN_CATEGORY.
define("LAN_419", "Allowed filetypes");
define("LAN_420", "fields are required");
define("LAN_UL_039", "Submit and Upload"); // LAN_416
define("LAN_UL_040", "Upload 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",
];