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:
Roman Kelesidis 2025-04-16 00:31:45 +07:00 committed by GitHub
commit e59adce848
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 34 additions and 0 deletions

View file

@ -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';