mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
feat(bbcode): Added [nfo]
and [pre]
tags (#1923)
This commit is contained in:
parent
5768fe7071
commit
f64c340563
4 changed files with 30 additions and 0 deletions
|
@ -1844,6 +1844,8 @@ $lang['UNDERLINE'] = 'Underline text: [u]text[/u] (Ctrl+U)';
|
|||
$lang['STRIKEOUT'] = 'Strikeout text: [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'] = 'Quote text: [quote]text[/quote] (Ctrl+Q)';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue