mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
18 lines
360 B
PHP
18 lines
360 B
PHP
<?php
|
|
|
|
return [
|
|
'global_search' => 'Pesquisa Global',
|
|
'search_keyword' => 'Keyword',
|
|
'search_area' => 'Range',
|
|
'search_area_options' => [
|
|
'0' => 'Título',
|
|
'1' => 'Descrição:',
|
|
'3' => 'Carregador',
|
|
'4' => 'URL do IMDB'
|
|
],
|
|
'search_modes' => [
|
|
'and' => 'e',
|
|
'exact' => 'Exato',
|
|
],
|
|
];
|