New localization strings and full Crowdin language pack update.

This commit is contained in:
Yuriy Pikhtarev 2017-05-21 15:10:27 +03:00
commit e3a3ec5483
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
893 changed files with 96324 additions and 96959 deletions

View file

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