Skip to content

Commit

Permalink
Merge pull request cosmocode#227 from dokuwiki-translate/lang_update_…
Browse files Browse the repository at this point in the history
…763_1702044306

Translation update (cs)
  • Loading branch information
splitbrain authored Dec 13, 2023
2 parents 66785d9 + 7bbac10 commit b513714
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
21 changes: 11 additions & 10 deletions lang/cs/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Martin Růžička <[email protected]>
* @author Jaroslav Lichtblau <[email protected]>
* @author Vojta Olsan <[email protected]>
*/
$lang['secedit_name'] = 'Tabulka';
$lang['add_table'] = 'Vložit novou tabulku';
$lang['js']['toggle_header'] = 'Přepnout stav hlavičky';
$lang['js']['align_left'] = 'Zarovnat buňku doleva';
$lang['js']['align_center'] = 'Zarovnat buňku na střed';
$lang['js']['align_right'] = 'Zarovnat buňku doprava';
$lang['js']['confirmdeleterow'] = 'Opravdu smazat řádek?';
$lang['js']['confirmdeletecol'] = 'Opravdu smazat sloupec?';
$lang['js']['row_above'] = 'Přidat řádek výše';
$lang['js']['align_left'] = 'Zarovnat text doleva';
$lang['js']['align_center'] = 'Zarovnat text na střed';
$lang['js']['align_right'] = 'Zarovnat text doprava';
$lang['js']['confirmdeleterow'] = 'Určitě chcete smazat řádek?';
$lang['js']['confirmdeletecol'] = 'Určitě chcete smazat sloupec?';
$lang['js']['row_above'] = 'Přidat řádek nad';
$lang['js']['remove_row'] = 'Odstranit řádek';
$lang['js']['row_below'] = 'Přidat řádek níže';
$lang['js']['col_left'] = 'Přidat sloupec doleva';
$lang['js']['row_below'] = 'Přidat řádek pod';
$lang['js']['col_left'] = 'Přidat sloupec před';
$lang['js']['remove_col'] = 'Odstranit sloupec';
$lang['js']['col_right'] = 'Přidat sloupec doprava';
$lang['js']['merge_cells'] = 'Spojit buňky';
$lang['js']['col_right'] = 'Přidat sloupec za';
$lang['js']['merge_cells'] = 'Sloučit buňky';
$lang['js']['unmerge_cells'] = 'Rozdělit buňky';
3 changes: 2 additions & 1 deletion lang/cs/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Martin Růžička <[email protected]>
* @author Vojta Olsan <[email protected]>
*/
$lang['default colwidth'] = 'Šířka sloupců tabulky. Nechte prázné pro šířku podle obsahu.';
$lang['default colwidth'] = 'Šířka sloupců tabulky. Nechte prázdné pro šířku podle obsahu.';

0 comments on commit b513714

Please sign in to comment.