New translations main.php (Danish)

This commit is contained in:
Yury Pikhtarev 2025-06-08 12:54:29 +03:00
commit b8e8b8795b

View file

@ -1844,6 +1844,8 @@ $lang['UNDERLINE'] = 'Understreget tekst: [u]text[/u] (Ctrl+U)';
$lang['STRIKEOUT'] = 'Overstrege tekst: [s]text[/s] (Ctrl+S)';
$lang['BOX_TAG'] = 'Frame around text: [box]text[/box] or [box=#333,#888]text[/box]';
$lang['INDENT_TAG'] = 'Insert indent: [indent]text[/indent]';
$lang['PRE_TAG'] = 'Preformatted text: [pre]text[/pre]';
$lang['NFO_TAG'] = 'NFO: [nfo]text[/nfo]';
$lang['SUPERSCRIPT'] = 'Superscript text: [sup]text[/sup]';
$lang['SUBSCRIPT'] = 'Subscript text: [sub]text[/sub]';
$lang['QUOTE_TITLE'] = 'Citat af tekst: [quote]text[/quote] (Ctrl+Q)';