8
0
Fork 0
Printorder/src/Application/translations/en/d3orderprint_lang.php

18 Zeilen
455 B
PHP

2018-11-30 13:21:15 +01:00
<?php
$sLangName = "English";
$aLang = array(
2018-12-12 13:33:09 +01:00
'charset' => 'UTF-8',
2018-11-30 13:21:15 +01:00
'D3_ORDERPRINT_NOFILE_ERROR' => 'File-error. Please contact the administration of the shop.',
'D3_ORDERPRINT_PRINT' => 'print order confirmation',
'D3_ORDERPRINT_CLOSE' => 'close window',
2018-11-30 13:21:15 +01:00
'D3_ORDERPRINT_HEADER' => 'order confirmation',
'D3_ORDERPRINT_LINK' => 'Click here to print the order confirmation',
);