Added mod "Reason to move topic" (#1388)

* Added mod "Reason to move topic"

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-02-08 15:41:10 +07:00 committed by GitHub
commit 58af3dff58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 24 additions and 28 deletions

View file

@ -1336,6 +1336,7 @@ $lang['UPDATE_POST_TIME'] = 'Update post time';
$lang['TOPIC_SPLIT_NEW'] = 'New topic';
$lang['TOPIC_SPLIT_OLD'] = 'Old topic';
$lang['BOT_LEAVE_MSG_MOVED'] = 'Add bot-message about moving';
$lang['BOT_REASON_MOVED'] = 'Reason to move';
$lang['BOT_AFTER_SPLIT_TO_OLD'] = 'Add bot-message about split to <b>old topic</b>';
$lang['BOT_AFTER_SPLIT_TO_NEW'] = 'Add bot-message about split to <b>new topic</b>';
//qr
@ -2515,7 +2516,7 @@ $lang['WRONG_INPUT'] = 'You have entered some wrong values. Please check your in
$lang['PROCESSING'] = 'Processing...';
$lang['FINISHED'] = 'Finished';
$lang['BOT_TOPIC_MOVED_FROM_TO'] = 'Topic has been moved from forum [b]%s[/b] to forum [b]%s[/b][br][br]%s';
$lang['BOT_TOPIC_MOVED_FROM_TO'] = 'Topic has been moved from forum [b]%s[/b] to forum [b]%s[/b].[br][b]Reason to move:[/b] %s[br][br]%s';
$lang['BOT_MESS_SPLITS'] = 'Topic has been split. New topic - [b]%s[/b][br][br]%s';
$lang['BOT_TOPIC_SPLITS'] = 'Topic has been split from [b]%s[/b][br][br]%s';