1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Issue #5465 Plugin language file conversion.

This commit is contained in:
camer0n
2025-04-11 07:23:45 -07:00
parent 9de234324c
commit bea796463e
74 changed files with 1787 additions and 2263 deletions

View File

@@ -1,23 +1,19 @@
<?php
define("LAN_PLUGIN_CHATBOX_MENU_NAME", "Chatbox");
define("LAN_PLUGIN_CHATBOX_MENU_DESCRIPTION", "Chatbox Menu");
define("LAN_PLUGIN_CHATBOX_MENU_POSTS", "Chatbox Posts");
// Admin Log
//FIXME - Global LANS must begin with LAN_PLUGIN_{FOLDER_NAME}_
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","");
// Notify
define("NT_LAN_CB_1", "Chatbox Events");
define("NT_LAN_CB_2", "Message posted");
define("NT_LAN_CB_3", "Posted by");
// define("NT_LAN_CB_4", "IP Address");
define("NT_LAN_CB_5", "Message");
define("NT_LAN_CB_6", "Chatbox Message Posted");
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",
];