mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
353 B
PHP
18 lines
353 B
PHP
<?php
|
|
|
|
return [
|
|
'global_search' => 'Globaali Haku',
|
|
'search_keyword' => 'Keyword',
|
|
'search_area' => 'Range',
|
|
'search_area_options' => [
|
|
'0' => 'Otsikko',
|
|
'1' => 'Kuvaus',
|
|
'3' => 'Lähettäjä',
|
|
'4' => 'Imdb URL'
|
|
],
|
|
'search_modes' => [
|
|
'and' => 'Ja',
|
|
'exact' => 'Tarkka',
|
|
],
|
|
];
|