mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
#3622 - Download plugin - moving 'Report Broken Download' to e_notify
Work in progress: - Convert previous 'download_email' pref - Move broken download list to download plugin admin /e107_admin/message.php
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
define("LAN_PLUGIN_DOWNLOAD_NAME", "Downloads");
|
||||
define("LAN_PLUGIN_DOWNLOAD_DIZ", "This plugin is a fully featured File-download system");
|
||||
define("LAN_PLUGIN_DOWNLOAD_DIZ", "This plugin is a fully featured File-download system");
|
||||
|
||||
|
||||
|
||||
?>
|
||||
// NOTIFY
|
||||
define("LAN_DL_NT_01", "Broken download reported");
|
||||
define("LAN_DL_NT_02", "The following download has been reported as broken:");
|
||||
define("LAN_DL_NT_03", "It was reported by [x] with the following comments:");
|
||||
|
Reference in New Issue
Block a user