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.

45 lines
1.9 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: testyang $
* $Id: agency.php 15013 2008-10-23 09:31:42Z testyang $
*/
/* 菜單 */
$_LANG['add_suppliers'] = '添加供貨商';
$_LANG['edit_suppliers'] = '編輯供貨商';
$_LANG['suppliers_list'] = '供貨商列表';
/* 列表頁 */
$_LANG['suppliers_name'] = '供貨商名稱';
$_LANG['suppliers_desc'] = '供貨商描述';
$_LANG['suppliers_check'] = '狀態';
/* 詳情頁 */
$_LANG['label_suppliers_name'] = '供貨商名稱:';
$_LANG['label_suppliers_desc'] = '供貨商描述:';
$_LANG['label_admins'] = '負責該供貨商的管理員:';
$_LANG['notice_admins'] = '用星號(*)標注的管理員表示已經負責其他的供貨商了';
$_LANG['suppliers_name_exist'] = '該供貨商名稱已存在,請您換一個名稱';
/* 系統提示 */
$_LANG['continue_add_suppliers'] = '繼續添加供貨商';
$_LANG['back_suppliers_list'] = '返回供貨商列表';
$_LANG['add_suppliers_ok'] = '添加供貨商成功';
$_LANG['edit_suppliers_ok'] = '編輯供貨商成功';
$_LANG['batch_drop_ok'] = '批量刪除成功';
$_LANG['batch_drop_no'] = '批量刪除失敗';
$_LANG['suppliers_edit_fail'] = '名稱修改失敗';
$_LANG['no_record_selected'] = '沒有選擇任何記錄';
/* JS提示 */
$_LANG['js_languages']['no_suppliers_name'] = '沒有填供貨商名稱';
?>