mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Show torrent status changes in actions log (#1688)
* Show torrent status changes in actions log * Updated * Updated * Update mod_action.php * Update CHANGELOG.md
This commit is contained in:
parent
66e7db25bf
commit
58e6ffac7f
6 changed files with 43 additions and 4 deletions
|
@ -1436,6 +1436,7 @@ $lang['CHANGE_TOR_TYPE'] = 'Type the torrent successfully changed';
|
|||
$lang['DEL_TORRENT'] = 'Are you sure you want to delete the torrent?';
|
||||
$lang['DEL_MOVE_TORRENT'] = 'Are you sure you want to delete and move the topic?';
|
||||
$lang['UNEXECUTED_RELEASE'] = 'Do you have a shapeless release before creating a new fix his unformed!';
|
||||
$lang['TOR_STATUS_LOG_ACTION'] = 'New status: %s.<br>Previous status: %s.';
|
||||
|
||||
// tor_comment
|
||||
$lang['TOR_MOD_TITLE'] = 'Changing the status of distribution - %s';
|
||||
|
@ -2811,6 +2812,7 @@ $lang['LOG_ACTION']['LOG_TYPE'] = [
|
|||
'mod_topic_split' => 'Topic:<br /> <b>split</b>',
|
||||
'mod_topic_set_downloaded' => 'Topic:<br /> <b>set downloaded</b>',
|
||||
'mod_topic_unset_downloaded' => 'Topic:<br /> <b>unset downloaded</b>',
|
||||
'mod_topic_change_tor_status' => 'Topic:<br /> <b>changed torrent status</b>',
|
||||
'mod_topic_renamed' => 'Topic:<br /> <b>renamed</b>',
|
||||
'mod_post_delete' => 'Post:<br /> <b>deleted</b>',
|
||||
'mod_post_pin' => 'Post:<br /> <b>pinned</b>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue