📄 topic.php
字号:
<?php
/**
* ECSHOP 专题管理语言包
* ============================================================================
* 版权所有 2005-2008 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com;
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* @author: webboy <laupeng@163.com>
* @version: v2.0
* ---------------------------------------------
*/
$_LANG['tab_general'] = 'General information';
$_LANG['tab_desc'] = 'Thematic Introduction';
$_LANG['tab_goods'] = 'Topic merchandise';
$_LANG['tab_advanced'] = 'Advanced Options';
$_LANG['back_list'] = 'Return a list of topics';
$_LANG['continue_add'] = 'Continue to add topics';
$_LANG['topic_class'] = 'Thematic Classification';
$_LANG['select_product'] = 'Choice of merchandise';
$_LANG['default_class'] = 'No Category';
$_LANG['publish_to_player'] = 'Publish to Flash playlist';
$_LANG['publish_to_ads'] = 'Posted to ads';
/* 提示信息 */
$_LANG['succed'] = 'Successful operation!';
$_LANG['notice_template_file'] = 'Fill in the current topic template file name, template file should be uploaded to the current template directory mall, do not fill in will call the default template.';
$_LANG['notice_css'] = 'Fill in the current topic of CSS style code, do not fill in the template default CSS file called';
$_LANG['js_languages']['topic_name_empty'] = 'Please enter the topic name!';
$_LANG['js_languages']['start_time_empty'] = 'Please select the topic start time!';
$_LANG['js_languages']['end_time_empty'] = 'Please select a topic The End Time!';
$_LANG['js_languages']['delete_topic_confirm'] = 'Delete the selected item to determine it?';
$_LANG['js_languages']['sort_name_exist'] = 'The classification already existed';
$_LANG['js_languages']['sort_name_empty'] = 'Please enter the category names';
$_LANG['js_languages']['move_item_confirm'] = 'Selected merchandise has been transferred to the \"className \" classification under the';
$_LANG['js_languages']['item_upper_limit'] = 'Each classification of goods under Can not more than 50';
$_LANG['js_languages']['start_lt_end'] = 'The topic start time should not exceed the end of time';
/* 专题信息字段 */
$_LANG['topic_id'] = 'No.';
$_LANG['topic_title'] = 'Topic name';
$_LANG['topic_desc'] = 'Thematic Introduction';
$_LANG['start_time'] = 'Start Time';
$_LANG['end_time'] = 'The End Time';
$_LANG['cycle'] = 'Activity cycle';
$_LANG['template_file'] = 'Thematic template file';
$_LANG['style_sheet'] = 'Thematic Stylesheet';
$_LANG['all_goods'] = 'Optional merchandise';
$_LANG['selected_goods'] = 'Selected merchandise';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -