Skip to content

Commit 464334a

Browse files
authored
Merge pull request #2593 from codeeu/dev
Revert Deleted Variables
2 parents fcafa6e + 295e027 commit 464334a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

resources/lang/pl/search.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,18 @@
3838
'search_input_placeholder' => 'Fittex...',
3939
'results' => 'Wyniki',
4040
'no_results' => 'Nie znaleziono wyników.',
41+
'search_categories' => [
42+
'all' => 'Wszystkie',
43+
'podcasts' => 'Podcasty',
44+
'hackathons' => 'Hackathony',
45+
'online_courses' => 'Kursy online',
46+
'training' => 'Szkolenia',
47+
'challenges' => 'Wyzwania',
48+
'learn' => 'Uczyć się',
49+
'teach' => 'Technologie',
50+
'presentations_and_toolkits' => 'Prezentacje i zestawy narzędzi',
51+
'activities' => 'Aktywności',
52+
'blogs' => 'Blogi',
53+
'others' => 'Inne'
54+
]
4155
];

0 commit comments

Comments
 (0)