?? order.php
字號:
<?php
/**
* ECSHOP Orders management language file
* ============================================================================
* 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錛沬t 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-08 22:07:08 +0800 (Thursday, 08 February 2007) $
* $Id: order.php 5491 2007-02-08 14:07:08Z scottye $
*/
/* Order search*/
$_LANG['order_sn'] = 'Order NO.';
$_LANG['consignee'] = 'Consignee';
$_LANG['all_status'] = 'Status';
$_LANG['cs'][OS_UNCONFIRMED] = 'Unconfirmed';
$_LANG['cs'][CS_AWAIT_PAY] = 'Await pay';
$_LANG['cs'][CS_AWAIT_SHIP] = 'Await ship';
$_LANG['cs'][CS_FINISHED] = 'Finished';
$_LANG['cs'][OS_CANCELED] = 'Canceled';
$_LANG['cs'][OS_INVALID] = 'Invalid';
$_LANG['cs'][OS_RETURNED] = 'Returned';
/* Order status */
$_LANG['os'][OS_UNCONFIRMED] = 'Unconfirmed';
$_LANG['os'][OS_CONFIRMED] = 'Confirmed';
$_LANG['os'][OS_CANCELED] = 'Canceled';
$_LANG['os'][OS_INVALID] = 'Invalid';
$_LANG['os'][OS_RETURNED] = 'Returned';
$_LANG['ss'][SS_UNSHIPPED] = 'Unshipped';
$_LANG['ss'][SS_PREPARING] = 'Preparing';
$_LANG['ss'][SS_SHIPPED] = 'Shipped';
$_LANG['ss'][SS_RECEIVED] = 'Received';
$_LANG['ps'][PS_UNPAYED] = 'Unpaid';
$_LANG['ps'][PS_PAYING] = 'Paying';
$_LANG['ps'][PS_PAYED] = 'Paid';
/* Order operate */
$_LANG['label_operable_act'] = 'Current executable operation:';
$_LANG['label_action_note'] = 'Operate remarks:';
$_LANG['label_invoice_note'] = 'Invoice remarks:';
$_LANG['label_invoice_no'] = 'Invoice NO.:';
$_LANG['label_cancel_note'] = 'Cause of cancel:';
$_LANG['notice_cancel_note'] = '(Note in message of shopkeeper)';
$_LANG['op_confirm'] = 'Confirm';
$_LANG['op_pay'] = 'Payment';
$_LANG['op_prepare'] = '閰嶈揣';
$_LANG['op_ship'] = 'Shipping';
$_LANG['op_cancel'] = 'Cancel';
$_LANG['op_invalid'] = 'Invalid';
$_LANG['op_return'] = 'Refundment';
$_LANG['op_unpay'] = 'Set Unpaid';
$_LANG['op_unship'] = 'Unshipped';
$_LANG['op_receive'] = 'Received';
$_LANG['op_assign'] = 'Assign to';
$_LANG['op_after_service'] = '鍞
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -