mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Feature to ban specific torrent clients (#1175)
* Feature to ban specific torrent clients * Code re-formatting for announce.php --------- Co-authored-by: Roman Kelesidis <roman25052006.kelesh@gmail.com>
This commit is contained in:
parent
bef521ee38
commit
3f0ce54877
5 changed files with 35 additions and 13 deletions
|
@ -1072,6 +1072,7 @@ $lang['BT_ADDED'] = 'Added';
|
|||
$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_V1_ONLY_DISALLOWED'] = 'v1-only torrents have been disabled by the administrator at the moment, allowed: v2 and hybrids';
|
||||
$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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue