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

Zen Cart 源代码 button_names.php




下载文件

文件名: button_names.php
文件类型: PHP文件
文件大小: 5.13 KiB
MD5: f40f3a48adcf0c39bbee3aa79fa09993

button_names.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: button_names.php 5410 2006-12-27 03:56:46Z drbyte $
 * Simplified Chinese version   http://www.zen-cart.cn
 */

/**
 * define the button images used in the project
 */

define('BUTTON_IMAGE_ADD_TO_CART', 'button_add_to_cart.gif');
define('BUTTON_IMAGE_ADD_ADDRESS', 'button_add_address.gif');
define('BUTTON_IMAGE_ADD_PRODUCTS_TO_CART','button_add_selected.gif');
define('BUTTON_IMAGE_BACK', 'button_back.gif');
define('BUTTON_IMAGE_BUY_NOW', 'button_buy_now.gif');
define('BUTTON_IMAGE_CANCEL', 'button_cancel.gif');
define('BUTTON_IMAGE_CHANGE_ADDRESS', 'button_change_address.gif');
define('BUTTON_IMAGE_CHECKOUT', 'button_checkout.gif');
define('BUTTON_IMAGE_CONFIRM_SEND', 'button_confirm_send.gif');
define('BUTTON_IMAGE_CONFIRM_ORDER', 'button_confirm_order.gif');
define('BUTTON_IMAGE_CONTINUE', 'button_continue.gif');
define('BUTTON_IMAGE_CONTINUE_SHOPPING', 'button_continue_shopping.gif');
define('BUTTON_IMAGE_DELETE', 'button_delete.gif');
define('BUTTON_IMAGE_DELETE_SMALL', 'button_delete_small.gif');
define('BUTTON_IMAGE_DOWNLOAD', 'button_download.gif');
define('BUTTON_IMAGE_EDIT_SMALL', 'small_edit.gif');
define('BUTTON_IMAGE_IN_CART', 'button_in_cart.gif');
define('BUTTON_IMAGE_LOGIN', 'button_login.gif');
define('BUTTON_IMAGE_NEXT', 'button_next.gif');
define('BUTTON_IMAGE_PREVIOUS', 'button_prev.gif');
define('BUTTON_IMAGE_REDEEM', 'button_redeem.gif');
define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'button_return_to_product_list.gif');
define('BUTTON_IMAGE_REVIEWS', 'button_reviews.gif');
define('BUTTON_IMAGE_SEARCH', 'button_search.gif');
define('BUTTON_IMAGE_SEND', 'button_send.gif');
define('BUTTON_IMAGE_SEND_A_GIFT_CERT', 'button_send_a_gift_cert.gif');
define('BUTTON_IMAGE_SEND_ANOTHER', 'button_send_another.gif');
define('BUTTON_IMAGE_SHIPPING_ESTIMATOR', 'button_shipping_estimator.gif');
define('BUTTON_IMAGE_SOLD_OUT','button_sold_out.gif');
define('BUTTON_IMAGE_SOLD_OUT_SMALL','button_sold_out_sm.gif');
define('BUTTON_IMAGE_SUBMIT', 'button_submit.gif');
define('BUTTON_IMAGE_TELL_A_FRIEND', 'button_tell_a_friend.gif');
define('BUTTON_IMAGE_TELLAFRIEND', 'button_TellAFriend.gif');
define('BUTTON_IMAGE_UNSUBSCRIBE', 'button_unsubscribe.gif');
define('BUTTON_IMAGE_UPDATE', 'button_update.gif');
define('BUTTON_IMAGE_VIEW_SMALL', 'button_view.gif');
define('BUTTON_IMAGE_WRITE_REVIEW', 'button_write_review.gif');

define('BUTTON_IMAGE_READ_REVIEWS', 'button_read_reviews.gif');
define('BUTTON_IMAGE_GOTO_PROD_DETAILS', 'button_goto_prod_details.gif');
define('BUTTON_IMAGE_MORE_REVIEWS', 'button_more_reviews.gif');
define('BUTTON_IMAGE_CONTINUE_CHECKOUT', 'button_continue_checkout.gif');
//define('PREVNEXT_BUTTON_NEXT', '[Next&nbsp;&gt;&gt;]');
//define('PREVNEXT_BUTTON_LAST', 'LAST&gt;&gt;');


define('BUTTON_IMAGE_CREATE_ACCOUNT', 'button_create_account.gif');
define('BUTTON_IMAGE_LOG_OFF', 'button_logoff.gif');
/*
 * ALT tags used for buttons
 */

define('BUTTON_CREATE_ACCOUNT_ALT', '注册');
define('BUTTON_LOG_OFF_ALT', '登出');
define('BUTTON_ADD_TO_CART_ALT', '放入购物车');
define('BUTTON_ADD_ADDRESS_ALT', '添加地址');
define('BUTTON_ADD_PRODUCTS_TO_CART_ALT','添加选择的商品到购物车');
define('BUTTON_BACK_ALT', '返回');
define('BUTTON_BUY_NOW_ALT', '立即购买');
define('BUTTON_CANCEL_ALT', '取消');
define('BUTTON_CHANGE_ADDRESS_ALT', '修改地址');
define('BUTTON_CHECKOUT_ALT', '结帐');
define('BUTTON_CONFIRM_SEND_ALT', '发送礼券');
define('BUTTON_CONFIRM_ORDER_ALT', '确认订单');
define('BUTTON_CONTINUE_ALT', '继续');
define('BUTTON_CONTINUE_SHOPPING_ALT', '继续购物');
define('BUTTON_DELETE_ALT', '删除');
define('BUTTON_DELETE_SMALL_ALT', '删除');
define('BUTTON_DOWNLOAD_ALT', '下载');
define('BUTTON_EDIT_SMALL_ALT', '修改');
define('BUTTON_IN_CART_ALT', '加入购物车');
define('BUTTON_LOGIN_ALT', '登录');
define('BUTTON_NEXT_ALT', '后页');
define('BUTTON_PREVIOUS_ALT', '前页');
define('BUTTON_REDEEM_ALT', '兑现');
define('BUTTON_RETURN_TO_PROD_LIST_ALT', '商品列表');
define('BUTTON_REVIEWS_ALT', '查看评论');
define('BUTTON_SEARCH_ALT', '搜索');
define('BUTTON_SEND_ALT', '发送');
define('BUTTON_SEND_ANOTHER_ALT', '发送另一张礼券');
define('BUTTON_SEND_A_GIFT_CERT_ALT', '发送一张礼券');
define('BUTTON_SHIPPING_ESTIMATOR_ALT', '运费估价');
define('BUTTON_SOLD_OUT_ALT', '无货');
define('BUTTON_SOLD_OUT_SMALL_ALT', '无货');
define('BUTTON_SUBMIT_ALT', '发送信息');
define('BUTTON_TELL_A_FRIEND_ALT', '推荐给朋友');
define('BUTTON_TELLAFRIEND_ALT', '推荐给朋友');
define('BUTTON_UNSUBSCRIBE', '退订');
define('BUTTON_UPDATE_ALT', '更新');
define('BUTTON_VIEW_SMALL_ALT', '查看');
define('BUTTON_WRITE_REVIEW_ALT', '发表评论');
define('BUTTON_READ_REVIEWS_ALT', '查看评论');
define('BUTTON_GOTO_PROD_DETAILS_ALT', '查看商品详情');
define('BUTTON_MORE_REVIEWS_ALT', '查看更多评论');
?>


cron