1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

Issue #5465 Plugin language file conversion.

This commit is contained in:
camer0n
2025-04-11 07:23:45 -07:00
parent 9de234324c
commit bea796463e
74 changed files with 1787 additions and 2263 deletions

View File

@@ -23,13 +23,13 @@
* @subpackage pm
* @version $Id$;
*/
define("LAN_EC_PM_01", "");
define("LAN_EC_PM_02", "");
define("LAN_EC_PM_03", "");
define("LAN_EC_PM_04", "PM Handler");
define("LAN_EC_PM_05", "Process large sends of PMs");
define("LAN_EC_PM_06", "Start bulk PM processing for [y] recipients ");
define("LAN_EC_PM_07", "");
return [
'LAN_EC_PM_01' => "",
'LAN_EC_PM_02' => "",
'LAN_EC_PM_03' => "",
'LAN_EC_PM_04' => "PM Handler",
'LAN_EC_PM_05' => "Process large sends of PMs",
'LAN_EC_PM_06' => "Start bulk PM processing for [y] recipients",
'LAN_EC_PM_07' => "",
];