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

23 lines
623 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Stock updates';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon US';
// Text
$_['text_empty'] = 'No results!';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
// Column
$_['column_ref'] = 'Ref';
$_['column_date_requested'] = 'Date requested';
$_['column_date_updated'] = 'Date updated';
$_['column_status'] = 'Status';
$_['column_sku'] = 'Amazon SKU';
$_['column_stock'] = 'Stock';
// Error
$_['error_api_connection'] = 'Could not connect to the API';