Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/saimikebio.com/languages/zh_cn/admin/ |
<?php /** * ECSHOP 会员预付款管理语言项 * ============================================================================ * * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。 * 网站地址: http://www.ecshop.com; * ---------------------------------------------------------------------------- * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和 * 使用;不允许对程序代码以任何形式任何目的的再发布。 * ============================================================================ * $Author: liubo $ * $Id: user_account.php 17217 2011-01-19 06:29:08Z liubo $ */ $_LANG['user_surplus'] = '预付款'; $_LANG['surplus_id'] = '编号'; $_LANG['user_id'] = '会员名称'; $_LANG['surplus_amount'] = '金额'; $_LANG['add_date'] = '操作日期'; $_LANG['pay_mothed'] = '支付方式'; $_LANG['process_type'] = '类型'; $_LANG['confirm_date'] = '到款日期'; $_LANG['surplus_notic'] = '管理员备注'; $_LANG['surplus_desc'] = '会员描述'; $_LANG['surplus_type'] = '操作类型'; $_LANG['no_user'] = '匿名购买'; $_LANG['surplus_type_0'] = '充值'; $_LANG['surplus_type_1'] = '提现'; $_LANG['admin_user'] = '操作员'; $_LANG['status'] = '到款状态'; $_LANG['confirm'] = '已完成'; $_LANG['unconfirm'] = '未确认'; $_LANG['cancel'] = '取消'; $_LANG['please_select'] = '请选择...'; $_LANG['surplus_info'] = '会员金额信息'; $_LANG['check'] = '到款审核'; $_LANG['money_type'] = '币种'; $_LANG['surplus_add'] = '添加申请'; $_LANG['surplus_edit'] = '编辑申请'; $_LANG['attradd_succed'] = '您此次操作已成功!'; $_LANG['username_not_exist'] = '您输入的会员名称不存在!'; $_LANG['cancel_surplus'] = '您确定要取消这条记录吗?'; $_LANG['surplus_amount_error'] = '要提现的金额超过了此会员的帐户余额,此操作将不可进行!'; $_LANG['edit_surplus_notic'] = '现在的状态已经是 已完成,如果您要修改,请先将之设置为 未确认'; $_LANG['back_list'] = '返回充值和提现申请'; $_LANG['continue_add'] = '继续添加申请'; /* JS语言项 */ $_LANG['js_languages']['user_id_empty'] = '会员名称不能为空!'; $_LANG['js_languages']['deposit_amount_empty'] = '请输入充值的金额!'; $_LANG['js_languages']['pay_code_empty'] = '请选择支付方式'; $_LANG['js_languages']['deposit_amount_error'] = '请按正确的格式输入充值的金额!'; $_LANG['js_languages']['deposit_type_empty'] = '请填写类型!'; $_LANG['js_languages']['deposit_notic_empty'] = '请填写管理员备注!'; $_LANG['js_languages']['deposit_desc_empty'] = '请填写会员描述!'; ?>