mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Language-file cleanup
This commit is contained in:
@@ -346,7 +346,7 @@ if(!$text = $e107cache->retrieve("nq_chatbox"))
|
||||
|
||||
|
||||
|
||||
$caption = (file_exists(THEME."images/chatbox_menu.png") ? "<img src='".THEME_ABS."images/chatbox_menu.png' alt='' /> ".LAN_PLUGIN_CHATBOX_MENU_NAME : CHATBOX_L2);
|
||||
$caption = (file_exists(THEME."images/chatbox_menu.png") ? "<img src='".THEME_ABS."images/chatbox_menu.png' alt='' /> ".LAN_PLUGIN_CHATBOX_MENU_NAME : LAN_PLUGIN_CHATBOX_MENU_NAME);
|
||||
|
||||
if($pref['cb_layer'] == 1)
|
||||
{
|
||||
|
@@ -25,7 +25,7 @@ class chatbox_menu_search extends e_search // include plugin-folder in the name.
|
||||
'table' => 'chatbox',
|
||||
|
||||
'advanced' => array(
|
||||
'date' => array('type' => 'date', 'text' => LAN_SEARCH_50),
|
||||
'date' => array('type' => 'date', 'text' => LAN_DATE_POSTED),
|
||||
'author'=> array('type' => 'author', 'text' => LAN_SEARCH_61)
|
||||
),
|
||||
|
||||
|
@@ -39,7 +39,7 @@ define("CHBLAN_27", "- Delete all posts -");
|
||||
// define("CHBLAN_28", "Chatbox pruned.");
|
||||
|
||||
define("CHBLAN_29", "Display chatbox inside scrolling layer with height [x]"); // [x] will be replaced automatically
|
||||
define("CHBLAN_30", "Layer height");
|
||||
// define("CHBLAN_30", "Layer height");
|
||||
define("CHBLAN_31", "Show emoticons");
|
||||
define("CHBLAN_32", "Moderator userclass");
|
||||
|
||||
|
Reference in New Issue
Block a user