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/da/lang.php
Normal file
25
plugins/55/edittable/lang/da/lang.php
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Søren Birk <soer9648@eucl.dk>
|
||||
*/
|
||||
$lang['secedit_name'] = 'Tabel';
|
||||
$lang['add_table'] = 'Indsæt en ny tabel';
|
||||
$lang['js']['toggle_header'] = 'Skift i mellem header-tilstand';
|
||||
$lang['js']['align_left'] = 'Venstrejustér celle';
|
||||
$lang['js']['align_center'] = 'Centrer celle';
|
||||
$lang['js']['align_right'] = 'Højrejustér celle';
|
||||
$lang['js']['confirmdeleterow'] = 'Slet række?';
|
||||
$lang['js']['confirmdeletecol'] = 'Slet kolonne?';
|
||||
$lang['js']['row_above'] = 'Tilføj række herover';
|
||||
$lang['js']['remove_row'] = 'Fjern række';
|
||||
$lang['js']['row_below'] = 'Tilføj række herunder';
|
||||
$lang['js']['col_left'] = 'Tilføj kolonne til venstre';
|
||||
$lang['js']['remove_col'] = 'Fjern kolonne';
|
||||
$lang['js']['col_right'] = 'Tilføj kolonne til højre';
|
||||
$lang['js']['colspan_add'] = 'Forøg kolonnespredning';
|
||||
$lang['js']['colspan_del'] = 'Formindsk kolonnespredning';
|
||||
$lang['js']['rowspan_add'] = 'Forøg rækkespredning';
|
||||
$lang['js']['rowspan_del'] = 'Formindsk rækkespredning';
|
Loading…
Add table
Add a link
Reference in a new issue