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'] = '排序序號必須是一個數字';
?>