mirror of
https://github.com/e107inc/e107.git
synced 2025-02-07 15:51:18 +01:00
15 lines
364 B
PHP
15 lines
364 B
PHP
<?php
|
|
|
|
|
|
define("LAN_PLUGIN_CHATBOX_MENU_NAME", "Chatbox");
|
|
define("LAN_PLUGIN_CHATBOX_MENU_DESCRIPTION", "Chatbox Menu");
|
|
|
|
// Admin Log
|
|
define("LAN_AL_CHBLAN_01","Chatbox settings updated");
|
|
define("LAN_AL_CHBLAN_02","Chatbox pruned");
|
|
define("LAN_AL_CHBLAN_03","Chatbox posts recalculated");
|
|
define("LAN_AL_CHBLAN_04","");
|
|
define("LAN_AL_CHBLAN_05","");
|
|
|
|
|
|
?>
|