Files
domokits/templates/pdf/default/I18n/en_US.php
2019-11-21 12:25:31 +01:00

32 lines
961 B
PHP

<?php
return array(
'Customer Number' => 'Customer Number',
'DELIVERY' => 'DELIVERY',
'Delivery address' => 'Delivery address',
'Delivery module' => 'Delivery module',
'Discount' => 'Discount',
'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',
'Quantity' => 'Quantity',
'Ref' => 'Ref',
'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.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'page',
'product' => 'product',
);