mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-08 00:51:03 +08:00
18 lines
356 B
PHP
18 lines
356 B
PHP
<?php
|
|
|
|
return [
|
|
'global_search' => 'Globalt søk',
|
|
'search_keyword' => 'Keyword',
|
|
'search_area' => 'Range',
|
|
'search_area_options' => [
|
|
'0' => 'Tittel',
|
|
'1' => 'Beskrivelse',
|
|
'3' => 'Opplaster',
|
|
'4' => 'IMDB URL'
|
|
],
|
|
'search_modes' => [
|
|
'and' => 'Og',
|
|
'exact' => 'Nøyaktig',
|
|
],
|
|
];
|