26 lines
714 B
PHP
26 lines
714 B
PHP
<?php
|
|
|
|
$txt_str['ordersOfSuppliers'] = [
|
|
'ordersOfSuppliers' => 'Orders of suppliers',
|
|
'addOrder' => 'Add order',
|
|
'orderOfSupplier' => 'Order of supplier',
|
|
'orderToSupplier' => 'Order to supplier',
|
|
|
|
'numOfItems' => 'Number of items',
|
|
'dateCreated' => 'Date created',
|
|
|
|
'addItem' => 'Add item',
|
|
'supplier' => 'Supplier',
|
|
'product' => 'Product',
|
|
'variation' => 'Variation',
|
|
'pieces' => 'Pieces',
|
|
'code_ean' => 'Code / EAN',
|
|
'piecePriceWithoutVat' => 'Price / piece without VAT',
|
|
'numOfPieces' => 'Number of pieces',
|
|
'priceWithoutVat' => 'Price without VAT',
|
|
'totalPrice' => 'Total price',
|
|
'deleteList' => 'Delete list',
|
|
|
|
'sentBtn' => 'Sent',
|
|
];
|