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
25
plugins/55/edittable/lang/eo/lang.php
Normal file
25
plugins/55/edittable/lang/eo/lang.php
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Robert Bogenschneider <bogi@uea.org>
|
||||
*/
|
||||
$lang['secedit_name'] = 'Tabelo';
|
||||
$lang['add_table'] = 'Enmeti novan tabelon';
|
||||
$lang['js']['toggle_header'] = '(Mal)ŝalti la titollinion';
|
||||
$lang['js']['align_left'] = 'Maldekstrigi ĉelon';
|
||||
$lang['js']['align_center'] = 'Centrigi ĉelon';
|
||||
$lang['js']['align_right'] = 'Dekstrigi ĉelon';
|
||||
$lang['js']['confirmdeleterow'] = 'Ĉu vere forigi vicon?';
|
||||
$lang['js']['confirmdeletecol'] = 'Ĉu vere forigi kolumnon?';
|
||||
$lang['js']['row_above'] = 'Aldoni vicon supre';
|
||||
$lang['js']['remove_row'] = 'Forigi vivon';
|
||||
$lang['js']['row_below'] = 'Aldoni vicon sube';
|
||||
$lang['js']['col_left'] = 'Aldoni kolumnon maldekstre';
|
||||
$lang['js']['remove_col'] = 'Forigi kolumnon';
|
||||
$lang['js']['col_right'] = 'Aldoni kolumnon dekstre';
|
||||
$lang['js']['colspan_add'] = 'Kunfandi pli da kolumnoj';
|
||||
$lang['js']['colspan_del'] = 'Kunfandi malpli da kolumnoj';
|
||||
$lang['js']['rowspan_add'] = 'Kunfandi pli da vicoj';
|
||||
$lang['js']['rowspan_del'] = 'Kunfandi malpli da vicoj';
|
Loading…
Add table
Add a link
Reference in a new issue