This commit is contained in:
Roman Kelesidis 2025-01-08 13:31:17 +07:00
commit 53f8722866
2 changed files with 2 additions and 0 deletions

View file

@ -1400,6 +1400,7 @@ $lang['SPEED_DOWN'] = 'Speed Down';
$lang['SEEDERS'] = 'Seeders';
$lang['LEECHERS'] = 'Leechers';
$lang['MULTI_TRACKER_PREFIX'] = 'Multitracker peers';
$lang['RELEASING'] = 'Self';
$lang['SEEDING'] = 'Seed';
$lang['LEECHING'] = 'Leech';

View file

@ -75,6 +75,7 @@ ajax.callback.callseed = function (data) {
<!-- IF MULTI_SEED_COUNT || MULTI_LEECH_COUNT -->
<tr>
<td colspan="2" class="row1 pad_2">
<h3 class="mrg_4">{L_MULTI_TRACKER_PREFIX}</h3>
<div class="mrg_4 pad_4">
<span class="seed">{L_SEEDERS}:&nbsp; <b>{MULTI_SEED_COUNT}</b></span> &nbsp;
<span class="leech">{L_LEECHERS}:&nbsp; <b>{MULTI_LEECH_COUNT}</b></span> &nbsp;