mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Composer init, editor config, some cleanup and much more
This commit is contained in:
parent
6698bdc422
commit
026401be4c
15 changed files with 120 additions and 266 deletions
|
@ -9,10 +9,3 @@
|
|||
<br />
|
||||
To disable this sidebar, set the variable $page_cfg['show_sidebar2'] in file config.php to false.
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div>
|
||||
<h3>Partners</h3>
|
||||
We are grateful to all people who have made material assistance to the development of TorrentPier, specified in the file contributors.txt.
|
||||
</div>
|
|
@ -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>';
|
||||
|
|
|
@ -9,10 +9,3 @@
|
|||
<br />
|
||||
Для отключения данной боковой панели, установите значение переменной $page_cfg['show_sidebar2'] в файле config.php в положение false.
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div>
|
||||
<h3>Партнеры</h3>
|
||||
Выражаем благодарность всем людям, внесшим материальную помощь в развитие TorrentPier, указанным в файле contributors.txt.
|
||||
</div>
|
|
@ -2817,3 +2817,4 @@ $lang['UPLOAD_ERRORS'] = array(
|
|||
// Captcha
|
||||
$lang['CAPTCHA'] = 'Проверка, что вы не робот';
|
||||
$lang['CAPTCHA_WRONG'] = 'Вы не смогли подтвердить, что вы не робот';
|
||||
$lang['CAPTCHA_SETTINGS'] = '<h2>ReCaptcha настроена не полностью</h2><p>Если вы еще не сгенерировали ключи, вы можете это сделать на странице <a href="https://www.google.com/recaptcha/admin">https://www.google.com/recaptcha/admin</a>.<br />После того, как вы сгенерируете ключи, нужно прописать их в файл library/config.php.</p>';
|
||||
|
|
|
@ -9,10 +9,3 @@
|
|||
<br />
|
||||
Для відключення даної бічній панелі, встановіть значення змінної $page_cfg['show_sidebar2'] у файлі config.php в положення false.
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<div>
|
||||
<h3>Партнери</h3>
|
||||
Висловлюємо подяку всім людям, які зробили матеріальну допомогу в розвиток TorrentPier, вказаним у файлі contributors.txt.
|
||||
</div>
|
|
@ -2817,3 +2817,4 @@ $lang['UPLOAD_ERRORS'] = array(
|
|||
// Captcha
|
||||
$lang['CAPTCHA'] = 'Перевірка, що ви не робот';
|
||||
$lang['CAPTCHA_WRONG'] = 'Ви не змогли підтвердити, що ви не робот';
|
||||
$lang['CAPTCHA_SETTINGS'] = '<h2>ReCaptcha налаштована не повністю</h2><p>Якщо ви ще не згенерували ключі, ви можете це зробити на сторінці <a href="https://www.google.com/recaptcha/admin">https://www.google.com/recaptcha/admin</a>.<br />Після того, як ви сгенеріруете ключі, потрібно прописати їх у файл library/config.php.</p>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue