Files
nexusphp/resources/lang/sv/search.php
2025-04-22 19:35:05 +07:00

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',
],
];