|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/integration_search/lang/ |
Upload File : |
<?php
/**
* @file modules/integration_search/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief English Language Pack (For only basic things)
**/
$lang->integration_search = "Integrated Search";
$lang->sample_code = "Sample Code";
$lang->about_target_module = "Only chosen modules are the target. Please be careful on setting permissions.";
$lang->about_sample_code = "You can use integrated search by adding above code on layout or other things.";
$lang->msg_no_keyword = "Please input keyword to search";
$lang->is_result_text = "There are <strong>%d</strong> result(s) for <strong>'%s'</strong>";
$lang->multimedia = "Images/ Movies";
$lang->include_search_target = 'Search for selected modules';
$lang->exclude_search_target = 'Exclude selected modules from search';
$lang->is_search_option = array(
'document' => array(
'title_content' => 'Subject+Content',
'title' => 'Subject',
'content' => 'Content',
'tag' => 'Tags',
),
'trackback' => array(
'url' => 'Target URL',
'blog_name' => 'Target Site Name',
'title' => 'Title',
'excerpt' => 'Excerpt',
),
);
$lang->is_sort_option = array(
'regdate' => 'Registered Date',
'comment_count' => 'Number of Comments',
'readed_count' => 'Number of Hits',
'voted_count' => 'Number of Votes',
);
?>