mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
356 B
PHP
18 lines
356 B
PHP
<?php
|
|
|
|
return [
|
|
'global_search' => 'Global sökning',
|
|
'search_keyword' => 'Keyword',
|
|
'search_area' => 'Range',
|
|
'search_area_options' => [
|
|
'0' => 'Titel',
|
|
'1' => 'Beskrivning',
|
|
'3' => 'Uppladdare',
|
|
'4' => 'IMDB URL'
|
|
],
|
|
'search_modes' => [
|
|
'and' => 'Och',
|
|
'exact' => 'Exakt',
|
|
],
|
|
];
|