mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 13:17:32 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'global_search' => 'Globalt søk',
|
||||
'search_keyword' => 'Keyword',
|
||||
'search_area' => 'Range',
|
||||
'search_area_options' => [
|
||||
'0' => 'Tittel',
|
||||
'1' => 'Beskrivelse',
|
||||
'3' => 'Opplaster',
|
||||
'4' => 'IMDB URL'
|
||||
],
|
||||
'search_modes' => [
|
||||
'and' => 'Og',
|
||||
'exact' => 'Nøyaktig',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user