add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -0,0 +1,40 @@
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Вхід з PayPal';
//Text
$_['text_module'] = 'Модулі';
$_['text_success'] = 'Ви успішно зімнили модуль Вхід з PayPal!';
$_['text_edit'] = 'Змінити модуль Вхід з PayPal';
$_['text_button_grey'] = 'Сірий';
$_['text_button_blue'] = 'Синій (Рекомендується)';
//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'] = 'Warning: You do not have permission to modify Log In with PayPal module!';
$_['error_client_id'] = 'Client ID required!';
$_['error_secret'] = 'Secret required!';