1
0
Fork 0

Adding edittable version 2023-01-14 (66785d9).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2024-12-01 20:32:06 +01:00
parent 51b386fcf7
commit 778f9ac0bf
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
101 changed files with 56770 additions and 0 deletions

View 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';