Files
PrestaShop/themes/default/pdf/lang/en.php
T

11 lines
588 B
PHP

<?php
global $_LANGPDF;
$_LANGPDF = array();
$_LANGPDF['PDF3a6a6d37bea2c7567f8599ea88b47930'] = 'Total (tax excl.)';
$_LANGPDF['PDFc8ba77264f6e923f5ee35abf3108ae7c'] = 'Unit Price (tax excl.)';
$_LANGPDF['PDFf4a232c48df10124ee867767a4e7280e'] = 'Base (tax excl.)';
$_LANGPDF['PDFfa2ce544158555e8f06c69dd9e681832'] = 'Total (tax incl.)';
$_LANGPDF['PDFff5db4935fb0fbf583796b50f05e25bc'] = 'An electronic version of this invoice is available in your account. To access it, login to our website using your e-mail address and password (which you created when placing your first order).';
?>