first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -0,0 +1,21 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
$_['heading_title'] = 'Google reCAPTCHA';
// Text
$_['text_captcha'] = 'Капча';
$_['text_success'] = 'Настройки успешно изменены!';
$_['text_edit'] = 'Настройки Google reCAPTCHA';
$_['text_signup'] = 'Перейдите <a href="https://www.google.com/recaptcha/intro/index.html" target="_blank"><u>Google reCAPTCHA</u></a> и зарегистрируйте свой магазин.';
// Entry
$_['entry_key'] = 'Ключ сайта';
$_['entry_secret'] = 'Секретный ключ';
$_['entry_status'] = 'Статус';
// Error
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
$_['error_key'] = 'Необходим ключ сайта!';
$_['error_secret'] = 'Необходим секретный ключ!';