* @brief English Language Pack (For only basic things)
**/
$lang->integration_search = "Integration Search";
$lang->sample_code = "Sample Code";
$lang->about_target_module = "Only chosen modules are the target. Please be careful on setting authority";
$lang->about_sample_code = "You can add integration search on layout by adding code above";
$lang->msg_no_keyword = "Input keyword to search";
$lang->is_result_text = "There are %d result(s) for '%s'";
$lang->is_search_option = array(
'title' => 'Subject',
'content' => 'Content',
'title_content' => 'Subject+Content',
//'comment' => 'Comment',
);
$lang->is_sort_option = array(
'regdate' => 'Registered Date',
'comment_count' => 'Number of Comments',
'readed_count' => 'Number of Hits',
'voted_count' => 'Number of Votes',
);
?>