mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
<?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");
|
||||
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",
|
||||
];
|
||||
|
Reference in New Issue
Block a user