📄 affiliate_ck.php
字号:
<?php
/**
* ECSHOP 程序说明
* ===========================================================
* 版权所有 2005-2008 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com;
* ----------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ==========================================================
* $Author: zblikai $
* $Id: affiliate_ck.php 15646 2009-02-23 08:33:00Z zblikai $
*/
$_LANG['order_id'] = 'Order No.';
$_LANG['affiliate_separate'] = 'Divided into';
$_LANG['affiliate_cancel'] = 'Cancel';
$_LANG['affiliate_rollback'] = 'Revocation';
$_LANG['log_info'] = 'Operation information';
$_LANG['edit_ok'] = 'Successful operation';
$_LANG['edit_fail'] = 'Operation failed';
$_LANG['separate_info'] = 'Order No. %s, user ID %s (%s), divided into: money %s points %s';
$_LANG['separate_info2'] = 'User ID %s (%s), divided into: money %s points %s';
$_LANG['sch_order'] = 'Search Order No.';
$_LANG['sch_stats']['name'] = 'Operational status';
$_LANG['sch_stats']['info'] = 'According to operational status search:';
$_LANG['sch_stats']['all'] = 'All';
$_LANG['sch_stats'][0] = 'Wait for treatment';
$_LANG['sch_stats'][1] = 'Has been divided into';
$_LANG['sch_stats'][2] = 'Cancel divided into';
$_LANG['sch_stats'][3] = 'Revoked';
$_LANG['order_stats']['name'] = 'Order Status';
$_LANG['order_stats'][0] = 'Not confirmed';
$_LANG['order_stats'][1] = 'Has confirmed';
$_LANG['order_stats'][2] = 'Has been canceled';
$_LANG['order_stats'][3] = 'Invalid';
$_LANG['order_stats'][4] = 'Return';
$_LANG['js_languages']['cancel_confirm'] = 'Are you sure you want to cancel into it? This action can not be revoked.';
$_LANG['js_languages']['rollback_confirm'] = 'You sure you want to revoke this into it?';
$_LANG['js_languages']['separate_confirm'] = 'Are you sure you want into it?';
$_LANG['loginfo'][0] = 'User id:';
$_LANG['loginfo'][1] = 'Cash:';
$_LANG['loginfo'][2] = 'Points:';
$_LANG['loginfo']['cancel'] = 'Divided by the administrator canceled!';
$_LANG['separate_type'] = 'Divided into types';
$_LANG['separate_by'][0] = 'Recommend register is divided into';
$_LANG['separate_by'][1] = 'Recommend orders into';
$_LANG['separate_by'][-1] = 'Recommend register is divided into';
$_LANG['separate_by'][-2] = 'Recommend orders into';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -