mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
feat: Added ability to hide peer country in peer list (#1891)
* feat: Added ability to hide peer country in peer list * Update displaying_torrent.php * Update displaying_torrent.php * Updated * Update usercp_register.tpl * Update main.php * Update functions.php
This commit is contained in:
parent
f5d65b8911
commit
2555ebce47
5 changed files with 30 additions and 3 deletions
|
@ -1880,6 +1880,7 @@ $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';
|
||||
$lang['HIDE_PEER_COUNTRY_NAME'] = 'Hide my country name in peer list';
|
||||
|
||||
// Post PIN
|
||||
$lang['POST_PIN'] = 'Pin first post';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue