⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 package.php

📁 ECSHOP是一款开源免费的通用电子商务平台构建软件
💻 PHP
字号:
<?php

/**
 * ECSHOP
 * ============================================================================
 * 版权所有 2005-2008 上海商派网络科技有限公司,并保留所有权利。
 * 网站地址: http://www.ecshop.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['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';

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -