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.

35 lines
1.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: testyang $
* $Id: reg_fields.php 15053 2008-10-25 03:07:46Z testyang $
*/
$_LANG['field_name'] = '会员注册项名称';
$_LANG['field_order'] = '排序权值';
$_LANG['field_display'] = '是否显示';
$_LANG['field_need'] = '是否必填';
$_LANG['add_reg_field'] = '添加会员注册项';
$_LANG['reg_field_name'] = '注册项名称';
$_LANG['field_name_exist'] = '会员注册项名 %s 已经存在。';
$_LANG['add_field_success'] = '会员注册项已经添加成功。';
$_LANG['update_field_success'] = '会员注册项已经修改成功。';
$_LANG['add_continue'] = '继续添加会员注册项';
$_LANG['back_list'] = '返回会员注册项列表';
$_LANG['order_not_num'] = '输入的排序权值不是有效的数字。';
$_LANG['no_edit'] = '系统保留不可修改';
$_LANG['no_remove'] = '系统保留不可删除';
/* JS 语言 */
$_LANG['js_languages']['field_name_empty'] = '您没有输入会员注册字段名称。';
?>