Skip to content

Commit 82c22b5

Browse files
xesarnidokuwiki-translate
authored andcommitted
translation update
1 parent a23a795 commit 82c22b5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

lang/pl/lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
55
*
6+
* @author Marek Adamski <[email protected]>
67
* @author Bartek S <[email protected]>
78
* @author Radoslaw Gorniak
89
* @author Tomasz Dworakowski <[email protected]>
@@ -14,6 +15,7 @@
1415
$lang['missing_includeplugin'] = 'Wtyczka Include musi być zainstalowana, aby blog mógł działać poprawnie.';
1516
$lang['missing_pagelistplugin'] = 'Wtyczka Pagelist musi być zainstalowana, aby archiwizacja mógła działać poprawnie.';
1617
$lang['missing_tagplugin'] = 'Wtyczka Tag Plugin musi być zainstalowana, aby móc używać tagów.';
18+
$lang['autoarchive'] = 'Posty: %1$d dla %2$s %3$s';
1719
$lang['month_01'] = 'Styczeń';
1820
$lang['month_02'] = 'Luty';
1921
$lang['month_03'] = 'Marzec';

lang/pl/settings.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
55
*
6+
* @author Marek Adamski <[email protected]>
67
* @author Bartek S <[email protected]>
78
* @author Radoslaw Gorniak
89
* @author Tomasz Dworakowski <[email protected]>
@@ -12,6 +13,7 @@
1213
$lang['formposition_o_top'] = 'góra';
1314
$lang['formposition_o_bottom'] = 'dół';
1415
$lang['formposition_o_none'] = 'brak';
16+
$lang['newentrytitle'] = 'tytuł nowego formularza zgłoszeniowego';
1517
$lang['dateprefix'] = 'Dołącz datę do ID nowego wpisu (ciąg formatujący datę)';
1618
$lang['sortkey'] = 'Sortuj wpisy używając';
1719
$lang['sortkey_o_cdate'] = 'daty stworzenia';
@@ -22,4 +24,7 @@
2224
$lang['sortorder'] = 'Kolejność sortowania';
2325
$lang['sortorder_o_ascending'] = 'rosnąca';
2426
$lang['sortorder_o_descending'] = 'malejąca';
27+
$lang['excluded_pages'] = 'wyklucz niektóre strony z listy blogów (wymagane wyrażenie regularne)';
28+
$lang['showhistogram'] = 'Wyświetl histogram podczas renderowania archiwum';
2529
$lang['max_months'] = 'Maksymalna liczba miesięcy do pokazania w histogramie';
30+
$lang['histogram_height'] = 'Wysokość histogramu (w pikselach)';

0 commit comments

Comments
 (0)