mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
20 lines
592 B
PHP
20 lines
592 B
PHP
<?php
|
|
|
|
|
|
|
|
return [
|
|
'LAN_PLUGIN_CHATBOX_MENU_NAME' => "Chatbox",
|
|
'LAN_PLUGIN_CHATBOX_MENU_DESCRIPTION' => "Chatbox Menu",
|
|
'LAN_PLUGIN_CHATBOX_MENU_POSTS' => "Chatbox Posts",
|
|
'LAN_AL_CHBLAN_01' => "Chatbox settings updated",
|
|
'LAN_AL_CHBLAN_02' => "Chatbox pruned",
|
|
'LAN_AL_CHBLAN_03' => "Chatbox posts recalculated",
|
|
'LAN_AL_CHBLAN_04' => "",
|
|
'LAN_AL_CHBLAN_05' => "",
|
|
'NT_LAN_CB_1' => "Chatbox Events",
|
|
'NT_LAN_CB_2' => "Message posted",
|
|
'NT_LAN_CB_3' => "Posted by",
|
|
'NT_LAN_CB_5' => "Message",
|
|
'NT_LAN_CB_6' => "Chatbox Message Posted",
|
|
];
|