mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
28 lines
1.8 KiB
PHP
28 lines
1.8 KiB
PHP
<?php
|
|
$lang->integration_search = 'Integrated Search';
|
|
$lang->sample_code = 'Sample Code';
|
|
$lang->about_target_module = 'Only chosen pages are the target. Please be careful on setting the permissions.';
|
|
$lang->about_sample_code = 'You can use integrated search by adding the above code in the layout or other things.';
|
|
$lang->msg_no_keyword = 'Please enter keyword to search';
|
|
$lang->msg_document_more_search = 'Click \'Search Next\' button to keep searching.';
|
|
$lang->msg_not_enabled = 'The integrated search is not available.';
|
|
$lang->msg_admin_not_enabled = 'The integrated search is not available. Please select a target module in integrated search settings.';
|
|
$lang->is_result_text = 'There are <strong>%d</strong> result(s) for <strong>\'%s\'</strong>';
|
|
$lang->multimedia = 'Images/Video';
|
|
$lang->integration_search_block_robots = 'Block Robots';
|
|
$lang->integration_search_target_types = 'Search Types';
|
|
$lang->integration_search_target_modules = 'Search Modules';
|
|
$lang->include_search_target = 'Search selected modules only';
|
|
$lang->exclude_search_target = 'Exclude selected modules from search';
|
|
$lang->is_search_option['document']['title_content'] = 'Subject+Content';
|
|
$lang->is_search_option['document']['title'] = 'Subject';
|
|
$lang->is_search_option['document']['content'] = 'Content';
|
|
$lang->is_search_option['document']['tag'] = 'Tags';
|
|
$lang->is_search_option['trackback']['url'] = 'Target URL';
|
|
$lang->is_search_option['trackback']['blog_name'] = 'Target Site Name';
|
|
$lang->is_search_option['trackback']['title'] = 'Title';
|
|
$lang->is_search_option['trackback']['excerpt'] = 'Excerpt';
|
|
$lang->is_sort_option['regdate'] = 'Registered Date';
|
|
$lang->is_sort_option['comment_count'] = 'Number of Comments';
|
|
$lang->is_sort_option['readed_count'] = 'Number of Hits';
|
|
$lang->is_sort_option['voted_count'] = 'Number of Votes';
|