Files
nexusphp/resources/lang/nb/search.php
2025-05-05 21:27:48 +07:00

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