Files
nexusphp/resources/lang/da/search.php
2025-04-21 02:53:56 +07:00

18 lines
359 B
PHP

<?php
return [
'global_search' => 'Global Søgning',
'search_keyword' => 'Keyword',
'search_area' => 'Range',
'search_area_options' => [
'0' => 'Titel',
'1' => 'Varebeskrivelse',
'3' => 'Uploader',
'4' => 'IMDB URL'
],
'search_modes' => [
'and' => 'Og',
'exact' => 'Præcis',
],
];