first commit
This commit is contained in:
@@ -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'] = 'Необходим секретный ключ!';
|
||||
Reference in New Issue
Block a user