* @package user * @version $Id: en.php 5053 2013-07-06 08:17:37Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->user->common = 'User'; $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->role = 'Role'; $lang->user->group = 'Group'; $lang->user->realname = 'Name'; $lang->user->nickname = 'Nickname'; $lang->user->commiter = 'SVN/GIT Account'; $lang->user->birthyear = 'DOB'; $lang->user->gender = 'Gender'; $lang->user->email = 'Email'; $lang->user->basicInfo = 'Basic Info.'; $lang->user->accountInfo = 'Account Info.'; $lang->user->verify = 'Verification'; $lang->user->contactInfo = 'Contact'; $lang->user->skype = 'Skype'; $lang->user->qq = 'QQ'; $lang->user->mobile = 'Mobile'; $lang->user->phone = 'Phone'; $lang->user->weixin = 'WeChat'; $lang->user->dingding = 'DingDing'; $lang->user->slack = 'Slack'; $lang->user->whatsapp = 'WhatsApp'; $lang->user->address = 'Address'; $lang->user->zipcode = 'ZipCode'; $lang->user->join = 'Joined'; $lang->user->visits = 'Visits'; $lang->user->ip = 'Last IP'; $lang->user->last = 'Last Login'; $lang->user->ranzhi = 'Zdoo Account'; $lang->user->ditto = 'Ditto'; $lang->user->originalPassword = 'Password'; $lang->user->newPassword = 'New Password'; $lang->user->verifyPassword = 'Password'; $lang->user->resetPassword = 'Forgot Password?'; $lang->user->legendBasic = 'Basic Info.'; $lang->user->legendContribution = 'Contribution'; $lang->user->index = "Home"; $lang->user->view = "Overview"; $lang->user->create = "Add User"; $lang->user->batchCreate = "Batch Add"; $lang->user->edit = "Edit User"; $lang->user->batchEdit = "Batch Edit"; $lang->user->unlock = "Unlock"; $lang->user->delete = "Delete"; $lang->user->unbind = "Unbind Zdoo"; $lang->user->login = "Login"; $lang->user->mobileLogin = "Mobile"; $lang->user->editProfile = "Edit Profile"; $lang->user->deny = "Your access is denied."; $lang->user->confirmDelete = "Do you want to delete this user?"; $lang->user->confirmUnlock = "Do you want to unlock this user?"; $lang->user->confirmUnbind = "Do you want to unbind this user from Zdoo?"; $lang->user->relogin = "Login Again"; $lang->user->asGuest = "Guest"; $lang->user->goback = "Back"; $lang->user->deleted = '(Deleted)'; $lang->user->search = 'Search'; $lang->user->saveTemplate = 'Save as Template'; $lang->user->setPublic = 'Set as Public Template'; $lang->user->deleteTemplate = 'Delete Template'; $lang->user->setTemplateTitle = 'Please enter the title of template.'; $lang->user->applyTemplate = 'Templates'; $lang->user->confirmDeleteTemplate = 'Do you want to delete this template?'; $lang->user->setPublicTemplate = 'Set as Public Template'; $lang->user->profile = 'Profile'; $lang->user->project = $lang->projectCommon; $lang->user->task = 'Task'; $lang->user->bug = 'Bug'; $lang->user->test = 'QA'; $lang->user->testTask = 'Test Request'; $lang->user->testCase = 'Test Case'; $lang->user->schedule = 'Schedule'; $lang->user->todo = 'Todo'; $lang->user->story = 'Story'; $lang->user->dynamic = 'Dynamics'; $lang->user->openedBy = 'Openedby'; $lang->user->assignedTo = 'AssignedTo'; $lang->user->finishedBy = 'FinishedBy'; $lang->user->resolvedBy = 'SolvedBy'; $lang->user->closedBy = 'ClosedBy'; $lang->user->reviewedBy = 'ReviewedBy'; $lang->user->canceledBy = 'CancelledBy'; $lang->user->testTask2Him = 'Build'; $lang->user->case2Him = 'Case Assigned'; $lang->user->caseByHim = 'Case Opened'; $lang->user->errorDeny = "Sorry, your access to %s of %s is denied. Please contact your Admin to get permissions. Click Back to return."; $lang->user->loginFailed = "Login failed. Please check your account and password."; $lang->user->lockWarning = "You can try %s times."; $lang->user->loginLocked = "Please contact the administrator to unlock your account or try %s minutes later."; $lang->user->weakPassword = "Your password does not meet the requirements."; $lang->user->roleList[''] = ''; $lang->user->roleList['dev'] = 'Developer'; $lang->user->roleList['qa'] = 'Tester'; $lang->user->roleList['pm'] = 'Scrum Master'; $lang->user->roleList['po'] = 'Product Owner'; $lang->user->roleList['td'] = 'Technical Manager'; $lang->user->roleList['pd'] = 'Product Manager'; $lang->user->roleList['qd'] = 'QA Manager'; $lang->user->roleList['top'] = 'Senior Manager'; $lang->user->roleList['others'] = 'Other'; $lang->user->genderList['m'] = 'M'; $lang->user->genderList['f'] = 'F'; $lang->user->passwordStrengthList[0] = "Weak"; $lang->user->passwordStrengthList[1] = "Good"; $lang->user->passwordStrengthList[2] = "Strong"; $lang->user->statusList['active'] = 'Active'; $lang->user->statusList['delete'] = 'Deleted'; $lang->user->personalData['createdTodo'] = 'Todos Created'; $lang->user->personalData['createdStory'] = 'Stories Created'; $lang->user->personalData['finishedTask'] = 'Tasks Finished'; $lang->user->personalData['resolvedBug'] = 'Bugs Solved'; $lang->user->personalData['createdCase'] = 'Cases Created'; $lang->user->keepLogin['on'] = 'Keep Login'; $lang->user->loginWithDemoUser = 'Login as Demo User:'; $lang->user->tpl = new stdclass(); $lang->user->tpl->type = 'Type'; $lang->user->tpl->title = 'TPL Title'; $lang->user->tpl->content = 'Content'; $lang->user->tpl->public = 'Public'; $lang->user->placeholder = new stdclass(); $lang->user->placeholder->account = 'Letters, underline and numbers, >= 3 characters'; $lang->user->placeholder->password1 = '>= 6 characters'; $lang->user->placeholder->role = "Role is related to content and user order."; $lang->user->placeholder->group = "Group is related to user permissions."; $lang->user->placeholder->commiter = 'SVN/Git account'; $lang->user->placeholder->verify = 'Please enter your login password.'; $lang->user->placeholder->passwordStrength[1] = '>= 6 letters and numbers'; $lang->user->placeholder->passwordStrength[2] = '>= 10 letters, numbers and special characters'; $lang->user->error = new stdclass(); $lang->user->error->account = "ID %s,account must be >= 3 letters, underline, or numbers"; $lang->user->error->accountDupl = "ID %s,account is used."; $lang->user->error->realname = "ID %s,must be real name"; $lang->user->error->password = "ID %s,password must be >= 6 characters."; $lang->user->error->mail = "ID %s,please enter valid Email address"; $lang->user->error->reserved = "ID %s,account is reserved."; $lang->user->error->verifyPassword = "Verification failed. Please enter your Login Password."; $lang->user->error->originalPassword = "Old password is incorrect."; $lang->user->contactFieldList['skype'] = $lang->user->skype; $lang->user->contactFieldList['qq'] = $lang->user->qq; $lang->user->contactFieldList['dingding'] = $lang->user->dingding; $lang->user->contactFieldList['weixin'] = $lang->user->weixin; $lang->user->contactFieldList['mobile'] = $lang->user->mobile; $lang->user->contactFieldList['slack'] = $lang->user->slack; $lang->user->contactFieldList['whatsapp'] = $lang->user->whatsapp; $lang->user->contactFieldList['phone'] = $lang->user->phone; $lang->user->contacts = new stdclass(); $lang->user->contacts->common = 'Contacts'; $lang->user->contacts->listName = 'List Name'; $lang->user->contacts->userList = 'User List'; $lang->user->contacts->manage = 'Manage List'; $lang->user->contacts->contactsList = 'Contact List'; $lang->user->contacts->selectedUsers = 'Users'; $lang->user->contacts->selectList = 'List'; $lang->user->contacts->createList = 'Create List'; $lang->user->contacts->noListYet = 'No contact list exists. Please create one first.'; $lang->user->contacts->confirmDelete = 'Do you want to delete this list?'; $lang->user->contacts->or = ' or '; $lang->user->resetFail = "Failed. Please check the account."; $lang->user->resetSuccess = "Reset! Please use your new password to login."; $lang->user->noticeResetFile = "
Contact the Administrator to reset your password.
If you are, please login your Zentao host and create a file named '%s' .

Note:

  1. Keep the file empty.
  2. If the file exists, remove it and create it again.
";