You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

57 lines
2.6 KiB

<?php
/**
* ECSHOP 程序说明
* ===========================================================
* * 版权所有 2005-2016 上海商创网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecmoban.com;
* ----------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ==========================================================
* $Author: liubo $
* $Id: affiliate_ck.php 17217 2011-01-19 06:29:08Z liubo $
*/
$_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, 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';
$_LANG['show_affiliate_orders'] = 'This list shows the recommended order information for this user.';
$_LANG['back_note'] = 'Return to the user-edited page';
?>