mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang fi + fr
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'global_search' => 'Globaali Haku',
|
||||
'search_keyword' => 'Keyword',
|
||||
'search_area' => 'Range',
|
||||
'search_area_options' => [
|
||||
'0' => 'Otsikko',
|
||||
'1' => 'Kuvaus',
|
||||
'3' => 'Lähettäjä',
|
||||
'4' => 'Imdb URL'
|
||||
],
|
||||
'search_modes' => [
|
||||
'and' => 'Ja',
|
||||
'exact' => 'Tarkka',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user