mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'global_search' => 'Global Søgning',
|
||||
'search_keyword' => 'Keyword',
|
||||
'search_area' => 'Range',
|
||||
'search_area_options' => [
|
||||
'0' => 'Titel',
|
||||
'1' => 'Varebeskrivelse',
|
||||
'3' => 'Uploader',
|
||||
'4' => 'IMDB URL'
|
||||
],
|
||||
'search_modes' => [
|
||||
'and' => 'Og',
|
||||
'exact' => 'Præcis',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user