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.
 
 
 
 

47 lines
1.9 KiB

<?php
/**
* ECSHOP Suppliers manage language file
* ============================================================================
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
* Development Ltd.
* Web site: http://www.ecmoban.com
* ----------------------------------------------------------------------------
* This is a free/open source software;it means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: zblikai $
* $Id: statistic.php 15646 2009-02-23 08:33:00Z zblikai $
*/
/* 菜单 */
$_LANG['add_suppliers'] = 'Add suppliers';
$_LANG['edit_suppliers'] = 'Edit suppliers';
$_LANG['suppliers_list'] = 'Suppliers list';
/* 列表页 */
$_LANG['suppliers_name'] = 'Suppliers name';
$_LANG['suppliers_desc'] = 'Suppliers description';
$_LANG['suppliers_check'] = 'State';
/* 详情页 */
$_LANG['label_suppliers_name'] = 'suppliers name:';
$_LANG['label_suppliers_desc'] = 'suppliers description:';
$_LANG['label_admins'] = 'admin in charge of this supplier:';
$_LANG['notice_admins'] = 'the admin marked by (*) has in charge of other suppliers';
$_LANG['suppliers_name_exist'] = 'this supplier has existed, please use another name';
/* 系统提示 */
$_LANG['continue_add_suppliers'] = 'continue to add suppliers';
$_LANG['back_suppliers_list'] = 'back to suppliers list';
$_LANG['add_suppliers_ok'] = 'add suppliers succesful';
$_LANG['edit_suppliers_ok'] = 'edit suppliers succesful';
$_LANG['batch_drop_no'] = 'Bulk delete failed';
$_LANG['batch_drop_ok'] = 'batched delete succesful';
$_LANG['suppliers_edit_fail'] = 'fail to edit name';
$_LANG['no_record_selected'] = 'no record selected';
/* JS提示 */
$_LANG['js_languages']['no_suppliers_name'] = 'no supplier name';
?>