File: /homepages/oneclick/ZenCart/1.5.3/2/scripts/locale/includes/languages/polish/gv_redeem.php
<?php
//
// +----------------------------------------------------------------------+
// |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 |
// | license@zen-cart.com so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// $Id: gv_redeem.php 4155 2006-08-16 17:14:52Z ajeh $
// Polska wersja językowa: Altkomp PHU - 2007-12-15
// http://www.zencart.com.pl ; http://www.altkomp.pl
//
define('NAVBAR_TITLE', TEXT_GV_NAME . ' - Realizacja');
define('HEADING_TITLE', TEXT_GV_NAME . ' - Realizacja');
define('TEXT_INFORMATION', 'Aby uzyskać więcej informacji na temat ' . TEXT_GV_NAME . ', zobacz <a href="' . zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL').'">' . GV_FAQ . '.</a>');
define('TEXT_INVALID_GV', 'Ten numer ' . TEXT_GV_NAME . 'jest nieprawidłowy albo został już zrealizowany. Aby skontaktować się z obsługą sklepu użyj formularza na stronie Kontakt');
define('TEXT_VALID_GV', 'Gratulacje - właśnie zrealizowałeś ' . TEXT_GV_NAME . ' o wartości %s.');
?>