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

📄 shophelp.php

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

/**
 * ECSHOP
 * ============================================================================
 * All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
 * Development Ltd.
 * Web site: http://www.ecshop.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: testyang $
 * $Id: shophelp.php 14227 2008-03-10 06:37:24Z testyang $
*/
$_LANG['shophelp_add'] = 'Add new help';
$_LANG['cat_add'] = 'Add new category';
$_LANG['cat_name'] = 'Category name';
$_LANG['title'] = 'Title';
$_LANG['article_type'] = 'Article type';
$_LANG['add_time'] = 'Add time';
$_LANG['sort'] = 'Sort';
$_LANG['article_add'] = 'Add new article';
$_LANG['cat'] = 'Article category';
$_LANG['article_list'] = 'Help information management.';
$_LANG['back_list'] = 'Return to help information manegement.';
$_LANG['continue_add'] = 'Continue add new article';
$_LANG['top'] = 'Top';
$_LANG['common'] = 'Common';
$_LANG['num'] = 'Articles quantity';

$_LANG['page'] = 'Articles quantity';

$_LANG['cat_name_empty'] = 'Name of category can\'t be blank!';

$_LANG['article_list'] = 'Help articles list';
$_LANG['cat_list'] = 'Help categories list';

$_LANG['select_plz'] = 'Please select...';

/* Prompting message */
$_LANG['catname_exist'] = '%s already exists.';
$_LANG['title_exist'] = '%s already exists.';
$_LANG['catadd_fail'] = 'Add new category has failed';
$_LANG['catedit_fail'] = 'Edit category has failed';
$_LANG['remove_fail'] = 'Delete failed';
$_LANG['edit_fail'] = 'Edit failed';
$_LANG['enter_int'] = 'Please enter an integer';
$_LANG['articleadd_succeed'] = 'Add article successfully';
$_LANG['articleedit_succeed'] = 'Edit %s successfully';
$_LANG['articlename_exist'] = '%s already exists.';
$_LANG['not_emptycat'] = 'The category can\'t be deleted ,because there are articles in the category.';

/*JS language item*/
$_LANG['js_languages']['no_catname'] = 'Please enter name of category.';
$_LANG['js_languages']['lang_remove'] = 'Remove';
$_LANG['js_languages']['lang_sort'] = 'Sort:';
$_LANG['js_languages']['lang_article_add'] = 'Add a new help article';
$_LANG['js_languages']['lang_article_list'] = 'Help articles list';
$_LANG['js_languages']['remove_confirm'] = 'Are you sure delete the record?';
$_LANG['js_languages']['no_title'] = 'Please enter article\'s title.';
$_LANG['js_languages']['no_cat'] = 'Please select the help article\'s category.';
$_LANG['js_languages']['chap'] = 'Chapter';

?>

⌨️ 快捷键说明

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