1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 03:54:09 +02:00
Files
php-e107/e107_plugins/download/languages/English/English_global.php
2025-04-11 07:23:57 -07:00

13 lines
490 B
PHP

<?php
return [
'LAN_PLUGIN_DOWNLOAD_NAME' => "Downloads",
'LAN_PLUGIN_DOWNLOAD_DIZ' => "This plugin is a fully featured File-download system",
'LAN_DL_NT_01' => "Broken download reported",
'LAN_DL_NT_02' => "The following download has been reported as broken:",
'LAN_DL_NT_03' => "It was reported by [x] with the following comments:",
'LAN_DL_NT_04' => "Click [here] to view the broken download reports.",
'LAN_DL_LATEST_01' => "Reported broken downloads",
];