Files
nexusphp/resources/lang/ja/search.php
2025-04-19 02:06:51 +07:00

20 lines
375 B
PHP

<?php
return array (
'global_search' => 'サイト全体を検索します',
'search_keyword' => 'キーワード',
'search_area' => '範囲',
'search_area_options' =>
array (
0 => 'タイトル',
1 => '導入',
3 => '発行',
4 => 'IMDBリンク',
),
'search_modes' =>
array (
'and' => 'そして',
'exact' => '正確な',
),
);