34 lines
1.0 KiB
PHP
Executable File
34 lines
1.0 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'Combination ref : ' => 'Combination ref : ',
|
|
'Customer Number' => 'Customer Number',
|
|
'DELIVERY' => 'DELIVERY',
|
|
'Delivery address' => 'Delivery address',
|
|
'Delivery module' => 'Delivery module',
|
|
'Discount tax' => 'Discount tax',
|
|
'Discount with tax' => 'Discount with tax',
|
|
'Email: ' => 'Email: ',
|
|
'INVOICE' => 'INVOICE',
|
|
'Invoice REF' => 'Invoice REF',
|
|
'Invoice address' => 'Invoice address',
|
|
'Invoice date' => 'Invoice date',
|
|
'Payment module' => 'Payment module',
|
|
'Phone: ' => 'Phone: ',
|
|
'Postage' => 'Postage',
|
|
'Product' => 'Product',
|
|
'Product ref : ' => 'Product ref : ',
|
|
'Quantity' => 'Quantity',
|
|
'Ref' => 'Ref',
|
|
'Shipping tax' => 'Shipping tax',
|
|
'Tax' => 'Tax',
|
|
'Taxed total' => 'Taxed total',
|
|
'Total' => 'Total',
|
|
'Total with tax' => 'Total incl. tax',
|
|
'Total without tax' => 'Total without tax',
|
|
'Unit taxed price' => 'Unit taxed price',
|
|
'Unit. price' => 'Unit. price',
|
|
'page' => 'page',
|
|
'product' => 'product',
|
|
);
|