mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Updated
This commit is contained in:
parent
604d3d0b7e
commit
53f8722866
2 changed files with 2 additions and 0 deletions
|
@ -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';
|
||||
|
|
|
@ -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}: <b>{MULTI_SEED_COUNT}</b></span>
|
||||
<span class="leech">{L_LEECHERS}: <b>{MULTI_LEECH_COUNT}</b></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue