mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 04:52:18 +08:00
18 lines
352 B
PHP
18 lines
352 B
PHP
<?php
|
|
|
|
return [
|
|
'global_search' => 'Global Search',
|
|
'search_keyword' => 'Keyword',
|
|
'search_area' => 'Range',
|
|
'search_area_options' => [
|
|
'0' => 'Title',
|
|
'1' => 'Description',
|
|
'3' => 'Uploader',
|
|
'4' => 'IMDB URL'
|
|
],
|
|
'search_modes' => [
|
|
'and' => 'And',
|
|
'exact' => 'Exact',
|
|
],
|
|
];
|