Update main.php

This commit is contained in:
Roman Kelesidis 2023-12-15 21:18:32 +07:00
parent d0901f2fdf
commit 0dae78d3a2

View File

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