mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Fixes #3622 - Reported broken downloads reworked
- Moved away from e107_admin/message.php to its own place in the Downloads admin area. - Notification of broken downloads now controlled by e_notify (see Admin Area > Settings > Notify) - Updated notification message - Added e_dashboard addon to show latest status on broken download reports
This commit is contained in:
@@ -160,7 +160,7 @@ define("DOWLAN_146", "Custom Download-denial message or URL");
|
||||
// define("DOWLAN_147", "Icon for empty category");
|
||||
define("DOWLAN_148", "Check to update date stamp to current time");
|
||||
define("DOWLAN_149", "URL"); //FIXME Use Generic
|
||||
define("DOWLAN_150", "Email admin when broken download reported");
|
||||
//define("DOWLAN_150", "Email admin when broken download reported");
|
||||
define("DOWLAN_151", "Broken-download reporting available to");
|
||||
define("DOWLAN_152", "Couldn't move file");
|
||||
define("DOWLAN_153", "Move file into download folder");
|
||||
@@ -209,7 +209,7 @@ define("DOWLAN_195", "Mirror type");
|
||||
define("DOWLAN_196", "list"); //FIXME Use Generic
|
||||
define("DOWLAN_197", "random");
|
||||
// define("DOWLAN_198", "Filter"); //FIXME Use Generic
|
||||
|
||||
define("DOWLAN_199", "Submitted by");
|
||||
|
||||
// define('DOWLAN_FP_01', 'Front page');
|
||||
// define('DOWLAN_FP_02', 'Category list');
|
||||
@@ -226,6 +226,8 @@ define("DOWLAN_HELP_8", "Help for upload list");
|
||||
define("DOWLAN_HELP_9", "Help for upload types");
|
||||
define("DOWLAN_HELP_10", "Help for upload options");
|
||||
|
||||
define("DOWLAN_HELP_11", "Click the 'delete' button to delete the report.[br][br]Click the 'view' button to manage the download.[br][br]To be notified of any new reports, please see to the [notify settings].");
|
||||
|
||||
// define("DOWLAN_INSTALL_DONE", "Your download plugin is now installed");
|
||||
// define("DOWLAN_DESCRIPTION", "This plugin is a fully featured Download system");
|
||||
// define("DOWLAN_CAPTION", "Configure Download");
|
||||
|
Reference in New Issue
Block a user