mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
feat: Improvements for Torrent Files List
functionality (#1878)
* feat: Improvements for `Torrent Files List` functionality * Updated * Updated * Update filelist.php * Update filelist.php * Update filelist.php * Updated * Update filelist.php * Update filelist.php * Update filelist.php * Updated * Update filelist.php * Update filelist.php
This commit is contained in:
parent
1374479fa2
commit
e59adce848
4 changed files with 34 additions and 0 deletions
|
@ -1733,6 +1733,8 @@ $lang['EMPTY_ATTACH_ID'] = 'Missing file identifier!';
|
|||
$lang['TOR_NOT_FOUND'] = 'File is missing on the server!';
|
||||
$lang['ERROR_BUILD'] = 'The content of this torrent file can not be viewed on the site (it was not possible to build a list of files)';
|
||||
$lang['TORFILE_INVALID'] = 'Torrent file is corrupt';
|
||||
$lang['PREV_RELEASE'] = 'Previous release';
|
||||
$lang['NEXT_RELEASE'] = 'Next release';
|
||||
|
||||
// Profile
|
||||
$lang['WEBSITE_ERROR'] = 'The "site" may contain only http://sitename';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue