1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Language-file cleanup

This commit is contained in:
Cameron
2015-01-30 23:43:15 -08:00
parent 13c9e91e8d
commit cee4ffd235
8 changed files with 8 additions and 8 deletions

View File

@@ -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.':';

View File

@@ -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)
{

View File

@@ -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)
),

View File

@@ -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");

View File

@@ -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)
),

View File

@@ -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.':';

View File

@@ -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)
),

View File

@@ -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)
),