1
0
opencart-languagepack-finnish/admin/mail/voucher.php

11 lines
805 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Text
$_['text_success'] = 'Success: You have modified vouchers!';
$_['text_subject'] = 'You have been sent a gift certificate from %s';
$_['text_greeting'] = 'Congratulations, You have received a Gift Certificate worth %s';
$_['text_from'] = 'This Gift Certificate has been sent to you by %s';
$_['text_message'] = 'With a message saying';
$_['text_redeem'] = 'To redeem this Gift Certificate, write down the redemption code which is <b>%s</b> then click on the the link below and purchase the product you wish to use this gift certificate on. You can enter the gift certificate code on the shopping cart page before you click checkout.';
2020-03-02 08:58:49 +00:00
$_['text_footer'] = 'Please reply to this email if you have any questions.';
2021-10-08 15:17:57 +00:00
$_['text_sent'] = 'Success: Gift Voucher e-mail has been sent!';