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'] = '没有填供货商名称';
?>