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: wholesale.php 17217 2011-01-19 06:29:08Z liubo $ */ /* menu */ $_LANG['wholesale_list'] = '批发方案列表'; $_LANG['add_wholesale'] = '添加批发方案'; $_LANG['add_batch_wholesale'] = '批量添加批发方案'; $_LANG['edit_wholesale'] = '编辑批发方案'; $_LANG['continue_add_wholesale'] = '继续添加批发方案'; $_LANG['back_wholesale_list'] = '返回批发方案列表'; $_LANG['add_wholesale_ok'] = '添加批发方案成功'; $_LANG['edit_wholesale_ok'] = '编辑批发方案成功'; $_LANG['save_wholesale_falid'] = '部分规格商品在商品“%s”的货品表中不存在,无法全部保存'; /* list */ $_LANG['goods_name'] = '商品名称'; $_LANG['rank_name'] = '适用会员等级'; $_LANG['wholesale_not_exist'] = '您要操作的批发方案不存在'; $_LANG['js_languages']['batch_drop_confirm'] = '您确实要删除选中的批发方案吗?'; $_LANG['batch_drop_ok'] = '批量删除成功'; $_LANG['no_record_selected'] = '没有选择记录'; /* info */ $_LANG['label_search_goods'] = '商品编号、名称或货号'; $_LANG['label_goods_name'] = '批发商品名称:'; $_LANG['label_rank_name'] = '适用会员等级:'; $_LANG['label_enabled'] = '是否启用:'; $_LANG['js_languages']['pls_search_goods'] = '请搜索并选择批发商品'; $_LANG['pls_search_goods'] = '请先搜索商品'; $_LANG['search_result_empty'] = '没有找到商品,请重新搜索'; $_LANG['quantity'] = '数量'; $_LANG['price'] = '价格'; $_LANG['custom_goods_cat'] = '所有分类'; $_LANG['custom_goods_brand'] = '所有品牌'; $_LANG['js_languages']['act_name_not_null'] = '请输入批发方案名称'; /* post */ $_LANG['pls_set_user_rank'] = '请设置会员等级'; $_LANG['user_rank_exist'] = '已经存在该商品针对您选择的会员等级的批发方案了'; ?>