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: brand.php 17217 2011-01-19 06:29:08Z liubo $ */ $_LANG['brand_name'] = '品牌名称'; $_LANG['site_url'] = '品牌网址'; $_LANG['brand_desc'] = '品牌描述'; $_LANG['brand_logo'] = '品牌LOGO'; $_LANG['sort_order'] = '排序'; $_LANG['is_show'] = '是否显示'; $_LANG['drop_brand_logo'] = '删除图标'; $_LANG['confirm_drop_logo'] = '你确认要删除该图标吗?'; $_LANG['drop_brand_logo_success'] = '删除品牌logo成功'; $_LANG['brand_edit_lnk'] = '重新编辑该品牌'; $_LANG['brand_list_lnk'] = '返回列表页面'; /*帮助信息*/ $_LANG['up_brandlogo'] = '请上传图片,做为品牌的LOGO!'; $_LANG['warn_brandlogo'] = '你已经上传过图片。再次上传时将覆盖原图片!'; /*提示信息*/ $_LANG['brand_edit'] = '编辑品牌记录'; $_LANG['upload_failure'] = '图片上传失败!'; $_LANG['brandedit_fail'] = '品牌 %s 修改失败!'; $_LANG['brandadd_succed'] = '新品牌添加成功!'; $_LANG['brandedit_succed'] = '品牌 %s 修改成功!'; $_LANG['brandname_exist'] = '品牌 %s 已经存在!'; $_LANG['drop_confirm'] = '你确认要删除选定的商品品牌吗?'; $_LANG['drop_succeed'] = '已成功删除!'; $_LANG['drop_fail'] = '删除失败!'; $_LANG['no_brandname'] = '您必须输入品牌名称!'; $_LANG['enter_int'] = '请输入一个整数!'; $_LANG['back_list'] = '返回品牌列表'; $_LANG['continue_add'] = '继续添加新品牌'; $_LANG['upfile_type_error'] = "只能上传jpg,gif,png类型的图片"; $_LANG['upfile_error'] = "图片无法上传,请确保data目录下所有子目录的可写性!"; $_LANG['visibility_notes'] = '当品牌下还没有商品的时候,首页及分类页的品牌区将不会显示该品牌。'; /*JS 语言项*/ $_LANG['js_languages']['no_brandname'] = '您必须输入品牌名称!'; $_LANG['js_languages']['require_num'] = '排序序号必须是一个数字'; ?>