mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
18 lines
353 B
PHP
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',
|
||
|
|
],
|
||
|
|
];
|