23 lines
839 B
PHP
23 lines
839 B
PHP
<?php
|
|
// * @source See SOURCE.txt for source and other copyright.
|
|
// * @license GNU General Public License version 3; see LICENSE.txt
|
|
|
|
// Heading
|
|
$_['heading_title'] = 'Stock updates';
|
|
$_['text_openbay'] = 'OpenBay Pro';
|
|
$_['text_amazon'] = 'Amazon US';
|
|
|
|
// Text
|
|
$_['text_empty'] = 'Нет данных!';
|
|
|
|
// Entry
|
|
$_['entry_date_start'] = 'Дата начала';
|
|
$_['entry_date_end'] = 'Дата окончания';
|
|
|
|
// Column
|
|
$_['column_ref'] = 'Ref';
|
|
$_['column_date_requested'] = 'Date requested';
|
|
$_['column_date_updated'] = 'Date updated';
|
|
$_['column_status'] = 'Статус';
|
|
$_['column_sku'] = 'Amazon SKU';
|
|
$_['column_stock'] = 'Наличие'; |