first commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Log In with PayPal';
|
||||
|
||||
//Text
|
||||
$_['text_module'] = 'Модули';
|
||||
$_['text_success'] = 'Настройки успешно изменены!';
|
||||
$_['text_edit'] = 'Редактирование';
|
||||
$_['text_button_grey'] = 'Grey';
|
||||
$_['text_button_blue'] = 'Blue (Recommended)';
|
||||
|
||||
//Entry
|
||||
$_['entry_client_id'] = 'Client ID';
|
||||
$_['entry_secret'] = 'Secret';
|
||||
$_['entry_sandbox'] = 'Sandbox Mode';
|
||||
$_['entry_debug'] = 'Debug Logging';
|
||||
$_['entry_customer_group'] = 'Группа покупателей';
|
||||
$_['entry_button'] = 'Button Colour';
|
||||
$_['entry_seamless'] = 'Allow "Seamless Checkout"';
|
||||
$_['entry_locale'] = 'Locale';
|
||||
$_['entry_return_url'] = 'Return URL';
|
||||
$_['entry_status'] = 'Статус';
|
||||
|
||||
//Help
|
||||
$_['help_sandbox'] = 'Use sandbox (testing) environment?';
|
||||
$_['help_customer_group'] = 'For new customers, which Customer Group should they get created as?';
|
||||
$_['help_debug_logging'] = 'Enabling this will allow data to be added to your error log to help debug any problems.';
|
||||
$_['help_seamless'] = 'Allows auto-login when customers choose PayPal Express Checkout. To use this, the option must be enabled in your Log in With PayPal account. You must also use the same account as the one used in Express Checkout.';
|
||||
$_['help_locale'] = 'This is the PayPal locale setting for your store languages';
|
||||
$_['help_return_url'] = 'This needs to be added in the PayPal app configuration under app redirect URLs.';
|
||||
|
||||
//Error
|
||||
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!';
|
||||
$_['error_client_id'] = 'Client ID required!';
|
||||
$_['error_secret'] = 'Secret required!';
|
||||
Reference in New Issue
Block a user