Files
sterivein/templates/pdf/default/I18n/en_US.php
Manuel Raynaud 144b736063 update pdf
2014-04-22 12:34:51 +02:00

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',
);