Adding edittable version 2023-01-14 (66785d9).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
51b386fcf7
commit
778f9ac0bf
101 changed files with 56770 additions and 0 deletions
24
plugins/55/edittable/lang/cs/lang.php
Normal file
24
plugins/55/edittable/lang/cs/lang.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
|
||||
* @author Vojta Olsan <olsh0@seznam.cz>
|
||||
*/
|
||||
$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']['remove_row'] = 'Odstranit řádek';
|
||||
$lang['js']['row_below'] = 'Přidat řádek níže';
|
||||
$lang['js']['col_left'] = 'Přidat sloupec doleva';
|
||||
$lang['js']['remove_col'] = 'Odstranit sloupec';
|
||||
$lang['js']['col_right'] = 'Přidat sloupec doprava';
|
||||
$lang['js']['merge_cells'] = 'Spojit buňky';
|
||||
$lang['js']['unmerge_cells'] = 'Rozdělit buňky';
|
8
plugins/55/edittable/lang/cs/settings.php
Normal file
8
plugins/55/edittable/lang/cs/settings.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Vojta Olsan <olsh0@seznam.cz>
|
||||
*/
|
||||
$lang['default colwidth'] = 'Šířka sloupců tabulky. Nechte prázné pro šířku podle obsahu.';
|
Loading…
Add table
Add a link
Reference in a new issue