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.

63 lines
2.7 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: articlecat.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['cat_name'] = '文章分类名称';
$_LANG['type'] = '分类类型';
$_LANG['type_name'][COMMON_CAT] = '普通分类';
$_LANG['type_name'][SYSTEM_CAT] = '系统分类';
$_LANG['type_name'][INFO_CAT] = '网店信息';
$_LANG['type_name'][UPHELP_CAT] = '帮助分类';
$_LANG['type_name'][HELP_CAT] = '网店帮助';
$_LANG['cat_keywords'] = '关键字';
$_LANG['cat_desc'] = '描述';
$_LANG['parent_cat'] = '上级分类';
$_LANG['cat_top'] = '顶级分类';
$_LANG['not_allow_add'] = '你所选分类不允许添加子分类';
$_LANG['not_allow_remove'] = '系统保留分类,不允许删除';
$_LANG['is_fullcat'] = '该分类下还有子分类,请先删除其子分类';
$_LANG['show_in_nav'] = '是否显示在导航栏';
$_LANG['isopen'] = '显示';
$_LANG['isclose'] = '不显示';
$_LANG['add_article'] = '添加文章';
$_LANG['articlecat_edit'] = '文章分类编辑';
/* 提示信息 */
$_LANG['catname_exist'] = '分类名 %s 已经存在';
$_LANG['parent_id_err'] = '分类名 %s 的父分类不能设置成本身或本身的子分类';
$_LANG['back_list'] = '返回分类列表';
$_LANG['continue_add'] = '继续添加新分类';
$_LANG['catadd_succed'] = '已成功添加';
$_LANG['catedit_succed'] = '分类 %s 编辑成功';
$_LANG['back_list'] = '返回分类列表';
$_LANG['continue_add'] = '继续添加分类';
$_LANG['no_catname'] = '请填入分类名';
$_LANG['edit_fail'] = '编辑失败';
$_LANG['enter_int'] = '请输入一个整数';
$_LANG['not_emptycat'] = '分类下还有文章,不允许删除非空分类';
/*帮助信息*/
$_LANG['notice_keywords'] ='关键字为选填项,其目的在于方便外部搜索引擎搜索';
$_LANG['notice_isopen'] ='该文章分类是否显示在前台的主导航栏中。';
/*JS 语言项*/
$_LANG['js_languages']['no_catname'] = '没有输入分类的名称';
$_LANG['js_languages']['sys_hold'] = '系统保留分类,不允许添加子分类';
$_LANG['js_languages']['remove_confirm'] = '您确定要删除选定的分类吗?';
?>