mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Show torrent type (gold / silver) changes in actions log (#1689)
* Minor improvements * Updated * Update mod_action.php * Update modcp.php * Update change_torrent.php * Updated * Update change_torrent.php * Update main.php * Updated * Update LogAction.php * Update LogAction.php * Update LogAction.php * Update main.php * Update change_torrent.php * Update change_torrent.php * Update change_torrent.php * Updated * Update CHANGELOG.md * Update change_torrent.php
This commit is contained in:
parent
58e6ffac7f
commit
6f59d5fea6
9 changed files with 47 additions and 31 deletions
|
@ -1471,6 +1471,7 @@ $lang['SET_SILVER_TORRENT'] = 'Make silver';
|
|||
$lang['UNSET_SILVER_TORRENT'] = 'UnMake silver';
|
||||
$lang['GOLD_STATUS'] = 'GOLD TORRENT! DOWNLOAD TRAFFIC DOES NOT CONSIDER!';
|
||||
$lang['SILVER_STATUS'] = 'SILVER TORRENT! DOWNLOAD TRAFFIC PARTIALLY CONSIDERED!';
|
||||
$lang['TOR_TYPE_LOG_ACTION'] = 'Torrent type changed to: %s';
|
||||
|
||||
$lang['TORRENT_STATUS'] = 'Search by status of release';
|
||||
$lang['SEARCH_IN_FORUMS'] = 'Search in Forums';
|
||||
|
@ -2813,6 +2814,7 @@ $lang['LOG_ACTION']['LOG_TYPE'] = [
|
|||
'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_change_tor_type' => 'Topic:<br /> <b>changed torrent type</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