mirror of
https://github.com/e107inc/e107.git
synced 2025-10-08 11:36:56 +02:00
- 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
13 lines
530 B
PHP
13 lines
530 B
PHP
<?php
|
|
|
|
define("LAN_PLUGIN_DOWNLOAD_NAME", "Downloads");
|
|
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:");
|
|
define("LAN_DL_NT_04", "Click [here] to view the broken download reports.");
|
|
|
|
// Latest (e_dashboard)
|
|
define("LAN_DL_LATEST_01", "Reported broken downloads"); |