mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'global_search' => 'Wyszukiwanie globalne',
|
||||
'search_keyword' => 'Keyword',
|
||||
'search_area' => 'Range',
|
||||
'search_area_options' => [
|
||||
'0' => 'Rozporządzenie Rady (EWG) nr 2658/87 z dnia 23 lipca 1987 r. w sprawie nomenklatury taryfowej i statystycznej oraz w sprawie Wspólnej Taryfy Celnej (Dz.U. L 256 z 7.9.1987, s. 1).',
|
||||
'1' => 'Opis',
|
||||
'3' => 'Przesyłacz',
|
||||
'4' => 'URL IMDB'
|
||||
],
|
||||
'search_modes' => [
|
||||
'and' => 'Oraz',
|
||||
'exact' => 'Dokładny',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user