25 lines
886 B
PHP
25 lines
886 B
PHP
<?php
|
|
|
|
$txt_str['replacement'] = [
|
|
'header' => 'Returned goods/Credit note/change',
|
|
'order' => 'Order code:',
|
|
'changePriceLevel' => 'Change price level',
|
|
'priceLevel' => 'Price level',
|
|
'return/create' => 'Credit note (Undo all)',
|
|
'return/create-title' => 'Undo all / Credit note',
|
|
'copyProduct' => 'Copy product',
|
|
'changeForProducts' => 'Change for products',
|
|
'addProduct' => 'Add product',
|
|
'addReturningProduct' => 'Add returning product',
|
|
'vratka' => 'Returned goods from this order are ord. num.:',
|
|
'vratkaOrd' => 'Order are Returned goods from order num.',
|
|
'code' => 'Code',
|
|
'ean' => 'Ean',
|
|
'origPcs' => 'Originally pcs',
|
|
'origPrice' => 'Originally piece price without tax',
|
|
'origTax' => 'tax',
|
|
'returned' => 'Returned',
|
|
'prodFromOrders' => 'Products from order',
|
|
'printLabels' => 'Tisk štítků',
|
|
];
|