Files
sterivein/templates/pdf/default/I18n/en_US.php
Julien Chanséaume 4f8b17bfef Improved pdf template
2014-08-04 19:26:22 +02:00

30 lines
871 B
PHP
Executable File

<?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',
'page' => 'page',
'product' => 'product',
);