1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Moved calendar_menu notify LAN to Global

This commit is contained in:
Moc
2013-09-16 12:46:02 +02:00
parent 369304a81a
commit db24f48c7c
2 changed files with 12 additions and 2 deletions

View File

@@ -48,7 +48,8 @@ define('EC_LAN_RECUR_1300', 'Third');
define('EC_LAN_RECUR_1400', 'Fourth'); define('EC_LAN_RECUR_1400', 'Fourth');
// Notify /*
// Notify - moved to Global
define('NT_LAN_EC_1', 'Event Calendar Events'); define('NT_LAN_EC_1', 'Event Calendar Events');
define('NT_LAN_EC_2', 'Event Updated'); define('NT_LAN_EC_2', 'Event Updated');
define('NT_LAN_EC_3', 'Update by'); define('NT_LAN_EC_3', 'Update by');
@@ -56,7 +57,7 @@ define('NT_LAN_EC_4', 'IP Address');
define('NT_LAN_EC_5', 'Message'); define('NT_LAN_EC_5', 'Message');
define('NT_LAN_EC_6', 'Event Calendar - Event added'); define('NT_LAN_EC_6', 'Event Calendar - Event added');
define('NT_LAN_EC_7', 'New event posted'); define('NT_LAN_EC_7', 'New event posted');
define('NT_LAN_EC_8', 'Event Calendar - Event modified'); define('NT_LAN_EC_8', 'Event Calendar - Event modified');*/
?> ?>

View File

@@ -5,5 +5,14 @@ define("LAN_PLUGIN_CALENDAR_MENU_CONFIG", "Configure Event Calendar");
define("LAN_PLUGIN_CALENDAR_MENU_DESCRIPTION", "This plugin is a fully featured event calendar with calendar menu."); define("LAN_PLUGIN_CALENDAR_MENU_DESCRIPTION", "This plugin is a fully featured event calendar with calendar menu.");
define("LAN_PLUGIN_CALENDAR_MENU_LINK", "Calendar"); define("LAN_PLUGIN_CALENDAR_MENU_LINK", "Calendar");
// Notify
//define('NT_LAN_EC_1', 'Event Calendar Events');
define('NT_LAN_EC_2', 'Event Updated');
define('NT_LAN_EC_3', 'Update by');
define('NT_LAN_EC_4', 'IP Address');
define('NT_LAN_EC_5', 'Message');
define('NT_LAN_EC_6', 'Event Calendar - Event added');
define('NT_LAN_EC_7', 'New event posted');
define('NT_LAN_EC_8', 'Event Calendar - Event modified');
?> ?>