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

18 lines
353 B
PHP

<?php
return [
'global_search' => 'Globale Suche',
'search_keyword' => 'Keyword',
'search_area' => 'Range',
'search_area_options' => [
'0' => 'Titel',
'1' => 'Beschreibung',
'3' => 'Uploader',
'4' => 'IMDB URL'
],
'search_modes' => [
'and' => 'Und',
'exact' => 'Exakt',
],
];