1
0
opencart-languagepack-finnish/admin/extension/module/pp_login.php
2020-02-16 13:32:04 +02:00

35 lines
1.7 KiB
PHP

<?php
// Heading
$_['heading_title'] = 'Log In with PayPal';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Log In with PayPal module!';
$_['text_edit'] = 'Edit Log In with PayPal Module';
$_['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'] = 'Customer Group';
$_['entry_button'] = 'Button Colour';
$_['entry_seamless'] = 'Allow "Seamless Checkout"';
$_['entry_locale'] = 'Locale';
$_['entry_return_url'] = 'Return URL';
$_['entry_status'] = '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'] = 'Varoitus: You do not have permission to modify Log In with PayPal module!';
$_['error_client_id'] = 'Client ID required!';
$_['error_secret'] = 'Secret required!';