mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update main.php
This commit is contained in:
parent
d0901f2fdf
commit
0dae78d3a2
@ -1092,19 +1092,19 @@ $lang['TOR_STATUS_NAME'] = array(
|
||||
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_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…
Reference in New Issue
Block a user