mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Added BBCode Acronym tag (#1419)
* Added BBCode Acronym tag * Update CHANGELOG.md * Update BBCode.php
This commit is contained in:
parent
d82c974a90
commit
77fa47b5ce
5 changed files with 15 additions and 0 deletions
|
@ -1547,6 +1547,8 @@ $lang['CODE_TITLE'] = 'Code display: [code]code[/code] (Ctrl+K)';
|
|||
$lang['LIST'] = 'List';
|
||||
$lang['LIST_TITLE'] = 'List: [list]text[/list] (Ctrl+l)';
|
||||
$lang['LIST_ITEM'] = 'Ordered list: [list=]text[/list] (Ctrl+O)';
|
||||
$lang['ACR'] = 'Acronym';
|
||||
$lang['ACR_TITLE'] = 'Acronym: [acronym=Full text]Short text[/acronym]';
|
||||
$lang['QUOTE_SEL'] = 'Quote selected';
|
||||
$lang['JAVASCRIPT_ON'] = 'Heads necessary to send messages to enable JavaScript';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue