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.
 
 
 
 

32 lines
1.4 KiB

<?php
/**
* ECSHOP 会员账号管理语言文件
* ============================================================================
* * 版权所有 2005-2016 上海商创网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecmoban.com;
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: users.php 17217 2011-01-19 06:29:08Z liubo $
*/
/* 列表页面 */
$_LANG['add_region'] = '添加区域';
$_LANG['region_name'] = '区域名称';
$_LANG['choose_area'] = '选择地区';
$_LANG['region_list'] = '区域列表';
$_LANG['ra_sort'] = '排序';
$_LANG['add_success'] = '添加区域 %s 成功。';
$_LANG['add_failed'] = '添加区域 %s 失败。';
$_LANG['remove_confirm'] = '您确定要删除该区域吗?';
$_LANG['update_success'] = '更新区域成功。';
$_LANG['update_failed'] = '更新区域失败,该区域已存在';
$_LANG['goto_list'] = '返回区域列表';
$_LANG['edit_region'] = '编辑区域';
$_LANG['button_remove'] = '删除区域';
$_LANG['list_remove_confirm'] = '您确定要删除所有选中的区域吗?';
$_LANG['remove_success'] = '区域删除成功。';
?>