blob: a3606314edc2c610196b6331843a79237098b0f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
// Heading
$_['heading_title'] = 'Use Gift Certificate';
// Text
$_['text_voucher'] = 'Gift Certificate (%s)';
$_['text_success'] = 'Success: Your gift certificate discount has been applied!';
// Entry
$_['entry_voucher'] = 'Enter your gift certificate code here';
// Error
$_['error_voucher'] = 'Warning: Gift Certificate is either invalid or the balance has been used up!';
$_['error_empty'] = 'Warning: Please enter a gift certificate code!';
|