Files
EasySoft-ZenTaoPMS/module/user/lang/en.php
T

90 lines
3.5 KiB
PHP

<?php
/**
* The user module english file of ZenTaoMS.
*
* ZenTaoMS is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* ZenTaoMS is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with ZenTaoMS. If not, see <http://www.gnu.org/licenses/>.
*
* @copyright Copyright 2009-2010 Chunsheng Wang
* @author Chunsheng Wang <wwccss@263.net>
* @package user
* @version $Id$
* @link http://www.zentao.cn
*/
$lang->user->common = 'User';
$lang->user->index = "User视图首页";
$lang->user->view = "User Info";
$lang->user->create = "Add User";
$lang->user->read = "View User";
$lang->user->edit = "Edit User";
$lang->user->update = "Edit User";
$lang->user->delete = "Delete User";
$lang->user->activate = "Activate";
$lang->user->browse = "Browse User";
$lang->user->login = "Login";
$lang->user->userView = "User view";
$lang->user->editProfile = "修改个人信息";
$lang->user->editPassword = "修改密码";
$lang->user->deny = "访问受限";
$lang->user->confirmDelete = "您确认删除该User吗?";
$lang->user->confirmActivate = "您确认激活该User吗?";
$lang->user->relogin = "重新登录";
$lang->user->asGuest = "游客访问";
$lang->user->goback = "返回前一页";
$lang->user->allUsers = '全部User';
$lang->user->profile = 'User档案';
$lang->user->project = 'User项目';
$lang->user->task = 'User任务';
$lang->user->bug = 'UserBug';
$lang->user->todo = 'UserTODO';
$lang->user->story = 'User需求';
$lang->user->team = 'User团队';
$lang->user->editProfile = '修改信息';
$lang->user->welcom = "欢迎使用%s公司项目管理系统";
$lang->user->errorDeny = "抱歉,您无权访问『<b>%s</b>』模块的『<b>%s</b>』功能。请联系管理员获取权限。点击后退返回上页。";
$lang->user->gendarList->m = '男';
$lang->user->gendarList->f = '女';
$lang->user->statusList['active'] = '正常';
$lang->user->statusList['delete'] = '删除';
$lang->user->id = 'ID';
$lang->user->company = 'Company';
$lang->user->dept = 'Department';
$lang->user->account = 'Account';
$lang->user->password = 'Password';
$lang->user->password2 = 'Repeat Password';
$lang->user->realname = 'Real Name';
$lang->user->nickname = 'Nick Name';
$lang->user->avatar = 'Avatar';
$lang->user->birthyear = 'Birth Year';
$lang->user->birthday = 'Birth Day';
$lang->user->gendar = 'Gendar';
$lang->user->email = 'EMail';
$lang->user->msn = 'MSN';
$lang->user->qq = 'QQ';
$lang->user->yahoo = 'Yahoo!';
$lang->user->gtalk = 'GTalk';
$lang->user->wangwang = 'WangWang';
$lang->user->mobile = 'Mobile';
$lang->user->phone = 'Phone';
$lang->user->address = 'Address';
$lang->user->zipcode = 'Zipcode';
$lang->user->join = 'Join Date';
$lang->user->visits = 'Visists';
$lang->user->ip = 'IP';
$lang->user->last = 'Lasttime';
$lang->user->status = 'Status';