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

📄 address_book_process.php

📁 Zen Cart是一款免费的购物车软件,用于建立自己的网上商店.该软件采用PHP开放源码设计,界面友好,容易安装和定制,功能相当齐全,购物流程简洁直观, 您的客户即刻就能使用.内置促销、折扣、礼物券、
💻 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.          |
// +----------------------------------------------------------------------+
// | Simplified Chinese version   http://www.zen-cart.cn                  |
// +----------------------------------------------------------------------+
// $Id: address_book_process.php 290 2004-09-15 19:48:26Z wilt $
//

define('NAVBAR_TITLE_1', '我的帐号');
define('NAVBAR_TITLE_2', '地址簿');

define('NAVBAR_TITLE_ADD_ENTRY', '新增地址');
define('NAVBAR_TITLE_MODIFY_ENTRY', '更新地址');
define('NAVBAR_TITLE_DELETE_ENTRY', '删除地址');

define('HEADING_TITLE_ADD_ENTRY', '<h1>新增地址</h1>');
define('HEADING_TITLE_MODIFY_ENTRY', '<h1>更新地址</h1>');
define('HEADING_TITLE_DELETE_ENTRY', '<h1>删除地址</h1>');

define('DELETE_ADDRESS_TITLE', '删除地址');
define('DELETE_ADDRESS_DESCRIPTION', '您确认要从地址簿中删除选定的地址吗?');

define('NEW_ADDRESS_TITLE', '新增地址');

define('SELECTED_ADDRESS', '选择的地址');
define('SET_AS_PRIMARY', '设为主要地址.');

define('SUCCESS_ADDRESS_BOOK_ENTRY_DELETED', '选定的地址已经从地址簿中删除了.');
define('SUCCESS_ADDRESS_BOOK_ENTRY_UPDATED', '您的地址薄成功更新.');

define('WARNING_PRIMARY_ADDRESS_DELETION', '不能删除该主要地址. 请设另一个地址为主要地址然后再试一次.');

define('ERROR_NONEXISTING_ADDRESS_BOOK_ENTRY', '该地址不存在.');
define('ERROR_ADDRESS_BOOK_FULL', '您的地址簿已满. 请删除不必要的地址以保存新的.');
?>

⌨️ 快捷键说明

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