mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
RC2 timeline (#1186)
* Disallow downloading of frozen status attachments * Don't show info-hash, magnet link for frozen attachments * Direct torrent downloads & post html view in Atom feeds
This commit is contained in:
parent
68f402d8e7
commit
6911b6099b
6 changed files with 65 additions and 25 deletions
|
@ -68,7 +68,7 @@ $lang['SHORT_PAGE'] = 'page';
|
|||
$lang['GOTO_PAGE'] = 'Go to page';
|
||||
$lang['GOTO_SHORT'] = 'Page';
|
||||
$lang['JOINED'] = 'Joined';
|
||||
$lang['LONGEVITY'] = 'Longevity';
|
||||
$lang['LONGEVITY'] = 'Registered';
|
||||
$lang['IP_ADDRESS'] = 'IP Address';
|
||||
$lang['POSTED_AFTER'] = 'after';
|
||||
|
||||
|
@ -1106,25 +1106,26 @@ $lang['TOR_STATUS'] = 'Status';
|
|||
$lang['TOR_STATUS_SELECT_ACTION'] = 'Select status';
|
||||
$lang['TOR_STATUS_NOT_SELECT'] = 'You have not selected status.';
|
||||
$lang['TOR_STATUS_SELECT_ALL'] = 'All statuses';
|
||||
$lang['TOR_STATUS_FORBIDDEN'] = 'This topic\'s status is: ';
|
||||
$lang['TOR_STATUS_NAME'] = [
|
||||
TOR_NOT_APPROVED => 'not checked',
|
||||
TOR_CLOSED => 'closed',
|
||||
TOR_APPROVED => 'checked',
|
||||
TOR_NEED_EDIT => 'not formalized until',
|
||||
TOR_NO_DESC => 'not formalized',
|
||||
TOR_DUP => 'repeat',
|
||||
TOR_CLOSED_CPHOLD => 'closed right',
|
||||
TOR_DUP => 'duplicate',
|
||||
TOR_CLOSED_CPHOLD => 'closed (copyright)',
|
||||
TOR_CONSUMED => 'absorbed',
|
||||
TOR_DOUBTFUL => 'doubtful',
|
||||
TOR_CHECKING => 'verified',
|
||||
TOR_CHECKING => 'being checked',
|
||||
TOR_TMP => 'temporary',
|
||||
TOR_PREMOD => 'pre-moderation',
|
||||
TOR_REPLENISH => 'replenish',
|
||||
TOR_REPLENISH => 'replenishing',
|
||||
];
|
||||
$lang['TOR_STATUS_FAILED'] = 'Such status does not exist!';
|
||||
$lang['TORRENT_FAILED'] = 'Distribution was not found!';
|
||||
$lang['TOR_STATUS_DUB'] = 'Distribution has the same status';
|
||||
$lang['TOR_DONT_CHANGE'] = 'Change of status can not be!';
|
||||
$lang['TOR_DONT_CHANGE'] = 'Change of status can not be performed!';
|
||||
$lang['TOR_STATUS_OF'] = 'Distribution has the status of:';
|
||||
$lang['TOR_STATUS_CHANGED'] = 'Status changed: ';
|
||||
$lang['TOR_BACK'] = ' back';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue