amazon_subscription.php (1386B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Subscription'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_amazon'] = 'Amazon EU'; 6 7 // Text 8 $_['text_current_plan'] = 'Current plan'; 9 $_['text_register_invite'] = 'Don\'t have your API details yet?'; 10 $_['text_available_plans'] = 'Available plans'; 11 $_['text_listings_remaining'] = 'Listings remaining'; 12 $_['text_listings_reserved'] = 'Products being processed'; 13 $_['text_account_status'] = 'Account status'; 14 $_['text_merchantid'] = 'Merchant ID'; 15 $_['text_change_merchantid'] = 'Change'; 16 $_['text_allowed'] = 'Allowed'; 17 $_['text_not_allowed'] = 'Not Allowed'; 18 $_['text_price'] = 'Price'; 19 $_['text_name'] = 'Name'; 20 $_['text_description'] = 'Description'; 21 $_['text_order_frequency'] = 'Order import frequency'; 22 $_['text_bulk_listing'] = 'Bulk Listing'; 23 $_['text_product_listings'] = 'Listings per month'; 24 25 // Columns 26 $_['column_name'] = 'Name'; 27 $_['column_description'] = 'Description'; 28 $_['column_order_frequency'] = 'Order import frequency'; 29 $_['column_bulk_listing'] = 'Bulk Listing'; 30 $_['column_product_listings'] = 'Listings per month'; 31 $_['column_price'] = 'Price'; 32 33 // Buttons 34 $_['button_change_plan'] = 'Change plan'; 35 $_['button_register'] = 'Register';