1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

Issue #4918 - Undefined constants cleanup.

This commit is contained in:
Cameron
2022-12-10 07:06:47 -08:00
parent 60d9c29af3
commit d960829532
30 changed files with 66 additions and 104 deletions

View File

@@ -127,17 +127,17 @@ define("DOWLAN_112", "Limits");
define("DOWLAN_113", "Userclass"); //FIXME Use Generic
define("DOWLAN_114", "Add New Limit");
define("DOWLAN_115", "Update limits");
// define("DOWLAN_116", "Limit for that userclass already exists");
// define("DOWLAN_117", "Limit successfully added");
// define("DOWLAN_118", "Limit not added - unknown error");
// define("DOWLAN_119", "Limit successfully removed");
// define("DOWLAN_120", "Limit not removed - unknown error");
// define("DOWLAN_121", "Limit successfully updated");
define("DOWLAN_116", "Limit for that userclass already exists");
define("DOWLAN_117", "Limit successfully added");
define("DOWLAN_118", "Limit not added - unknown error");
define("DOWLAN_119", "Limit successfully removed");
define("DOWLAN_120", "Limit not removed - unknown error");
define("DOWLAN_121", "Limit successfully updated");
define("DOWLAN_122", "Inactive");
define("DOWLAN_123", "Active - File is subject to download limits");
define("DOWLAN_124", "Active - File is NOT subject to download limits");
define("DOWLAN_125", "Download limits active");
// define("DOWLAN_126", "Activation status updated");
define("DOWLAN_126", "Activation status updated");
// define("DOWLAN_127", "Only enter filesize if the download is an external file"); // TODO not used?
define("DOWLAN_128", "Mirrors");
define("DOWLAN_129", "leave blank if not using mirrors");