Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
sadupl authored and dokuwiki-translate committed Oct 8, 2019
1 parent 4adbd15 commit 40bd847
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lang/pl/lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Bartek S <sadupl@gmail.com>
*/
$lang['secedit_name'] = 'Tabela';
$lang['add_table'] = 'Dodaj nową tabelę';
$lang['js']['toggle_header'] = 'Przełącz stan nagłówka';
$lang['js']['align_left'] = 'Wyrównanie do lewej komórki';
$lang['js']['align_center'] = 'Wyśrodkowanie komórki';
$lang['js']['align_right'] = 'Wyrównanie do prawej komórki';
$lang['js']['confirmdeleterow'] = 'Na pewno usunąć wiersz?';
$lang['js']['confirmdeletecol'] = 'Na pewno usunąć kolumnę?';
$lang['js']['row_above'] = 'Dodaj wiersz powyżej';
$lang['js']['remove_row'] = 'Usuń wiersz';
$lang['js']['row_below'] = 'Dodaj wiersz poniżej';
$lang['js']['col_left'] = 'Dodaj kolumnę z lewej';
$lang['js']['remove_col'] = 'Usuń kolumnę';
$lang['js']['col_right'] = 'Dodaj kolumnę z prawej';
$lang['js']['merge_cells'] = 'Połącz komórki';
$lang['js']['unmerge_cells'] = 'Rozdziel komórki';
8 changes: 8 additions & 0 deletions lang/pl/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Bartek S <sadupl@gmail.com>
*/
$lang['default colwidth'] = 'Szerokość kolumn tabeli. Pozostaw puste do szerokości bazowej.';

0 comments on commit 40bd847

Please sign in to comment.