mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
New language file types: English_global.php (for plugin.xml terms) and English_log.php (for admin-log terms). Auto-detected when present and loaded automatically when needed.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?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","");
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user