-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Zen4All/1.5.5a
1 5 5a
- Loading branch information
Showing
2 changed files
with
12 additions
and
25 deletions.
There are no files selected for viewing
33 changes: 10 additions & 23 deletions
33
1 - Installation files/includes/languages/dutch/gv_redeem.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,17 @@ | ||
<?php | ||
// | ||
// @package languageDefines Dutch Zen Cart Version 1.5.3 | ||
// @ Maintained by Zen4All (http://zen4all.nl) | ||
// +----------------------------------------------------------------------+ | ||
// |zen-cart Open Source E-commerce | | ||
// +----------------------------------------------------------------------+ | ||
// | Copyright (c) 2003 The zen-cart developers | | ||
// | | | ||
// | http://www.zen-cart.com/index.php | | ||
// | | | ||
// | Portions Copyright (c) 2003 osCommerce | | ||
// +----------------------------------------------------------------------+ | ||
// | This source file is subject to version 2.0 of the GPL license, | | ||
// | that is bundled with this package in the file LICENSE, and is | | ||
// | available through the world-wide-web at the following url: | | ||
// | http://www.zen-cart.com/license/2_0.txt. | | ||
// | If you did not receive a copy of the zen-cart license and are unable | | ||
// | to obtain it through the world-wide-web, please send a note to | | ||
// | [email protected] so we can mail you a copy immediately. | | ||
// +----------------------------------------------------------------------+ | ||
// $Id: gv_redeem.php 4155 2006-08-16 17:14:52Z ajeh $ | ||
// | ||
/** | ||
* @package languageDefines Dutch Zen Cart Version 1.5.5 | ||
* @ Maintained by Zen4All (http://zen4all.nl) | ||
* @copyright Copyright 2003-2015 Zen Cart Development Team | ||
* @copyright Portions Copyright 2003 osCommerce | ||
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 | ||
* @version $Id: Modified in V1.5.5 $ | ||
*/ | ||
|
||
define('NAVBAR_TITLE', TEXT_GV_NAME . ' inwisselen'); | ||
define('HEADING_TITLE', TEXT_GV_NAME . ' inwisselen'); | ||
define('TEXT_INFORMATION', 'Meer informatie over de ' . TEXT_GV_NAME . ' kun u vinden op <a href="' . zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL').'">' . GV_FAQ . '.</a>'); | ||
define('TEXT_INVALID_GV', 'De ' . TEXT_GV_NAME . ' inwisselcode %s lijkt geen geldige code, is niet langer geldig of is reeds ingewisseld. Bij vragen kunt u contact opnemen de <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">klantenservice</a>.'); | ||
define('TEXT_VALID_GV', 'Gefeliciteerd, u heeft een ' . TEXT_GV_NAME . ' ingewisseld ter waarde van %s.'); | ||
?> | ||
|
||
define('ERROR_GV_CREATE_ACCOUNT', 'Om een cadeaubo in te kunnen wisselen moet u een account aanmaken.'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters