pp_login.php (2046B)
1 <?php 2 /* 3 * OpenCart 2.3.0.2 Bulgarian translation 4 * Author: Veselin Totev (veselin.totev@gmail.com) 5 * License: Free to use 6 * Donate: 7 * PayPal: veselin.totev@gmail.com 8 * Bitcoin: 1P3Zk93fhKURWT1rXiYxiLGuJ59oETxuTi 9 */ 10 // Heading 11 $_['heading_title'] = 'Вход с PayPal'; 12 13 //Text 14 $_['text_extension'] = 'Модули'; 15 $_['text_success'] = 'Успешно: Променихте вход с PayPa!'; 16 $_['text_edit'] = 'Редакция'; 17 $_['text_button_grey'] = 'Сиво'; 18 $_['text_button_blue'] = 'Синьо (препоръчително)'; 19 20 // Entry 21 $_['entry_client_id'] = 'Client ID'; 22 $_['entry_secret'] = 'Secret'; 23 $_['entry_sandbox'] = 'Sandbox Mode'; 24 $_['entry_debug'] = 'Debug Logging'; 25 $_['entry_customer_group'] = 'Клиентска група'; 26 $_['entry_button'] = 'Button Colour'; 27 $_['entry_seamless'] = 'Allow "Seamless Checkout"'; 28 $_['entry_locale'] = 'Locale'; 29 $_['entry_return_url'] = 'Return URL'; 30 $_['entry_status'] = 'Статус'; 31 32 // Help 33 $_['help_sandbox'] = 'Use sandbox (testing) environment?'; 34 $_['help_customer_group'] = 'For new customers, which Customer Group should they get created as?'; 35 $_['help_debug_logging'] = 'Enabling this will allow data to be added to your error log to help debug any problems.'; 36 $_['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.'; 37 $_['help_locale'] = 'This is the PayPal locale setting for your store languages'; 38 $_['help_return_url'] = 'This needs to be added in the PayPal app configuration under app redirect URLs.'; 39 40 //Error 41 $_['error_permission'] = 'Внимание: Нямате права за редакция на Вход с !'; 42 $_['error_client_id'] = 'Client ID required!'; 43 $_['error_secret'] = 'Secret required!';