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.

61 lines
2.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: wayne $
* $Id: shophelp.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['shophelp_add'] = '添加新帮助文章';
$_LANG['cat_add'] = '添加新分类';
$_LANG['cat_name'] = '分类名称';
$_LANG['title'] = '文章名称';
$_LANG['article_type'] = '文章类型';
$_LANG['add_time'] = '添加时间';
$_LANG['sort'] = '排序';
$_LANG['article_add'] = '添加新帮助文章';
$_LANG['cat'] = '文章分类';
$_LANG['article_list'] = '网店帮助信息管理';
$_LANG['back_list'] = '返回帮助信息管理';
$_LANG['continue_add'] = '继续添加文章';
$_LANG['top'] = '置顶';
$_LANG['common'] = '普通';
$_LANG['num'] = '文章数量';
$_LANG['page'] = '文章数量';
$_LANG['cat_name_empty'] = '分类名称不能为空!';
$_LANG['article_list'] = '帮助文章列表';
$_LANG['cat_list'] = '帮助分类列表';
$_LANG['select_plz'] = '请选择...';
/* 提示信息 */
$_LANG['catname_exist'] = '此分类名已经存在!';
$_LANG['title_exist'] = '此文章主题已经存在!';
$_LANG['catadd_fail'] = '添加分类失败';
$_LANG['catedit_fail'] = '分类编辑失败';
$_LANG['remove_fail'] = '删除失败';
$_LANG['edit_fail'] = '编辑失败';
$_LANG['enter_int'] = '请输入一个整数';
$_LANG['articleadd_succeed'] = '文章添加成功';
$_LANG['articleedit_succeed'] = '文章 %s 编辑成功';
$_LANG['articlename_exist'] = '文章 %s 已经存在';
$_LANG['not_emptycat'] = '分类下还有文章,不允许删除非空分类';
/*JS 语言项*/
$_LANG['js_languages']['no_catname'] = '没有输入分类名';
$_LANG['js_languages']['lang_remove'] = '移除';
$_LANG['js_languages']['lang_sort'] = '排序:';
$_LANG['js_languages']['lang_article_add'] = '添加新帮助文章';;
$_LANG['js_languages']['lang_article_list'] = '帮助文章列表';;
$_LANG['js_languages']['remove_confirm'] = '你确认要删除该记录吗?';;
$_LANG['js_languages']['no_title'] = '没有输入文章标题';;
$_LANG['js_languages']['no_cat'] = '没有选择帮助文章分类';
$_LANG['js_languages']['chap'] = '篇';
?>