Composer init, editor config, some cleanup and much more

This commit is contained in:
Yuriy Pikhtarev 2017-01-28 02:03:13 +03:00
commit 026401be4c
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
15 changed files with 120 additions and 266 deletions

View file

@ -2817,3 +2817,4 @@ $lang['UPLOAD_ERRORS'] = array(
// Captcha
$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>';