mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
New Crowdin updates (#1489)
* 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) * New translations icon_code.gif (Russian) * New translations icon_code.gif (Ukrainian)
This commit is contained in:
parent
237e7ec6ef
commit
33720fb284
49 changed files with 47 additions and 1974 deletions
|
@ -544,6 +544,7 @@ $lang['NO_SEND_ACCOUNT'] = 'Sorry, but your password cannot be retrieved. Please
|
|||
|
||||
$lang['ALWAYS_ADD_SIG'] = 'Always attach my signature';
|
||||
$lang['HIDE_PORN_FORUMS'] = 'Hide content 18+';
|
||||
$lang['ADD_RETRACKER'] = 'Add retracker in torrent files';
|
||||
$lang['ALWAYS_NOTIFY'] = 'Always notify me of replies';
|
||||
$lang['ALWAYS_NOTIFY_EXPLAIN'] = 'Sends an e-mail when someone replies to a topic you have posted in. This can be changed whenever you post.';
|
||||
|
||||
|
@ -2524,48 +2525,6 @@ $lang['RETURN_CONFIG'] = '%sReturn to Configuration%s';
|
|||
$lang['CONFIG_UPD'] = 'Configuration Updated Successfully';
|
||||
$lang['SET_DEFAULTS'] = 'Restore defaults';
|
||||
|
||||
$lang['OFF_TRACKER'] = 'Disable tracker';
|
||||
$lang['OFF_REASON'] = 'Disable reason';
|
||||
$lang['OFF_REASON_EXPL'] = 'this message will be sent to client when the tracker is disabled';
|
||||
$lang['AUTOCLEAN_EXPL'] = 'autoclean peers table - do not disable without reason';
|
||||
$lang['COMPACT_MODE'] = 'Compact mode';
|
||||
$lang['COMPACT_MODE_EXPL'] = '"Yes" - tracker will only accept clients working in compact mode<br />"No" - compatible mode (chosen by client)';
|
||||
$lang['BROWSER_REDIRECT_URL'] = 'Browser redirect URL';
|
||||
$lang['BROWSER_REDIRECT_URL_EXPL'] = 'if user tries to open tracker URL in Web browser<br />leave blank to disable';
|
||||
|
||||
$lang['ANNOUNCE_INTERVAL_HEAD'] = 'Misc';
|
||||
$lang['ANNOUNCE_INTERVAL'] = 'Announce interval';
|
||||
$lang['ANNOUNCE_INTERVAL_EXPL'] = 'peers should wait at least this many seconds between announcements';
|
||||
$lang['NUMWANT'] = 'Numwant value';
|
||||
$lang['NUMWANT_EXPL'] = 'number of peers being sent to client';
|
||||
$lang['EXPIRE_FACTOR'] = 'Peer expire factor';
|
||||
$lang['EXPIRE_FACTOR_EXPL'] = 'Consider a peer dead if it has not announced in a number of seconds equal to this many times the calculated announce interval at the time of its last announcement (must be greater than 1)';
|
||||
$lang['IGNORE_GIVEN_IP'] = 'Ignore IP reported by client';
|
||||
$lang['UPDATE_DLSTAT'] = 'Store users up/down statistics';
|
||||
|
||||
$lang['LIMIT_ACTIVE_TOR_HEAD'] = 'Limits';
|
||||
$lang['LIMIT_ACTIVE_TOR'] = 'Limit active torrents';
|
||||
$lang['LIMIT_SEED_COUNT'] = 'Seeding limit';
|
||||
$lang['LIMIT_SEED_COUNT_EXPL'] = '(0 - no limit)';
|
||||
$lang['LIMIT_LEECH_COUNT'] = 'Leeching limit';
|
||||
$lang['LIMIT_LEECH_COUNT_EXPL'] = '(0 - no limit)';
|
||||
$lang['LEECH_EXPIRE_FACTOR'] = 'Leech expire factor';
|
||||
$lang['LEECH_EXPIRE_FACTOR_EXPL'] = 'Treat a peer as active for this number of minutes even if it sent "stopped" event after starting dl<br />0 - take into account "stopped" event';
|
||||
$lang['LIMIT_CONCURRENT_IPS'] = "Limit concurrent IP's";
|
||||
$lang['LIMIT_CONCURRENT_IPS_EXPL'] = 'per torrent limit';
|
||||
$lang['LIMIT_SEED_IPS'] = 'Seeding IP limit';
|
||||
$lang['LIMIT_SEED_IPS_EXPL'] = "allow seeding from no more than <i>xx</i> IP's<br />0 - no limit";
|
||||
$lang['LIMIT_LEECH_IPS'] = 'Leeching IP limit';
|
||||
$lang['LIMIT_LEECH_IPS_EXPL'] = "allow leeching from no more than <i>xx</i> IP's<br />0 - no limit";
|
||||
|
||||
$lang['USE_AUTH_KEY_HEAD'] = 'Authorization';
|
||||
$lang['USE_AUTH_KEY'] = 'Passkey';
|
||||
$lang['USE_AUTH_KEY_EXPL'] = 'enable check for passkey';
|
||||
$lang['AUTH_KEY_NAME'] = 'Passkey name';
|
||||
$lang['AUTH_KEY_NAME_EXPL'] = 'passkey key name in GET request';
|
||||
$lang['ALLOW_GUEST_DL'] = 'Allow guest access to tracker';
|
||||
$lang['ADD_RETRACKER'] = 'Add retracker in torrent files';
|
||||
|
||||
// Forum config
|
||||
$lang['FORUM_CFG_EXPL'] = 'Forum config';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue