⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 account_notifications.php

📁 Zen Cart是一款最新的购物车软件
💻 PHP
字号:
<?php
/**
 * @package languageDefines
 * @copyright Copyright 2003-2006 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: account_notifications.php 3007 2006-02-11 09:17:12Z drbyte $
 */

define('NAVBAR_TITLE_1', 'My Account');
define('NAVBAR_TITLE_2', 'Product Notifications');

define('HEADING_TITLE', 'Product Notifications');

define('MY_NOTIFICATIONS_TITLE', 'My Product Notifications');
define('MY_NOTIFICATIONS_DESCRIPTION', 'The product notification list allows you to stay up to date on products you find of interest.<br /><br />To be up to date on all product changes, select <strong>Global Product Notifications</strong>.');

define('GLOBAL_NOTIFICATIONS_TITLE', 'Global Product Notifications');
define('GLOBAL_NOTIFICATIONS_DESCRIPTION', 'Receive notifications on all available products.');

define('NOTIFICATIONS_TITLE', 'Product Notifications');
define('NOTIFICATIONS_DESCRIPTION', 'To remove a product notification, clear that product\'s checkbox and click on Update.');
define('NOTIFICATIONS_NON_EXISTING', 'There are currently no products marked to be notified of.<br /><br />To add products to your product notification list, click on the notification link available on the detailed product information page.');
define('TEXT_NO_PURCHASES', 'No Purchases');

define('SUCCESS_NOTIFICATIONS_UPDATED', 'Your product notifications have been updated.');
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -