31 lines
1.3 KiB
PHP
31 lines
1.3 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: gv_redeem.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: gv_redeem.php,v 1.1.1.1.2.1 2003/04/18 16:56:03 wilt
|
|
----------------------------------------------------------------------
|
|
The Exchange Project - Community Made Shopping!
|
|
http://www.theexchangeproject.org
|
|
|
|
Gift Voucher System v1.0
|
|
Copyright (c) 2001,2002 Ian C Wilson
|
|
http://www.phesis.org
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title'] = 'Redeem Gift Voucher';
|
|
$aLang['heading_title'] = 'Redeem Gift Voucher';
|
|
$aLang['text_information'] = 'For more information regarding Gifr Vouchers, please see our <a href="%s"><u>GVRedeem Gift Voucher_FAQ</u></a>';
|
|
$aLang['text_invalid_gv'] = 'The Gift Voucher number may be invalid or has already been redeemed. To contact the shop <a href="%s"><u>owner please use the Contact Page</u></a>.';
|
|
$aLang['text_valid_gv'] = 'Congratulations, you have redeemed a Gift Voucher worth %s';
|
|
|