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.
69 lines
2.7 KiB
69 lines
2.7 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP 会员账号管理语言文件
|
|
* ============================================================================
|
|
* * 版权所有 2005-2016 上海商创网络科技有限公司,并保留所有权利。
|
|
* 网站地址: http://www.ecmoban.com;
|
|
* ----------------------------------------------------------------------------
|
|
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
|
|
* 使用;不允许对程序代码以任何形式任何目的的再发布。
|
|
* ============================================================================
|
|
* $Author: liubo $
|
|
* $Id: users.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['view_order'] = '查看';
|
|
$_LANG['button_remove'] = '删除流程';
|
|
$_LANG['steps_style'] = '显示样式';
|
|
|
|
//添加流程步骤
|
|
$_LANG['steps_process'] = '所属流程';
|
|
$_LANG['steps_process_title'] = '流程信息标题';
|
|
$_LANG['steps_process_article'] = '文章ID';
|
|
$_LANG['add_success_process'] = '添加成功。';
|
|
$_LANG['add_failure'] = '添加失败,数据已存在';
|
|
$_LANG['remove_success'] = '删除成功';
|
|
$_LANG['remove_confirm_process'] = '您确定要删除该步骤吗';
|
|
$_LANG['steps_process_article'] = '文章ID';
|
|
$_LANG['goto_list'] = '返回申请步骤列表';
|
|
$_LANG['insert_success'] = "添加成功";
|
|
$_LANG['insert_failure'] = '添加失败';
|
|
$_LANG['update_success'] = "更新成功";
|
|
$_LANG['update_failure'] = '更新失败';
|
|
|
|
$_LANG['steps_sort'] = '排序';
|
|
|
|
//添加流程信息
|
|
|
|
$_LANG['merchants_fields_add'] = '添加字段';
|
|
$_LANG['merchants_fields_del'] = '删除字段';
|
|
$_LANG['merchants_fields_edit'] = '编辑字段';
|
|
|
|
$_LANG['add_success'] = '字段添加成功。';
|
|
|
|
$_LANG['01_merchants_list'] = '申请流程列表';
|
|
$_LANG['02_merchants_add'] = '添加流程步骤';
|
|
$_LANG['03_merchants_edit'] = '编辑流程';
|
|
$_LANG['04_merchants_add_info'] = '添加流程信息';
|
|
|
|
$_LANG['05_merchants_title_list'] = '申请流程信息列表';
|
|
|
|
$_LANG['fields_steps'] = '所属流程';
|
|
$_LANG['fields_titles'] = '内容标题';
|
|
$_LANG['fields_special_instructions'] = '特殊说明';
|
|
$_LANG['fields_special_type'] = '显示位置';
|
|
$_LANG['fields_next'] = '下一步标题';
|
|
$_LANG['titles_annotation'] = '标题注释';
|
|
$_LANG['merchants_date'] = '表单字段';
|
|
$_LANG['merchants_dateType'] = '数据类型';
|
|
$_LANG['merchants_length'] = '数据长度';
|
|
$_LANG['merchants_notnull'] = '是否为空';
|
|
$_LANG['merchants_coding'] = '数据编码';
|
|
$_LANG['merchants_formName'] = '表单标题';
|
|
$_LANG['formName_special'] = '表单注释';
|
|
$_LANG['merchants_form'] = '表单类型';
|
|
$_LANG['merchants_img'] = '图片说明';
|
|
$_LANG['radio_checkbox'] = '单选或多选按钮名称';
|
|
|
|
?>
|
|
|