[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 源代码 contact_us.php

Zen Cart 源代码 contact_us.php




下载文件

文件名: contact_us.php
文件类型: PHP文件
文件大小: 1.04 KiB
MD5: a93b362162bd54485dcb834f89a4b693

contact_us.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2007 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: contact_us.php 6202 2007-04-12 22:56:10Z drbyte $
  8.  * @Simplified Chinese version   http://www.zen-cart.cn
  9.  */
  10.  
  11. define('HEADING_TITLE', '联系我们');
  12. define('NAVBAR_TITLE', '联系我们');
  13. define('TEXT_SUCCESS', '成功发送您的消息.');
  14. define('EMAIL_SUBJECT', '邮件来自 ' . STORE_NAME);
  15.  
  16. define('ENTRY_NAME', '姓名:');
  17. define('ENTRY_EMAIL', '电子邮件:');
  18. define('ENTRY_ENQUIRY', '内容:');
  19.  
  20. define('SEND_TO_TEXT','发电子邮件到:');
  21. define('ENTRY_EMAIL_NAME_CHECK_ERROR','对不起,您的姓名正确吗?本系统要求最少' . ENTRY_FIRST_NAME_MIN_LENGTH . '个字符。请再试一次。');
  22. define('ENTRY_EMAIL_CONTENT_CHECK_ERROR','忘了输入内容?希望您能多提宝贵意见。请在下面输入您的建议。');
  23.  
  24. define('NOT_LOGGED_IN_TEXT', '未登录');
  25. ?>