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.

60 lines
2.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 品牌管理语言项
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: wayne $
* $Id: brand.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_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'] = "只能上传jpggifpng类型的图片";
$_LANG['upfile_error'] = "图片无法上传请确保data目录下所有子目录的可写性";
$_LANG['visibility_notes'] = '当品牌下还没有產品的时候,首页及分类页的品牌区将不会显示该品牌。';
/*JS 语言项*/
$_LANG['js_languages']['no_brandname'] = '您必须输入品牌名称!';
$_LANG['js_languages']['require_num'] = '排序序号必须是一个数字';
?>