mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added showing releaser stats in profile (#1568)
* Added showing releaser stats in profile * Update viewprofile.php * Update usercp_viewprofile.tpl * Update CHANGELOG.md * Update viewprofile.php
This commit is contained in:
parent
c215d8fb31
commit
7f746af5d5
5 changed files with 70 additions and 26 deletions
|
@ -3069,3 +3069,8 @@ $lang['BT_NULL_RATIO_ALERT'] = "Attention!\n\nAre you sure you want to reset you
|
|||
$lang['BT_NULL_RATIO_AGAIN'] = 'You have already reset your ratio!';
|
||||
$lang['BT_NULL_RATIO_NOT_NEEDED'] = 'You have a good ratio. Reset is possible only with a ratio less than %s';
|
||||
$lang['BT_NULL_RATIO_SUCCESS'] = 'The ratio has been reset successfully!';
|
||||
|
||||
// Releaser stats
|
||||
$lang['RELEASER_STAT_SIZE'] = 'Total size:';
|
||||
$lang['RELEASER_STAT'] = 'Releaser stats:';
|
||||
$lang['RELEASER_STAT_SHOW'] = 'Show stats';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue