Articlevoucher/src/Application/translations/en/d3articlevoucher_lang.php

12 lines
678 B
PHP
Raw Normal View History

2018-11-30 12:00:43 +01:00
<?php
$aLang = [
2018-11-30 12:00:43 +01:00
'charset' => 'UTF-8',
'd3articlevoucher_COUPON' => 'Voucher',
'd3articlevoucher_NUMBER_2' => 'Nr.',
'd3articlevoucher_REMOVE' => 'Remove',
'd3articlevoucher_PAGE_CHECKOUT_BASKETCONTENTS_PERSPARAM' => 'Details:',
'ERROR_MESSAGE_D3ARTICLEVOUCHER_CONDITIONSDONTFITTOBASKET'=> 'The voucher can not be redeemed with this items amount or the total amount of your shopping cart.',
'ERROR_MESSAGE_D3ARTICLEVOUCHER_NOTAVAILABLE' => 'The article discount is currently not available.',
];