29 lines
857 B
PHP
Executable File
29 lines
857 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'Custmer Number' => 'Custmer Number',
|
|
'DELIVERY' => 'DELIVERY',
|
|
'Delivery module' => 'Delivery module',
|
|
'INVOICE' => 'INVOICE',
|
|
'Invoice REF' => 'Invoice REF',
|
|
'Invoice date' => 'Invoice date',
|
|
'Payment module' => 'Payment module',
|
|
'Postage' => 'Postage',
|
|
'Product' => 'Product',
|
|
'Quantity' => 'Quantity',
|
|
'Ref' => 'Ref',
|
|
'THANK YOU' => 'THANK YOU',
|
|
'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',
|
|
'delivery adress' => 'Delivery Adress',
|
|
'delivery module' => 'delivery module',
|
|
'invoice address' => 'invoice address',
|
|
'page' => 'page',
|
|
'product' => 'product',
|
|
);
|