mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Use built-in binary hash feature (#1032)
This commit is contained in:
parent
2a3a982d78
commit
17640a52c6
2 changed files with 6 additions and 5 deletions
|
@ -1059,6 +1059,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_V2_ONLY_DISALLOWED'] = 'v2-only torrents have been disabled by the administrator at the moment, allowed: v1 and hybrids';
|
||||
$lang['BT_UNREG_FROM_TRACKER'] = 'Remove from tracker';
|
||||
$lang['BT_UNREGISTERED'] = 'Torrent unregistered';
|
||||
$lang['BT_UNREGISTERED_ALREADY'] = 'Torrent already unregistered';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue