mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Language-file cleanup
This commit is contained in:
@@ -33,7 +33,7 @@ foreach ($search_prefs['comments_handlers'] as $h_key => $value) {
|
||||
}
|
||||
|
||||
$advanced['date']['type'] = 'date';
|
||||
$advanced['date']['text'] = LAN_SEARCH_50.':';
|
||||
$advanced['date']['text'] = LAN_DATE_POSTED.':';
|
||||
|
||||
$advanced['author']['type'] = 'author';
|
||||
$advanced['author']['text'] = LAN_SEARCH_61.':';
|
||||
|
@@ -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");
|
||||
|
||||
|
@@ -42,7 +42,7 @@ class download_search extends e_search // include plugin-folder in the name.
|
||||
|
||||
'advanced' => array(
|
||||
'cat' => array('type' => 'dropdown', 'text' => LAN_SEARCH_55, 'list'=>$catList),
|
||||
'date' => array('type' => 'date', 'text' => LAN_SEARCH_50),
|
||||
'date' => array('type' => 'date', 'text' => LAN_DATE_POSTED),
|
||||
'author'=> array('type' => 'author', 'text' => LAN_SEARCH_61)
|
||||
),
|
||||
|
||||
|
@@ -31,7 +31,7 @@ if ($sql -> db_Select_gen("SELECT f.forum_id, f.forum_name FROM #forum AS f LEFT
|
||||
}
|
||||
|
||||
$advanced['date']['type'] = 'date';
|
||||
$advanced['date']['text'] = LAN_SEARCH_50.':';
|
||||
$advanced['date']['text'] = LAN_DATE_POSTED.':';
|
||||
|
||||
$advanced['author']['type'] = 'author';
|
||||
$advanced['author']['text'] = LAN_SEARCH_61.':';
|
||||
|
@@ -48,7 +48,7 @@ class news_search extends e_search // include plugin-folder in the name.
|
||||
|
||||
'advanced' => array(
|
||||
'cat' => array('type' => 'dropdown', 'text' => LAN_SEARCH_55, 'list'=>$catList),
|
||||
'date'=> array('type' => 'date', 'text' => LAN_SEARCH_50),
|
||||
'date'=> array('type' => 'date', 'text' => LAN_DATE_POSTED),
|
||||
'match'=> array('type' => 'dropdown', 'text' => LAN_SEARCH_52, 'list'=>$matchList)
|
||||
),
|
||||
|
||||
|
@@ -80,7 +80,7 @@ class page_search extends e_search // include plugin-folder in the name.
|
||||
|
||||
'advanced' => array(
|
||||
'cat' => array('type' => 'dropdown', 'text' => "Search in Book/Chapter", 'list'=>$catList),
|
||||
// 'date'=> array('type' => 'date', 'text' => LAN_SEARCH_50),
|
||||
// 'date'=> array('type' => 'date', 'text' => LAN_DATE_POSTED),
|
||||
// 'match'=> array('type' => 'dropdown', 'text' => LAN_SEARCH_52, 'list'=>$matchList)
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user