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

Issue #6 Language-file standards. Wrap definitions in double-quotes.

This commit is contained in:
Cameron
2015-07-07 17:43:49 -07:00
parent 483d43a829
commit 6b5d95388f
58 changed files with 1184 additions and 1208 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 --NUM-- recipients ');
define('LAN_EC_PM_07', '');
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 --NUM-- recipients ");
define("LAN_EC_PM_07", "");
?>