Added default language pack (en-gb)
This commit is contained in:
26
admin/extension/openbay/fba_fulfillment_list.php
Normal file
26
admin/extension/openbay/fba_fulfillment_list.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Fulfillments';
|
||||
$_['text_openbay'] = 'OpenBay Pro';
|
||||
$_['text_fba'] = 'Fulfillment By Amazon';
|
||||
|
||||
// Buttons
|
||||
//$_['button_pull_orders'] = 'Start';
|
||||
|
||||
// Entry
|
||||
$_['entry_start_date'] = 'Start date (format YYYY-MM-DD)';
|
||||
|
||||
// Text
|
||||
$_['text_no_results'] = 'No fulfillment\'s found on Amazon';
|
||||
$_['text_fulfillment_list'] = 'Amazon Fulfillment list';
|
||||
|
||||
// Columns
|
||||
$_['column_seller_fulfillment_order_id'] = 'Seller Order ID';
|
||||
$_['column_displayable_order_id'] = 'Displayable Order ID';
|
||||
$_['column_displayable_order_date'] = 'Displayable date/time';
|
||||
$_['column_shipping_speed_category'] = 'Shipping speed';
|
||||
$_['column_fulfillment_order_status'] = 'Order Status';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Errors
|
||||
//$_['error_validation'] = 'You need to register for your API token and enable the module.';
|
Reference in New Issue
Block a user