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

Zen Cart 源代码 button_names.php




下载文件

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

button_names.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: button_names.php 5410 2006-12-27 03:56:46Z drbyte $
  8.  * Simplified Chinese version   http://www.zen-cart.cn
  9.  */
  10.  
  11. /**
  12.  * define the button images used in the project
  13.  */
  14.  
  15. define('BUTTON_IMAGE_ADD_TO_CART', 'button_add_to_cart.gif');
  16. define('BUTTON_IMAGE_ADD_ADDRESS', 'button_add_address.gif');
  17. define('BUTTON_IMAGE_ADD_PRODUCTS_TO_CART','button_add_selected.gif');
  18. define('BUTTON_IMAGE_BACK', 'button_back.gif');
  19. define('BUTTON_IMAGE_BUY_NOW', 'button_buy_now.gif');
  20. define('BUTTON_IMAGE_CANCEL', 'button_cancel.gif');
  21. define('BUTTON_IMAGE_CHANGE_ADDRESS', 'button_change_address.gif');
  22. define('BUTTON_IMAGE_CHECKOUT', 'button_checkout.gif');
  23. define('BUTTON_IMAGE_CONFIRM_SEND', 'button_confirm_send.gif');
  24. define('BUTTON_IMAGE_CONFIRM_ORDER', 'button_confirm_order.gif');
  25. define('BUTTON_IMAGE_CONTINUE', 'button_continue.gif');
  26. define('BUTTON_IMAGE_CONTINUE_SHOPPING', 'button_continue_shopping.gif');
  27. define('BUTTON_IMAGE_DELETE', 'button_delete.gif');
  28. define('BUTTON_IMAGE_DELETE_SMALL', 'button_delete_small.gif');
  29. define('BUTTON_IMAGE_DOWNLOAD', 'button_download.gif');
  30. define('BUTTON_IMAGE_EDIT_SMALL', 'small_edit.gif');
  31. define('BUTTON_IMAGE_IN_CART', 'button_in_cart.gif');
  32. define('BUTTON_IMAGE_LOGIN', 'button_login.gif');
  33. define('BUTTON_IMAGE_NEXT', 'button_next.gif');
  34. define('BUTTON_IMAGE_PREVIOUS', 'button_prev.gif');
  35. define('BUTTON_IMAGE_REDEEM', 'button_redeem.gif');
  36. define('BUTTON_IMAGE_RETURN_TO_PROD_LIST', 'button_return_to_product_list.gif');
  37. define('BUTTON_IMAGE_REVIEWS', 'button_reviews.gif');
  38. define('BUTTON_IMAGE_SEARCH', 'button_search.gif');
  39. define('BUTTON_IMAGE_SEND', 'button_send.gif');
  40. define('BUTTON_IMAGE_SEND_A_GIFT_CERT', 'button_send_a_gift_cert.gif');
  41. define('BUTTON_IMAGE_SEND_ANOTHER', 'button_send_another.gif');
  42. define('BUTTON_IMAGE_SHIPPING_ESTIMATOR', 'button_shipping_estimator.gif');
  43. define('BUTTON_IMAGE_SOLD_OUT','button_sold_out.gif');
  44. define('BUTTON_IMAGE_SOLD_OUT_SMALL','button_sold_out_sm.gif');
  45. define('BUTTON_IMAGE_SUBMIT', 'button_submit.gif');
  46. define('BUTTON_IMAGE_TELL_A_FRIEND', 'button_tell_a_friend.gif');
  47. define('BUTTON_IMAGE_TELLAFRIEND', 'button_TellAFriend.gif');
  48. define('BUTTON_IMAGE_UNSUBSCRIBE', 'button_unsubscribe.gif');
  49. define('BUTTON_IMAGE_UPDATE', 'button_update.gif');
  50. define('BUTTON_IMAGE_VIEW_SMALL', 'button_view.gif');
  51. define('BUTTON_IMAGE_WRITE_REVIEW', 'button_write_review.gif');
  52.  
  53. define('BUTTON_IMAGE_READ_REVIEWS', 'button_read_reviews.gif');
  54. define('BUTTON_IMAGE_GOTO_PROD_DETAILS', 'button_goto_prod_details.gif');
  55. define('BUTTON_IMAGE_MORE_REVIEWS', 'button_more_reviews.gif');
  56. define('BUTTON_IMAGE_CONTINUE_CHECKOUT', 'button_continue_checkout.gif');
  57. //define('PREVNEXT_BUTTON_NEXT', '[Next&nbsp;&gt;&gt;]');
  58. //define('PREVNEXT_BUTTON_LAST', 'LAST&gt;&gt;');
  59.  
  60.  
  61. define('BUTTON_IMAGE_CREATE_ACCOUNT', 'button_create_account.gif');
  62. define('BUTTON_IMAGE_LOG_OFF', 'button_logoff.gif');
  63. /*
  64.  * ALT tags used for buttons
  65.  */
  66.  
  67. define('BUTTON_CREATE_ACCOUNT_ALT', '注册');
  68. define('BUTTON_LOG_OFF_ALT', '登出');
  69. define('BUTTON_ADD_TO_CART_ALT', '放入购物车');
  70. define('BUTTON_ADD_ADDRESS_ALT', '添加地址');
  71. define('BUTTON_ADD_PRODUCTS_TO_CART_ALT','添加选择的商品到购物车');
  72. define('BUTTON_BACK_ALT', '返回');
  73. define('BUTTON_BUY_NOW_ALT', '立即购买');
  74. define('BUTTON_CANCEL_ALT', '取消');
  75. define('BUTTON_CHANGE_ADDRESS_ALT', '修改地址');
  76. define('BUTTON_CHECKOUT_ALT', '结帐');
  77. define('BUTTON_CONFIRM_SEND_ALT', '发送礼券');
  78. define('BUTTON_CONFIRM_ORDER_ALT', '确认订单');
  79. define('BUTTON_CONTINUE_ALT', '继续');
  80. define('BUTTON_CONTINUE_SHOPPING_ALT', '继续购物');
  81. define('BUTTON_DELETE_ALT', '删除');
  82. define('BUTTON_DELETE_SMALL_ALT', '删除');
  83. define('BUTTON_DOWNLOAD_ALT', '下载');
  84. define('BUTTON_EDIT_SMALL_ALT', '修改');
  85. define('BUTTON_IN_CART_ALT', '加入购物车');
  86. define('BUTTON_LOGIN_ALT', '登录');
  87. define('BUTTON_NEXT_ALT', '后页');
  88. define('BUTTON_PREVIOUS_ALT', '前页');
  89. define('BUTTON_REDEEM_ALT', '兑现');
  90. define('BUTTON_RETURN_TO_PROD_LIST_ALT', '商品列表');
  91. define('BUTTON_REVIEWS_ALT', '查看评论');
  92. define('BUTTON_SEARCH_ALT', '搜索');
  93. define('BUTTON_SEND_ALT', '发送');
  94. define('BUTTON_SEND_ANOTHER_ALT', '发送另一张礼券');
  95. define('BUTTON_SEND_A_GIFT_CERT_ALT', '发送一张礼券');
  96. define('BUTTON_SHIPPING_ESTIMATOR_ALT', '运费估价');
  97. define('BUTTON_SOLD_OUT_ALT', '无货');
  98. define('BUTTON_SOLD_OUT_SMALL_ALT', '无货');
  99. define('BUTTON_SUBMIT_ALT', '发送信息');
  100. define('BUTTON_TELL_A_FRIEND_ALT', '推荐给朋友');
  101. define('BUTTON_TELLAFRIEND_ALT', '推荐给朋友');
  102. define('BUTTON_UNSUBSCRIBE', '退订');
  103. define('BUTTON_UPDATE_ALT', '更新');
  104. define('BUTTON_VIEW_SMALL_ALT', '查看');
  105. define('BUTTON_WRITE_REVIEW_ALT', '发表评论');
  106. define('BUTTON_READ_REVIEWS_ALT', '查看评论');
  107. define('BUTTON_GOTO_PROD_DETAILS_ALT', '查看商品详情');
  108. define('BUTTON_MORE_REVIEWS_ALT', '查看更多评论');
  109. ?>