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/mobile/lang/zh_cn/admin/ |
<?php /** * ECSHOP 管理中心支付方式管理语言文件 * ============================================================================ * * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。 * 网站地址: http://www.ecshop.com; * ---------------------------------------------------------------------------- * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和 * 使用;不允许对程序代码以任何形式任何目的的再发布。 * ============================================================================ * $Author: liubo $ * $Id: payment.php 17217 2011-01-19 06:29:08Z liubo $ */ $_LANG['payment'] = '支付方式'; $_LANG['payment_name'] = '支付方式名称'; $_LANG['version'] = '插件版本'; $_LANG['payment_desc'] = '支付方式描述'; $_LANG['short_pay_fee'] = '费用'; $_LANG['payment_author'] = '插件作者'; $_LANG['payment_is_cod'] = '货到付款?'; $_LANG['payment_is_online'] = '在线支付?'; $_LANG['name_is_null'] = '您没有输入支付方式名称!'; $_LANG['name_exists'] = '该支付方式名称已存在!'; $_LANG['pay_fee'] = '支付手续费'; $_LANG['back_list'] = '返回支付方式列表'; $_LANG['install_ok'] = '安装成功'; $_LANG['edit_ok'] = '编辑成功'; $_LANG['uninstall_ok'] = '卸载成功'; $_LANG['invalid_pay_fee'] = '支付费用不是一个合法的价格'; $_LANG['decide_by_ship'] = '配送决定'; $_LANG['edit_after_install'] = '该支付方式尚未安装,请你安装后再编辑'; $_LANG['payment_not_available'] = '该支付插件不存在或尚未安装'; $_LANG['js_languages']['lang_removeconfirm'] = '您确定要卸载该支付方式吗?'; $_LANG['ctenpay'] = '立即注册财付通商户号'; $_LANG['ctenpay_url'] = 'http://union.tenpay.com/mch/mch_register_b2c.shtml?sp_suggestuser=542554970'; $_LANG['ctenpayc2c_url'] = 'https://www.tenpay.com/mchhelper/mch_register_c2c.shtml?sp_suggestuser=542554970'; $_LANG['tenpay'] = '即时到账'; $_LANG['tenpayc2c'] = '中介担保'; ?>