Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 5588e62

Browse files
shdokuwiki-translate
authored andcommitted
translation update
1 parent efc4ad7 commit 5588e62

File tree

2 files changed

+14
-27
lines changed

2 files changed

+14
-27
lines changed

lang/pl/lang.php

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
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.';

lang/pl/settings.php

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
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 :

0 commit comments

Comments
 (0)