mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
New localization strings and full Crowdin language pack update.
This commit is contained in:
parent
091878c088
commit
e3a3ec5483
893 changed files with 96324 additions and 96959 deletions
|
@ -1546,7 +1546,7 @@ $lang['DL_UL_SPEED'] = 'UL speed';
|
|||
$lang['DL_DL_SPEED'] = 'DL speed';
|
||||
$lang['DL_PORT'] = 'Port';
|
||||
$lang['DL_FORMULA'] = 'Formula: Uploaded/TorrentSize';
|
||||
$lang['DL_ULR'] = 'ULR';
|
||||
$lang['DL_ULR'] = 'URL';
|
||||
$lang['DL_STOPPED'] = 'stopped';
|
||||
$lang['DL_UPD'] = 'upd: ';
|
||||
$lang['DL_INFO'] = 'shows data <i><b>only for the current session</b></i>';
|
||||
|
@ -1581,7 +1581,7 @@ $lang['PROFILE_EDIT_RETURN'] = 'Return to editing';
|
|||
$lang['PROFILE_RETURN'] = 'Go to the profile';
|
||||
|
||||
$lang['WARNING'] = 'Warning';
|
||||
$lang['INDEXER'] = "Reindex search";
|
||||
$lang['INDEXER'] = 'Reindex search';
|
||||
|
||||
$lang['FORUM_STYLE'] = 'Forum style';
|
||||
|
||||
|
@ -1717,7 +1717,7 @@ $lang['AUTH_ANNOUNCE'] = $lang['ANNOUNCE'] = 'Announce';
|
|||
$lang['AUTH_VOTE'] = $lang['VOTE'] = 'Vote';
|
||||
$lang['AUTH_POLLCREATE'] = $lang['POLLCREATE'] = 'Poll create';
|
||||
$lang['AUTH_ATTACHMENTS'] = $lang['AUTH_ATTACH'] = 'Post Files';
|
||||
$lang['AUTH_DOWNLOAD'] = $lang['AUTH_DOWNLOAD'] = 'Download Files';
|
||||
$lang['AUTH_DOWNLOAD'] = 'Download Files';
|
||||
|
||||
$lang['SIMPLE_PERMISSION'] = 'Simple Permissions';
|
||||
|
||||
|
@ -2818,3 +2818,17 @@ $lang['UPLOAD_ERRORS'] = array(
|
|||
$lang['CAPTCHA'] = 'Check that you are not a robot';
|
||||
$lang['CAPTCHA_WRONG'] = 'You could not confirm that you are not a robot';
|
||||
$lang['CAPTCHA_SETTINGS'] = '<h2>ReCaptcha not being fully configured</h2><p>If you haven\'t already generated the keys, you can do it on <a href="https://www.google.com/recaptcha/admin">https://www.google.com/recaptcha/admin</a>.<br />After you generate the keys, you need to put them at the file library/config.php.</p>';
|
||||
|
||||
// Emailer
|
||||
$lang['EMAILER_SUBJECT'] = [
|
||||
'EMPTY' => 'No Subject',
|
||||
'GROUP_ADDED' => 'You have been added to this usergroup',
|
||||
'GROUP_APPROVED' => 'Your request has been approved',
|
||||
'GROUP_REQUEST' => 'A request to join your group has been made',
|
||||
'PRIVMSG_NOTIFY' => 'New Private Message has arrived',
|
||||
'TOPIC_NOTIFY' => 'Topic Reply Notification %s',
|
||||
'USER_ACTIVATE' => 'Reactivate your account',
|
||||
'USER_ACTIVATE_PASSWD' => 'New password activation',
|
||||
'USER_WELCOME' => 'Welcome to %s Forums',
|
||||
'USER_WELCOME_INACTIVE' => 'Welcome to %s Forums',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue