first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?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'] = 'Наличие';
|
||||
Reference in New Issue
Block a user