1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +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

@@ -9,24 +9,24 @@
| $Author$
+----------------------------------------------------------------------------+
*/
define("LANUPLOAD_1", "The filetype");
define("LANUPLOAD_2", "is not allowed and has been deleted.");
define("LANUPLOAD_3", "Successfully uploaded");
define("LANUPLOAD_4", "Either destination folder does not exist or is not writable. (chmod 777)");
define("LANUPLOAD_5", "The uploaded file exceeds the upload_max_filesize directive in php.ini.");
define("LANUPLOAD_6", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form.");
define("LANUPLOAD_7", "The uploaded file was only partially uploaded.");
define("LANUPLOAD_8", "No file was uploaded.");
define("LANUPLOAD_9", "Uploaded file size 0 bytes");
define("LANUPLOAD_10", "Upload failed [Duplicate filename] - A file with the same name already exists.");
define("LANUPLOAD_11", "The file did not upload. Filename: ");
//define("LANUPLOAD_12", "Error"); new > LAN_ERROR
define("LANUPLOAD_13", "Missing temporary folder");
define("LANUPLOAD_14", "File write failed");
define("LANUPLOAD_15", "Upload not allowed");
define("LANUPLOAD_16", "Unknown Error");
define("LANUPLOAD_17", "Invalid name for uploaded file");
define("LANUPLOAD_18", "The uploaded file exceeds allowable limits.");
define("LANUPLOAD_19", "Too many files uploaded - excess deleted.");
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.",
];