mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-06 16:00:57 +08:00
18 lines
354 B
PHP
18 lines
354 B
PHP
<?php
|
|
|
|
return [
|
|
'global_search' => 'Ricerca Globale',
|
|
'search_keyword' => 'Keyword',
|
|
'search_area' => 'Range',
|
|
'search_area_options' => [
|
|
'0' => 'Titolo',
|
|
'1' => 'Descrizione',
|
|
'3' => 'Uploader',
|
|
'4' => 'URL IMDB'
|
|
],
|
|
'search_modes' => [
|
|
'and' => 'E',
|
|
'exact' => 'Esatto',
|
|
],
|
|
];
|