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'] = '您沒有輸入會員註冊字段名稱。';
?>