rhymix/modules/integration_search/lang/ja.php
2016-01-31 16:01:17 +09:00

17 lines
1.3 KiB
PHP

<?php
$lang->integration_search = '統合検索';
$lang->sample_code = 'サンプルコード';
$lang->about_target_module = '選択されたモジュールだけを検索対象とします。各モジュールの権限設定にも注意してください。';
$lang->about_sample_code = '上のコードをレイアウトなどに挿入すると統合検索が可能になります。';
$lang->msg_no_keyword = '検索語を入力してください。';
$lang->msg_document_more_search = '継続サーチボタンを選択すると、まだ検索結果として引っかからなかった箇所を引き続き検索を行います。';
$lang->msg_not_enabled = '統合検索を使用することができません。';
$lang->msg_admin_not_enabled = '統合検索を使用することができません。統合検索の設定でターゲットモジュールを選択してください。';
$lang->is_result_text = '<strong>\'%s\'</strong>に対する検索結果<strong>%d</strong>件';
$lang->multimedia = '画像/動画';
$lang->include_search_target = '選択された対象のみ';
$lang->exclude_search_target = '選択した対象を検索から除外';
$lang->is_sort_option['regdate'] = '登録日';
$lang->is_sort_option['comment_count'] = 'コメント数';
$lang->is_sort_option['readed_count'] = '閲覧数';
$lang->is_sort_option['voted_count'] = '推奨数';