pp_braintree_button.php (1061B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'PayPal (Powered by Braintree) Button'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified PayPal (Powered by Braintree) Button module!'; 8 $_['text_edit'] = 'Edit PayPal (Powered by Braintree) Button Module'; 9 $_['text_info'] = 'The button will <u>not</u> appear under certain conditions:'; 10 $_['text_info_li1'] = 'The cart is empty and no vouchers have been applied'; 11 $_['text_info_li2'] = 'The cart has downloads or recurring payments and the user is not logged in'; 12 $_['text_info_li3'] = 'Out of stock item checkout is disabled and the cart contains an out of stock item'; 13 $_['text_layouts'] = 'After enabling the module, use the layout manager to add the button to areas on the store.'; 14 $_['text_layout_link'] = 'Click here to access layouts page'; 15 16 // Entry 17 $_['entry_status'] = 'Status'; 18 19 // Error 20 $_['error_permission'] = 'Warning: You do not have permission to modify PayPal (Powered by Braintree) Button module!';