91 lines
3.9 KiB
PHP
91 lines
3.9 KiB
PHP
<?php
|
|
/**
|
|
* The user module zh-tw 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 青島易軟天創網絡科技有限公司(www.cnezsoft.com)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package user
|
|
* @version $Id: zh-tw.php 1068 2010-09-11 07:11:57Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->user->common = '用戶';
|
|
$lang->user->index = "用戶視圖首頁";
|
|
$lang->user->view = "用戶詳情";
|
|
$lang->user->create = "添加用戶";
|
|
$lang->user->read = "查看用戶";
|
|
$lang->user->edit = "編輯用戶";
|
|
$lang->user->update = "編輯用戶";
|
|
$lang->user->delete = "刪除用戶";
|
|
$lang->user->activate = "激活";
|
|
$lang->user->browse = "瀏覽用戶";
|
|
$lang->user->login = "用戶登錄";
|
|
$lang->user->userView = "人員視圖";
|
|
$lang->user->editProfile = "修改個人信息";
|
|
$lang->user->editPassword = "修改密碼";
|
|
$lang->user->deny = "訪問受限";
|
|
$lang->user->confirmDelete = "您確認刪除該用戶嗎?";
|
|
$lang->user->confirmActivate = "您確認激活該用戶嗎?";
|
|
$lang->user->relogin = "重新登錄";
|
|
$lang->user->asGuest = "遊客訪問";
|
|
$lang->user->goback = "返回前一頁";
|
|
$lang->user->allUsers = '全部用戶';
|
|
$lang->user->deleted = '(已刪除)';
|
|
|
|
$lang->user->profile = '用戶檔案';
|
|
$lang->user->project = '用戶項目';
|
|
$lang->user->task = '用戶任務';
|
|
$lang->user->bug = '用戶Bug';
|
|
$lang->user->todo = '用戶TODO';
|
|
$lang->user->story = '用戶需求';
|
|
$lang->user->team = '用戶團隊';
|
|
$lang->user->editProfile = '修改信息';
|
|
|
|
$lang->user->errorDeny = "抱歉,您無權訪問『<b>%s</b>』模組的『<b>%s</b>』功能。請聯繫管理員獲取權限。點擊後退返回上頁。";
|
|
$lang->user->loginFailed = "登錄失敗,請檢查您的用戶名或密碼是否填寫正確。";
|
|
|
|
$lang->user->gendarList->m = '男';
|
|
$lang->user->gendarList->f = '女';
|
|
$lang->user->statusList['active'] = '正常';
|
|
$lang->user->statusList['delete'] = '刪除';
|
|
|
|
$lang->user->id = '用戶編號';
|
|
$lang->user->company = '所屬公司';
|
|
$lang->user->dept = '所屬部門';
|
|
$lang->user->account = '用戶名';
|
|
$lang->user->password = '密碼';
|
|
$lang->user->password2 = '請重複密碼';
|
|
$lang->user->realname = '真實姓名';
|
|
$lang->user->nickname = '暱稱';
|
|
$lang->user->avatar = '頭像';
|
|
$lang->user->birthyear = '出生年';
|
|
$lang->user->birthday = '出生月日';
|
|
$lang->user->gendar = '性別';
|
|
$lang->user->email = '郵箱';
|
|
$lang->user->msn = 'MSN';
|
|
$lang->user->qq = 'QQ';
|
|
$lang->user->yahoo = '雅虎通';
|
|
$lang->user->gtalk = 'GTalk';
|
|
$lang->user->wangwang = '旺旺';
|
|
$lang->user->mobile = '手機';
|
|
$lang->user->phone = '電話';
|
|
$lang->user->address = '通訊地址';
|
|
$lang->user->zipcode = '郵編';
|
|
$lang->user->join = '加入日期';
|
|
$lang->user->visits = '訪問次數';
|
|
$lang->user->ip = '最後IP';
|
|
$lang->user->last = '最後登錄時間';
|
|
$lang->user->status = '狀態';
|