openbay_order.php (1379B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Bulk order update'; 4 $_['text_openbay'] = 'OpenBay Pro'; 5 $_['text_confirm_title'] = 'Review bulk status update'; 6 7 // Button 8 $_['button_status'] = 'Change status'; 9 $_['button_update'] = 'Update'; 10 $_['button_ship'] = 'Ship order'; 11 12 // Column 13 $_['column_channel'] = 'Order Channel'; 14 $_['column_additional'] = 'Additional info'; 15 $_['column_comments'] = 'Comments'; 16 $_['column_notify'] = 'Notify'; 17 18 // Text 19 $_['text_confirmed'] = '%s orders have been updated'; 20 $_['text_no_orders'] = 'No orders selected for update'; 21 $_['text_confirm_change_text'] = 'Changing order status to'; 22 $_['text_other'] = 'Other'; 23 $_['text_error_carrier_other'] = 'An order is missing an "Other Carrier" entry!'; 24 $_['text_web'] = 'Web'; 25 $_['text_ebay'] = 'eBay'; 26 $_['text_amazon'] = 'Amazon EU'; 27 $_['text_amazonus'] = 'Amazon US'; 28 $_['text_etsy'] = 'Etsy'; 29 $_['text_list'] = 'Order list'; 30 31 // Entry 32 $_['entry_carrier'] = 'Carrier'; 33 $_['entry_tracking_no'] = 'Tracking'; 34 $_['entry_other'] = 'Other'; 35 $_['entry_date_added'] = 'Date Added'; 36 $_['entry_order_channel'] = 'Order channel';