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

Zen Cart 源代码 account_notifications.php




下载文件

文件名: account_notifications.php
文件类型: PHP文件
文件大小: 1.27 KiB
MD5: 88676e574c1ff3fe58bee8726b8da76a

account_notifications.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: account_notifications.php 3007 2006-02-11 09:17:12Z drbyte $
  8.  */
  9.  
  10. define('NAVBAR_TITLE_1', '我的帐号');
  11. define('NAVBAR_TITLE_2', '商品通知');
  12.  
  13. define('HEADING_TITLE', '商品通知');
  14.  
  15. define('MY_NOTIFICATIONS_TITLE', '我的商品通知');
  16. define('MY_NOTIFICATIONS_DESCRIPTION', '该商品通知让您能随时得到感兴趣商品的最新消息。<br /><br />需要所有商品的更新通知,选择 <strong>全部商品通知</strong>。');
  17.  
  18. define('GLOBAL_NOTIFICATIONS_TITLE', '全部商品通知');
  19. define('GLOBAL_NOTIFICATIONS_DESCRIPTION', '接收所有商品通知。');
  20.  
  21. define('NOTIFICATIONS_TITLE', '商品通知');
  22. define('NOTIFICATIONS_DESCRIPTION', '要删除一个商品通知, 清除该商品的复选框后点击更新。');
  23. define('NOTIFICATIONS_NON_EXISTING', '当前没有选择的商品通知。<br /><br />要增加商品通知,点击相应商品信息页上的通知链接。');
  24. define('TEXT_NO_PURCHASES', '没有购买');
  25.  
  26. define('SUCCESS_NOTIFICATIONS_UPDATED', '您的商品通知已更新。');
  27. ?>


cron