1
0
opencart-languagepack-finnish/admin/extension/openbay/fba_fulfillment_list.php

26 lines
921 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?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.';