mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
New Crowdin updates (#1714)
* New translations main.php (Romanian) * New translations main.php (French) * New translations main.php (Spanish) * New translations main.php (Afrikaans) * New translations main.php (Arabic) * New translations main.php (Belarusian) * New translations main.php (Bulgarian) * New translations main.php (Catalan) * New translations main.php (Czech) * New translations main.php (Danish) * New translations main.php (German) * New translations main.php (Greek) * New translations main.php (Finnish) * New translations main.php (Hebrew) * New translations main.php (Hungarian) * New translations main.php (Armenian) * New translations main.php (Italian) * New translations main.php (Japanese) * New translations main.php (Georgian) * New translations main.php (Korean) * New translations main.php (Lithuanian) * New translations main.php (Dutch) * New translations main.php (Norwegian) * New translations main.php (Polish) * New translations main.php (Russian) * New translations main.php (Slovak) * New translations main.php (Slovenian) * New translations main.php (Albanian) * New translations main.php (Serbian (Cyrillic)) * New translations main.php (Swedish) * New translations main.php (Turkish) * New translations main.php (Ukrainian) * New translations main.php (Chinese Traditional) * New translations main.php (English) * New translations main.php (Vietnamese) * New translations main.php (Portuguese, Brazilian) * New translations main.php (Indonesian) * New translations main.php (Thai) * New translations main.php (Croatian) * New translations main.php (Kazakh) * New translations main.php (Estonian) * New translations main.php (Latvian) * New translations main.php (Azerbaijani) * New translations main.php (Hindi) * New translations main.php (Bosnian) * New translations main.php (Uzbek) * New translations main.php (Tajik)
This commit is contained in:
parent
ce138921d8
commit
4046d5c141
47 changed files with 282 additions and 47 deletions
|
@ -1370,12 +1370,17 @@ $lang['BT_REG_FAIL'] = 'Could not register torrent on tracker';
|
|||
$lang['BT_REG_FAIL_SAME_HASH'] = 'Another torrent with same info_hash already <a href="%s"><b>registered</b></a>';
|
||||
$lang['BT_V1_ONLY_DISALLOWED'] = 'v1-only torrents have been disabled by the administrator at the moment, allowed: v2 and hybrids';
|
||||
$lang['BT_V2_ONLY_DISALLOWED'] = 'v2-only torrents have been disabled by the administrator at the moment, allowed: v1 and hybrids';
|
||||
$lang['BT_FLIST'] = 'Files list';
|
||||
$lang['BT_FLIST_LIMIT'] = 'Tracker settings do not allow to process lists with more than %d files. Current number is: %d';
|
||||
$lang['BT_FLIST_BTMR_HASH'] = 'BTMR Hash';
|
||||
$lang['BT_FLIST_BTMR_NOTICE'] = 'BitTorrent Merkle Root is a hash of a file embedded in torrents with BitTorrent v2 support, tracker users can extract, calculate them, also download deduplicated torrents using desktop tools such as <a href="%s" target="_blank" referrerpolicy="origin">Torrent Merkle Root Reader</a>';
|
||||
$lang['BT_FLIST_CREATION_DATE'] = 'Creation date';
|
||||
$lang['BT_IS_PRIVATE'] = 'Private torrent';
|
||||
$lang['BT_FLIST_FILE_PATH'] = 'Path (%s)';
|
||||
$lang['BT_FLIST_LINK_TITLE'] = 'File hashes | .torrent meta-info';
|
||||
$lang['BT_FLIST_ANNOUNCERS_LIST'] = 'Announcers list';
|
||||
$lang['BT_FLIST_ANNOUNCERS'] = 'Announcers';
|
||||
$lang['BT_FLIST_ANNOUNCERS_NOTICE'] = 'This list contains announcers of torrent file';
|
||||
$lang['BT_UNREG_FROM_TRACKER'] = 'Remove from tracker';
|
||||
$lang['BT_UNREGISTERED'] = 'Torrent unregistered';
|
||||
$lang['BT_UNREGISTERED_ALREADY'] = 'Torrent already unregistered';
|
||||
|
@ -1400,6 +1405,7 @@ $lang['SEEDING'] = 'Seed';
|
|||
$lang['LEECHING'] = 'Leech';
|
||||
$lang['IS_REGISTERED'] = 'Registered';
|
||||
$lang['MAGNET'] = 'Magnet-link';
|
||||
$lang['MAGNET_FOR_GUESTS'] = 'Show magnet-link for guests';
|
||||
$lang['MAGNET_v2'] = 'Magnet-link (BitTorrent v2 supported)';
|
||||
|
||||
//torrent status mod
|
||||
|
@ -1719,7 +1725,6 @@ $lang['NOTICE'] = '!ATTENTION!';
|
|||
$lang['COPY'] = 'The site does not give electronic versions of products, and is engaged only in a collecting and cataloguing of the references sent and published at a forum by our readers. If you are the legal owner of any submitted material and do not wish that the reference to it was in our catalogue, contact us and we shall immediately remove her. Files for an exchange on tracker are given by users of a site, and the administration does not bear the responsibility for their maintenance. The request to not fill in the files protected by copyrights, and also files of the illegal maintenance!';
|
||||
|
||||
// FILELIST
|
||||
$lang['FILELIST'] = 'Filelist';
|
||||
$lang['COLLAPSE'] = 'Collapse directory';
|
||||
$lang['EXPAND'] = 'Expand';
|
||||
$lang['SWITCH'] = 'Switch';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue