This repository is currently being migrated. It's locked while the migration is in progress.
File tree Expand file tree Collapse file tree 2 files changed +14
-27
lines changed Expand file tree Collapse file tree 2 files changed +14
-27
lines changed Original file line number Diff line number Diff line change 11<?php
2+
23/**
3- * Polish language file
4- *
54 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6- * @author Radoslaw Gorniak
5+ *
6+ * @author Radoslaw Gorniak
77 */
8-
9- // custom language strings for the plugin
10- $ lang ['blog ' ] = 'Blog ' ;
11- $ lang ['older ' ] = 'Wcześniejsze wpisy ' ;
12- $ lang ['newer ' ] = 'Nowsze wpisy ' ;
13- $ lang ['newentry ' ] = 'Nowy wpis ' ;
14-
15- $ lang ['missing_includeplugin ' ] = 'Wtyczka Include musi być zainstalowana, aby blog mógł działać poprawnie. ' ;
8+ $ lang ['blog ' ] = 'Blog ' ;
9+ $ lang ['older ' ] = 'Wcześniejsze wpisy ' ;
10+ $ lang ['newer ' ] = 'Nowsze wpisy ' ;
11+ $ lang ['newentry ' ] = 'Nowy wpis ' ;
12+ $ lang ['missing_includeplugin ' ] = 'Wtyczka Include musi być zainstalowana, aby blog mógł działać poprawnie. ' ;
1613$ lang ['missing_pagelistplugin ' ] = 'Wtyczka Pagelist musi być zainstalowana, aby archiwizacja mógła działać poprawnie. ' ;
17- $ lang ['missing_tagplugin ' ] = 'Wtyczka Tag Plugin musi być zainstalowana, aby móc używać tagów. ' ;
18-
19- //Setup VIM: ex: et ts=2 enc=utf-8 :
14+ $ lang ['missing_tagplugin ' ] = 'Wtyczka Tag Plugin musi być zainstalowana, aby móc używać tagów. ' ;
Original file line number Diff line number Diff line change 11<?php
2+
23/**
3- * Polish language file
4- *
54 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6- * @author Radoslaw Gorniak
5+ *
6+ * @author Radoslaw Gorniak
77 */
8-
9- // for the configuration manager
108$ lang ['namespace ' ] = 'Domyślna przestrzeń nazw dla bloga ' ;
11-
129$ lang ['formposition ' ] = 'Pozycja formularza nowy wpis ' ;
1310$ lang ['formposition_o_top ' ] = 'góra ' ;
1411$ lang ['formposition_o_bottom ' ] = 'dół ' ;
15-
1612$ lang ['dateprefix ' ] = 'Dołącz datę do ID nowego wpisu (ciąg formatujący datę) ' ;
17-
1813$ lang ['sortkey ' ] = 'Sortuj wpisy używając ' ;
1914$ lang ['sortkey_o_cdate ' ] = 'daty stworzenia ' ;
2015$ lang ['sortkey_o_mdate ' ] = 'daty modifikacji ' ;
2116$ lang ['sortkey_o_pagename ' ] = 'nazwy strony ' ;
2217$ lang ['sortkey_o_id ' ] = 'ID strony ' ;
2318$ lang ['sortkey_o_title ' ] = 'tytułu ' ;
24-
25- $ lang ['sortorder ' ] = 'Kolejność sortowania ' ;
26- $ lang ['sortorder_o_ascending ' ] = 'rosnąca ' ;
19+ $ lang ['sortorder ' ] = 'Kolejność sortowania ' ;
20+ $ lang ['sortorder_o_ascending ' ] = 'rosnąca ' ;
2721$ lang ['sortorder_o_descending ' ] = 'malejąca ' ;
28-
29- //Setup VIM: ex: et ts=2 enc=utf-8 :
You can’t perform that action at this time.
0 commit comments