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:
Roman Kelesidis 2024-08-03 13:08:27 +07:00 committed by GitHub
commit 7f746af5d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 70 additions and 26 deletions

View file

@ -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';