Files
2017-03-02 20:30:40 -06:00

20 lines
713 B
PHP

<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['giftCert'] = array(
'add_basket' => "Add to Basket",
'gift_certificate' => "Gift Certificate",
'desc' => "A gift certificate can be redeemed against any items in our store and they make a great gift idea.",
'mail' => "Mail",
'email' => "Email",
'buy_gift_cert' => "Buy a Gift Certificate",
'amount' => "Amount:",
'recip_name' => "Recipient Name:",
'recip_email' => "Recipient Email:",
'message' => "Message:",
'method' => "Delivery Method:",
'min_max' => "(Minimum: %s Max: %s)",
'empty_fields' => "Please complete all required fields.",
'recip_invalid' => "The recipients email address is invalid.",
'amount_invalid' => "The amount entered is invalid."
);
?>