mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
17
modules/integration_search/lang/ja.php
Normal file
17
modules/integration_search/lang/ja.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?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'] = '推奨数';
|
||||
Loading…
Add table
Add a link
Reference in a new issue