mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Updated
This commit is contained in:
parent
0fedad6a9c
commit
b0ee36c7ab
2 changed files with 8 additions and 0 deletions
|
@ -1879,6 +1879,7 @@ $lang['DL_ULR'] = 'ULR';
|
|||
$lang['DL_STOPPED'] = 'stopped';
|
||||
$lang['DL_UPD'] = 'upd: ';
|
||||
$lang['DL_INFO'] = 'shows data <i><b>only for the current session</b></i>';
|
||||
$lang['HIDE_PEER_TORRENT_CLIENT'] = 'Hide my BitTorrent client name in peer list';
|
||||
|
||||
// Post PIN
|
||||
$lang['POST_PIN'] = 'Pin first post';
|
||||
|
|
|
@ -319,6 +319,13 @@
|
|||
<label><input type="radio" name="user_callseed" value="0" <!-- IF not USER_CALLSEED -->checked<!-- ENDIF --> />{L_NO}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="prof-title">{L_HIDE_PEER_TORRENT_CLIENT}:</td>
|
||||
<td>
|
||||
<label><input type="radio" name="user_hide_torrent_client" value="1" <!-- IF USER_HIDE_TORRENT_CLIENT -->checked<!-- ENDIF --> />{L_YES}</label>
|
||||
<label><input type="radio" name="user_hide_torrent_client" value="0" <!-- IF not USER_HIDE_TORRENT_CLIENT -->checked<!-- ENDIF --> />{L_NO}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">{L_AVATAR_PANEL}</th>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue