mirror of
https://github.com/e107inc/e107.git
synced 2025-10-12 05:24:38 +02:00
18 lines
686 B
PHP
18 lines
686 B
PHP
<?php
|
|
|
|
define("LAN_PLUGIN_CALENDAR_MENU_NAME", "Event Calendar");
|
|
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_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');
|
|
|
|
?>
|