[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 gv_send.php

Zen Cart 源代码 gv_send.php




下载文件

文件名: gv_send.php
文件类型: PHP文件
文件大小: 3.05 KiB
MD5: 4f6de7a0f4bc695cf5eb520b2f0a34f6

gv_send.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2006 Zen Cart Development Team
  5.  * @copyright Portions Copyright 2003 osCommerce
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version $Id: gv_send.php 3421 2006-04-12 04:16:14Z drbyte $
  8.  */
  9.  
  10. define('HEADING_TITLE', 'Send ' . TEXT_GV_NAME);
  11. define('HEADING_TITLE_CONFIRM_SEND', 'Send ' . TEXT_GV_NAME . ' Confirmation');
  12. define('HEADING_TITLE_COMPLETED', TEXT_GV_NAME . ' Sent');
  13. define('NAVBAR_TITLE', 'Send ' . TEXT_GV_NAME);
  14. define('EMAIL_SUBJECT', 'Message from ' . STORE_NAME);
  15. define('HEADING_TEXT','Please enter the name, email address and amount of the ' . TEXT_GV_NAME . ' you wish to send. For more information, please see our <a href="' . zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL').'">' . GV_FAQ . '.</a>');
  16. define('ENTRY_NAME', 'Recipient\'s Name:');
  17. define('ENTRY_EMAIL', 'Recipient Email:');
  18. define('ENTRY_MESSAGE', 'Your Message:');
  19. define('ENTRY_AMOUNT', 'Amount to Send:');
  20. define('ERROR_ENTRY_TO_NAME_CHECK', 'We did not get the Recipient\'s Name. Please fill it in below. ');
  21. define('ERROR_ENTRY_AMOUNT_CHECK', 'The ' . TEXT_GV_NAME . ' amount does not appear to be correct. Please try again.');
  22. define('ERROR_ENTRY_EMAIL_ADDRESS_CHECK', 'Is the email address correct? Please try again.');
  23. define('MAIN_MESSAGE', 'You are sending a ' . TEXT_GV_NAME . ' worth %s to %s,  whose email address is %s. If these details are not correct, you may edit your message by clicking the <strong>edit</strong> button.<br /><br />The message you are sending is:<br /><br />');
  24. define('SECONDARY_MESSAGE', 'Dear %s,<br /><br />' . 'You have been sent a ' . TEXT_GV_NAME . ' worth %s by %s');
  25. define('PERSONAL_MESSAGE', '%s says:');
  26. define('TEXT_SUCCESS', 'Congratulations, your ' . TEXT_GV_NAME . ' has been sent.');
  27. define('TEXT_SEND_ANOTHER', 'Would you like to send another ' . TEXT_GV_NAME . '?');
  28. define('TEXT_AVAILABLE_BALANCE',  'Gift Certificate Account');
  29.  
  30. define('EMAIL_GV_TEXT_SUBJECT', 'A gift from %s');
  31. define('EMAIL_SEPARATOR', '----------------------------------------------------------------------------------------');
  32. define('EMAIL_GV_TEXT_HEADER', 'Congratulations, You have received a ' . TEXT_GV_NAME . ' worth %s');
  33. define('EMAIL_GV_FROM', 'This ' . TEXT_GV_NAME . ' has been sent to you by %s');
  34. define('EMAIL_GV_MESSAGE', 'with a message saying: ');
  35. define('EMAIL_GV_SEND_TO', 'Hi, %s');
  36. define('EMAIL_GV_REDEEM', 'To redeem this ' . TEXT_GV_NAME . ', please click on the link below. Please also write down the ' . TEXT_GV_REDEEM . ': %s  just in case you have problems.');
  37. define('EMAIL_GV_LINK', 'To redeem please click here');
  38. define('EMAIL_GV_VISIT', ' or visit ');
  39. define('EMAIL_GV_ENTER', ' and enter the ' . TEXT_GV_REDEEM . ' ');
  40. define('EMAIL_GV_FIXED_FOOTER', 'If you have problems redeeming the ' . TEXT_GV_NAME . ' using the automated link above, ' . "\n" .
  41.                                 'you can also enter the ' . TEXT_GV_NAME . ' ' . TEXT_GV_REDEEM . ' during the checkout process at our store.');
  42. define('EMAIL_GV_SHOP_FOOTER', '');
  43. ?>


cron