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.
57 lines
2.8 KiB
57 lines
2.8 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP
|
|
* ============================================================================
|
|
* * 版权所有 2005-2016 上海商创网络科技有限公司,并保留所有权利。
|
|
* 网站地址: http://www.ecmoban.com;
|
|
* ----------------------------------------------------------------------------
|
|
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
|
|
* 使用;不允许对程序代码以任何形式任何目的的再发布。
|
|
* ============================================================================
|
|
* $Author $
|
|
* $Id $
|
|
*/
|
|
|
|
$_LANG['package_id'] = 'id';
|
|
$_LANG['package_name'] = 'name';
|
|
$_LANG['goodsid'] = 'Events related merchandise';
|
|
$_LANG['goods_name'] = 'Associated trade names';
|
|
$_LANG['start_time'] = 'Activity start time';
|
|
$_LANG['end_time'] = 'The End Time Events';
|
|
$_LANG['package_price'] = 'Package price';
|
|
$_LANG['package_edit'] = 'Edit Value Package Events';
|
|
$_LANG['desc'] = 'Activity Description Value Package';
|
|
$_LANG['make_option'] = 'Please search for merchandise to generate a list of options';
|
|
$_LANG['keywords'] = 'Commodity keywords';
|
|
$_LANG['search_goods'] = 'Merchandise search';
|
|
$_LANG['all_goods'] = 'Optional merchandise';
|
|
$_LANG['package_goods'] = 'The gift of merchandise';
|
|
$_LANG['goods_number'] = 'Amount';
|
|
$_LANG['saving'] = 'Saving';
|
|
|
|
/* 提示信息 */
|
|
$_LANG['no_goods'] = 'Merchandise you entered does not exist, please check before importation';
|
|
$_LANG['package_exist'] = 'Value Package %s already exists';
|
|
$_LANG['back_list'] = 'Return a list of Events';
|
|
$_LANG['continue_add'] = 'Continue to add new activities';
|
|
$_LANG['add_succeed'] = 'Add success';
|
|
$_LANG['edit_succeed'] = 'Editor successful';
|
|
$_LANG['edit_fail'] = 'Editor failure';
|
|
$_LANG['no_name'] = 'Activity name can not be empty';
|
|
|
|
/* 帮助信息 */
|
|
$_LANG['notice_goodsid'] = 'Need to search for merchandise to generate a list of merchandise, and then choose';
|
|
$_LANG['notice_package_price'] = 'Package purchase price';
|
|
|
|
/*JS 语言项*/
|
|
$_LANG['js_languages']['no_name'] = 'Activity did not enter a name';
|
|
$_LANG['js_languages']['no_desc'] = 'Did not enter a description of Activity';
|
|
$_LANG['js_languages']['no_goods_id'] = 'No choice merchandise';
|
|
$_LANG['js_languages']['invalid_starttime'] = 'Enter the starting time wrong format, month, time should complement the two';
|
|
$_LANG['js_languages']['invalid_endtime'] = 'Enter the time format is not the end of the month, time should complement the two';
|
|
$_LANG['js_languages']['invalid_gt'] = 'Enter the end time should be greater than start date';
|
|
$_LANG['js_languages']['search_is_null'] = 'No english to any merchandise, please re-english';
|
|
$_LANG['js_languages']['invalid_package_price'] = 'Package price is empty or is not a figure';
|
|
|
|
?>
|