mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
414 B
PHP
18 lines
414 B
PHP
<?php
|
||
|
||
return [
|
||
'global_search' => 'Καθολική Αναζήτηση',
|
||
'search_keyword' => 'Keyword',
|
||
'search_area' => 'Range',
|
||
'search_area_options' => [
|
||
'0' => 'Τίτλος',
|
||
'1' => 'Περιγραφή',
|
||
'3' => 'Μεταφόρτωση',
|
||
'4' => 'URL IMDB'
|
||
],
|
||
'search_modes' => [
|
||
'and' => 'Και',
|
||
'exact' => 'Ακριβής',
|
||
],
|
||
];
|