aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/extension/openbay/openbay_order.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/en-gb/extension/openbay/openbay_order.php')
-rw-r--r--public/admin/language/en-gb/extension/openbay/openbay_order.php56
1 files changed, 56 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/extension/openbay/openbay_order.php b/public/admin/language/en-gb/extension/openbay/openbay_order.php
new file mode 100644
index 0000000..dd0dd00
--- /dev/null
+++ b/public/admin/language/en-gb/extension/openbay/openbay_order.php
@@ -0,0 +1,56 @@
+<?php
+// Heading
+$_['heading_title'] = 'Bulk order update';
+$_['text_openbay'] = 'OpenBay Pro';
+$_['text_confirm_title'] = 'Review bulk status update';
+
+// Button
+$_['button_status'] = 'Change status';
+$_['button_update'] = 'Update orders';
+$_['button_ship'] = 'Ship order';
+$_['button_remove_order'] = 'Cancel update for this order';
+$_['button_finished'] = 'Return to order list';
+
+// Column
+$_['column_channel'] = 'Order Channel';
+$_['column_status'] = 'Current Status';
+$_['column_market_order_ref'] = 'Marketplace<br />Order ID';
+$_['column_additional'] = 'Additional info';
+$_['column_comments'] = 'Comments';
+$_['column_notify'] = 'Notify';
+$_['column_send_mail'] = 'Send email';
+$_['column_option'] = 'Options';
+
+// Text
+$_['text_confirmed'] = '%s orders have been updated';
+$_['text_no_orders'] = 'No orders selected for update';
+$_['text_confirm_change_text'] = 'Changing order status to';
+$_['text_other'] = 'Other';
+$_['text_error_carrier_other'] = 'An order is missing an "Other Carrier" entry!';
+$_['text_web'] = 'Web';
+$_['text_ebay'] = 'eBay';
+$_['text_amazon'] = 'Amazon EU';
+$_['text_amazonus'] = 'Amazon US';
+$_['text_etsy'] = 'Etsy';
+$_['text_list'] = 'Order list';
+$_['text_order_id'] = 'Processing Order ID: ';
+$_['text_modal_status_1'] = 'This is number ';
+$_['text_modal_status_2'] = ' of ';
+$_['text_modal_status_3'] = ' status updates to process';
+$_['text_confirm_submit'] = 'Begin the status update process on these orders?';
+$_['text_total'] = 'Total orders';
+$_['text_failed'] = 'Failed';
+$_['text_successful'] = 'Successful';
+$_['text_view_order'] = 'View order in new tab';
+$_['text_link_policy'] = 'Amazon orders should not send store emails due to strict Amazon policies';
+
+// Entry
+$_['entry_carrier'] = 'Carrier';
+$_['entry_tracking_no'] = 'Tracking';
+$_['entry_other'] = 'Other';
+$_['entry_date_added'] = 'Date added';
+$_['entry_order_channel'] = 'Order channel';
+
+// Error
+$_['error_fetch_api_id'] = 'Unable to retrieve store API credentials - have you selected your default in store settings?';
+$_['error_marketplace_update'] = 'Unable to update the order at the marketplace';