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.
 
 
 
 

37 lines
1.6 KiB

<?php
/**
* ECSHOP User register options manage language file
* ============================================================================
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
* Development Ltd.
* Web site: http://www.ecmoban.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: zblikai $
* $Id: mail_template.php 15646 2009-02-23 08:33:00Z zblikai $
*/
$_LANG['field_name'] = 'The name of the uesr register options';
$_LANG['field_order'] = 'Order';
$_LANG['field_display'] = 'Display or not';
$_LANG['field_need'] = 'Need to input or not';
$_LANG['add_reg_field'] = 'Add a uesr register option';
$_LANG['reg_field_name'] = 'The name of the register options';
$_LANG['field_name_exist'] = 'The name of this uesr register option %s is exist.';
$_LANG['add_field_success'] = 'The uesr register option has added.';
$_LANG['update_field_success'] = 'The uesr register option has updated.';
$_LANG['add_continue'] = 'Continue to add user info option.';
$_LANG['back_list'] = 'Back to list.';
$_LANG['order_not_num'] = 'The value inputed is not a valid numble.';
$_LANG['no_edit'] = 'System reserved can`t be edited';
$_LANG['no_remove'] = 'System reserved can`t be removed';
/* JS 语言 */
$_LANG['js_languages']['field_name_empty'] = 'You don\'t input the name of the user info option.';
?>