mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Tracker client stats cache, more robust file list functions, permissions for file list access (#1069)
This commit is contained in:
parent
f59cfe848d
commit
33faad2355
4 changed files with 67 additions and 47 deletions
|
@ -1060,6 +1060,7 @@ $lang['BT_REG_ON_TRACKER'] = 'Register on tracker';
|
|||
$lang['BT_REG_FAIL'] = 'Could not register torrent on tracker';
|
||||
$lang['BT_REG_FAIL_SAME_HASH'] = 'Another torrent with same info_hash already <a href="%s"><b>registered</b></a>';
|
||||
$lang['BT_V2_ONLY_DISALLOWED'] = 'v2-only torrents have been disabled by the administrator at the moment, allowed: v1 and hybrids';
|
||||
$lang['BT_V2_FILE_LIST_ONLY'] = 'Currently, only torrents with BitTorrent version 2 support are enabled for separate file listing';
|
||||
$lang['BT_UNREG_FROM_TRACKER'] = 'Remove from tracker';
|
||||
$lang['BT_UNREGISTERED'] = 'Torrent unregistered';
|
||||
$lang['BT_UNREGISTERED_ALREADY'] = 'Torrent already unregistered';
|
||||
|
@ -2321,6 +2322,8 @@ $lang['BT_ANNOUNCE_URL'] = 'Announce url';
|
|||
$lang['BT_ANNOUNCE_URL_EXPL'] = 'you can define additional allowed urls in "includes/torrent_announce_urls.php"';
|
||||
$lang['BT_DISABLE_DHT'] = 'Disable DHT network';
|
||||
$lang['BT_DISABLE_DHT_EXPL'] = 'Disable Peer Exchange and DHT (recommended for private networks, only url announce)';
|
||||
$lang['BT_PRIVATE_TRACKER'] = 'This tracker is private: file listing (for guests), DHT | PEX are disabled';
|
||||
$lang['BT_PRIVATE_TORRENT'] = 'The creator of this torrent made it private';
|
||||
$lang['BT_CHECK_ANNOUNCE_URL'] = 'Verify announce url';
|
||||
$lang['BT_CHECK_ANNOUNCE_URL_EXPL'] = 'register on tracker only allowed urls';
|
||||
$lang['BT_REPLACE_ANN_URL'] = 'Replace announce url';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue