?? shopping_flow.php
字號:
<?php/** * ECSHOP Shipping related to language * ============================================================================ * All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology * Development Ltd. * Web site: http://www.ecshop.com * ---------------------------------------------------------------------------- * This is a free/open source software;it means that you can modify, use and * republish the program code, on the premise of that your behavior is not for * commercial purposes. * ============================================================================ * $Author: scottye $ * $Date: 2007-02-09 23:42:54 +0800 (Friday, 09 February 2007) $ * $Id: shopping_flow.php 5555 2007-02-09 15:42:54Z scottye $*/$_LANG['flow_login_register']['username_not_null'] = 'Please enter username.';$_LANG['flow_login_register']['username_invalid'] = 'Please enter a valid username.';$_LANG['flow_login_register']['password_not_null'] = 'Please enter password.';$_LANG['flow_login_register']['email_not_null'] = 'Please enter email address.';$_LANG['flow_login_register']['email_invalid'] = 'Please enter a valid email address.';$_LANG['flow_login_register']['password_not_same'] = 'Re-enter password.';$_LANG['flow_login_register']['password_lt_six'] = 'Password can not be less than six characters.';$_LANG['regist_success'] = "Congratulations! %s register successfully!";$_LANG['login_success'] = 'Congratulations! Login successfully!';/* Cart */$_LANG['update_cart'] = 'Update the cart';$_LANG['back_to_cart'] = 'Back to the cart';$_LANG['update_cart_notice'] = 'Update successfully, please choose the gift again.';$_LANG['direct_shopping'] = 'I don\'t plan to login, directly purchase.';$_LANG['goods_not_exists'] = 'Sorry, the product is nonexistence.';$_LANG['drop_goods_confirm'] = 'Are you sure remove it from the cart?';$_LANG['goods_number_not_int'] = 'Please enter a valid number.';$_LANG['stock_insufficiency'] = 'Sorry, the stocks of products %s only %d, you can buy %d largest.';$_LANG['shopping_flow'] = 'Shopping flow';$_LANG['username_exists'] = 'The username already exists, please enter another one and try it again.';$_LANG['email_exists'] = 'The email address already exists, please enter another one and try it again.';$_LANG['surplus_not_enough'] = 'Your balance is not enough.';$_LANG['integral_not_enough'] = 'Your points is not enough.';$_LANG['integral_too_much'] = "The points of your used can\'t more than %d.";$_LANG['invalid_bonus'] = "The bonus is nonexistent.";$_LANG['no_goods_in_cart'] = 'There is blank in your cart!';$_LANG['not_submit_order'] = 'The order of associates have submitted, please don\'t do it again!';$_LANG['pay_success'] = 'Paid successfully, it is imperative that we make a quick shipping for you.';$_LANG['pay_fail'] = 'Paid failed, please contact with us timely.';$_LANG['pay_disabled'] = 'The payment mode have disconnected.';$_LANG['pay_invalid'] = 'The payment mode is invalid. Please contact with us timely.';$_LANG['flow_no_shipping'] = 'Please select a shipping method!';$_LANG['flow_no_payment'] = 'Please select a payment mode!';$_LANG['pay_not_exist'] = 'The payment mode is nonexistence.';$_LANG['storage_short'] = 'Out of stock';$_LANG['subtotal'] = 'Subtotal';$_LANG['accessories'] = 'Accessories';$_LANG['largess'] = 'Largess';$_LANG['your_discount'] = 'According offers <a href="activity.php"><font color=red>%s</font></a>, you can also enjoy discounts %s';$_LANG['than_market_price'] = 'Market price is %s, you save %s (%s).';$_LANG['discount'] = '鎶樻墸';$_LANG['no'] = 'No';$_LANG['not_support_virtual_goods'] = 'There is(are) virtual product(s), it is not support purchase without login, please login validly.';$_LANG['not_support_insure'] = 'No support insurance';$_LANG['clear_cart'] = '娓呯┖璐
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -