add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 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';