We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62184d3 commit f588666Copy full SHA for f588666
inc/lang/pl/lang.php
@@ -3,6 +3,7 @@
3
/**
4
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5
*
6
+ * @author Szymon Olewniczak <szyolewn@pg.edu.pl>
7
* @author Marek Adamski <fevbew@wp.pl>
8
* @author Michał <kamykowsky@gmail.com>
9
* @author pavulondit <pavloo@vp.pl>
@@ -136,7 +137,7 @@
136
137
$lang['search_exact_match'] = 'Dokładne dopasowanie';
138
$lang['search_starts_with'] = 'Zaczyna się na';
139
$lang['search_ends_with'] = 'Kończy się na';
-$lang['search_contains'] = 'Zwiera';
140
+$lang['search_contains'] = 'Zawiera';
141
$lang['search_custom_match'] = 'Spersonalizowany';
142
$lang['search_any_ns'] = 'Jakakolwiek przestrzeń nazw';
143
$lang['search_any_time'] = 'Kiedykolwiek';
0 commit comments