308 lines
16 KiB
PHP
308 lines
16 KiB
PHP
<?php
|
||
/**
|
||
* The project module English file of ZenTaoPMS.
|
||
*
|
||
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
||
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
||
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
||
* @package project
|
||
* @version $Id: en.php 5094 2013-07-10 08:46:15Z chencongzhi520@gmail.com $
|
||
* @link http://www.zentao.net
|
||
*/
|
||
/* Fields. */
|
||
$lang->project->common = $lang->projectCommon;
|
||
$lang->project->allProjects = 'All';
|
||
$lang->project->type = 'Type';
|
||
$lang->project->name = 'Name';
|
||
$lang->project->code = 'Alias';
|
||
$lang->project->begin = 'Begin';
|
||
$lang->project->end = 'End';
|
||
$lang->project->dateRange = 'Duration';
|
||
$lang->project->to = 'To';
|
||
$lang->project->days = 'Man-Day';
|
||
$lang->project->day = 'day';
|
||
$lang->project->workHour = 'Hour(s)';
|
||
$lang->project->status = 'Status';
|
||
$lang->project->desc = 'Desc';
|
||
$lang->project->owner = 'Owner';
|
||
$lang->project->PO = 'PO';
|
||
$lang->project->PM = 'PM';
|
||
$lang->project->QD = 'QA Manager';
|
||
$lang->project->RD = 'Release Manager';
|
||
$lang->project->qa = 'Test';
|
||
$lang->project->release = 'Release';
|
||
$lang->project->acl = 'Access Control';
|
||
$lang->project->teamname = 'Team Name';
|
||
$lang->project->order = "Sort {$lang->projectCommon}";
|
||
$lang->project->products = "Linked {$lang->productCommon}";
|
||
$lang->project->whitelist = 'Whitelist';
|
||
$lang->project->totalEstimate = 'Est.(h)';
|
||
$lang->project->totalConsumed = 'Cost';
|
||
$lang->project->totalLeft = 'Left';
|
||
$lang->project->Left = 'Left';
|
||
$lang->project->progress = 'Progress';
|
||
$lang->project->hours = '%s Estimate, %s Cost, %s Left.';
|
||
$lang->project->viewBug = 'Bugs';
|
||
$lang->project->noProduct = "No {$lang->productCommon}";
|
||
$lang->project->createStory = "Create Story";
|
||
$lang->project->all = 'All';
|
||
$lang->project->undone = 'Unfinished';
|
||
$lang->project->unclosed = 'Unclosed';
|
||
$lang->project->typeDesc = 'No story, bug, build, test task or burndown is allowed in OPS';
|
||
$lang->project->mine = 'My Responsibility: ';
|
||
$lang->project->other = 'Other:';
|
||
$lang->project->deleted = 'Deleted';
|
||
$lang->project->delayed = 'Delayed';
|
||
$lang->project->product = $lang->project->products;
|
||
$lang->project->readjustTime = 'Adjust project begin and end time';
|
||
$lang->project->readjustTask = 'Adjust task start date and deadline';
|
||
|
||
$lang->project->start = 'Start';
|
||
$lang->project->activate = 'Activate';
|
||
$lang->project->putoff = 'Delay';
|
||
$lang->project->suspend = 'Suspend';
|
||
$lang->project->close = 'Close';
|
||
$lang->project->export = 'Export';
|
||
|
||
$lang->project->typeList['sprint'] = 'Sprint';
|
||
$lang->project->typeList['waterfall'] = 'Waterfall';
|
||
$lang->project->typeList['ops'] = 'OPS';
|
||
|
||
$lang->project->endList[7] = '1 Week';
|
||
$lang->project->endList[14] = '2 Weeks';
|
||
$lang->project->endList[31] = '1 Month';
|
||
$lang->project->endList[62] = '2 Months';
|
||
$lang->project->endList[93] = '3 Months';
|
||
$lang->project->endList[186] = '6 Months';
|
||
$lang->project->endList[365] = '1 Year';
|
||
|
||
$lang->team = new stdclass();
|
||
$lang->team->account = 'Account';
|
||
$lang->team->role = 'Role';
|
||
$lang->team->join = 'Joined';
|
||
$lang->team->hours = 'Hour/Day';
|
||
$lang->team->days = 'Workdays';
|
||
$lang->team->totalHours = 'Total';
|
||
|
||
$lang->team->limited = 'Limited User';
|
||
$lang->team->limitedList['no'] = 'No';
|
||
$lang->team->limitedList['yes'] = 'Yes';
|
||
|
||
$lang->project->basicInfo = 'Basic Info';
|
||
$lang->project->otherInfo = 'Other Info';
|
||
|
||
/* 字段取值列表。*/
|
||
$lang->project->statusList['wait'] = 'Wait';
|
||
$lang->project->statusList['doing'] = 'Doing';
|
||
$lang->project->statusList['suspended'] = 'Suspend';
|
||
$lang->project->statusList['done'] = 'Done';
|
||
|
||
$lang->project->aclList['open'] = "Default (Those who can visit ‘project view’ can access.)";
|
||
$lang->project->aclList['private'] = 'Private (Only team members can access.)';
|
||
$lang->project->aclList['custom'] = 'Whitelist (Team members and the whitelist members can access.)';
|
||
|
||
/* 方法列表。*/
|
||
$lang->project->index = "Home";
|
||
$lang->project->task = 'Tasks';
|
||
$lang->project->groupTask = 'View by Group';
|
||
$lang->project->story = 'Stories';
|
||
$lang->project->bug = 'Bugs';
|
||
$lang->project->dynamic = 'Dynamic';
|
||
$lang->project->latestDynamic = 'Latest Dynamic';
|
||
$lang->project->build = 'Builds';
|
||
$lang->project->testtask = 'Test Tasks';
|
||
$lang->project->burn = 'Burndown';
|
||
$lang->project->baseline = 'Base Line';
|
||
$lang->project->computeBurn = 'Update';
|
||
$lang->project->burnData = 'Burndown Data';
|
||
$lang->project->fixFirst = 'Edit 1st Day Man-hour';
|
||
$lang->project->team = 'Team Member';
|
||
$lang->project->doc = 'Doc';
|
||
$lang->project->manageProducts = 'Link ' . $lang->productCommon;
|
||
$lang->project->linkStory = 'Linked Story';
|
||
$lang->project->linkStoryByPlan = 'Linked Story From Plan';
|
||
$lang->project->linkPlan = 'Linked Plan';
|
||
$lang->project->unlinkStoryTasks = 'Unlinked';
|
||
$lang->project->linkedProducts = 'Linked Products';
|
||
$lang->project->unlinkedProducts = 'Unlinked Products';
|
||
$lang->project->view = "Overview";
|
||
$lang->project->create = "Create Project";
|
||
$lang->project->copy = "Copy {$lang->projectCommon}";
|
||
$lang->project->delete = "Delete";
|
||
$lang->project->browse = "Browse";
|
||
$lang->project->edit = "Edit";
|
||
$lang->project->batchEdit = "Batch Edit";
|
||
$lang->project->manageMembers = 'Manange Team';
|
||
$lang->project->unlinkMember = 'Unlink Member';
|
||
$lang->project->unlinkStory = 'Unlink Story';
|
||
$lang->project->batchUnlinkStory = 'Batch Unlink Story';
|
||
$lang->project->importTask = 'Import Task';
|
||
$lang->project->importPlanStories = 'Link Story By Plan';
|
||
$lang->project->importBug = 'Import Bug';
|
||
$lang->project->updateOrder = 'Order';
|
||
$lang->project->tree = 'Tree';
|
||
$lang->project->storyKanban = 'Story Kanban';
|
||
$lang->project->storySort = 'Sort Story';
|
||
$lang->project->importPlanStory = 'Create ' . $lang->projectCommon . ' success!\nImport the stories with the plan?';
|
||
$lang->project->iteration = 'Iteration';
|
||
$lang->project->iterationInfo = 'Iteration %s times';
|
||
$lang->project->viewAll = 'View All';
|
||
|
||
/* 分组浏览。*/
|
||
$lang->project->allTasks = 'All';
|
||
$lang->project->assignedToMe = 'My';
|
||
$lang->project->myInvolved = 'Involved';
|
||
|
||
$lang->project->statusSelects[''] = 'More';
|
||
$lang->project->statusSelects['wait'] = 'Wait';
|
||
$lang->project->statusSelects['doing'] = 'Doing';
|
||
$lang->project->statusSelects['finishedbyme'] = 'Finished by Me';
|
||
$lang->project->statusSelects['done'] = 'Done';
|
||
$lang->project->statusSelects['closed'] = 'Closed';
|
||
$lang->project->statusSelects['cancel'] = 'Cancelled';
|
||
|
||
$lang->project->groups[''] = 'Groups';
|
||
$lang->project->groups['story'] = 'By Story';
|
||
$lang->project->groups['status'] = 'By Status';
|
||
$lang->project->groups['pri'] = 'By Priority';
|
||
$lang->project->groups['assignedTo'] = 'By AssignedTo';
|
||
$lang->project->groups['finishedBy'] = 'By FinishedBy';
|
||
$lang->project->groups['closedBy'] = 'By ClosedBy';
|
||
$lang->project->groups['type'] = 'By Type';
|
||
|
||
$lang->project->groupFilter['story']['all'] = $lang->project->all;
|
||
$lang->project->groupFilter['story']['linked'] = 'Task Linked to Story';
|
||
$lang->project->groupFilter['pri']['all'] = $lang->project->all;
|
||
$lang->project->groupFilter['pri']['noset'] = 'Not set';
|
||
$lang->project->groupFilter['assignedTo']['undone'] = 'Pending';
|
||
$lang->project->groupFilter['assignedTo']['all'] = $lang->project->all;
|
||
|
||
$lang->project->byQuery = 'Search';
|
||
|
||
/* 查询条件列表。*/
|
||
$lang->project->allProject = "All {$lang->projectCommon}";
|
||
$lang->project->aboveAllProduct = "All the above {$lang->productCommon}";
|
||
$lang->project->aboveAllProject = "All the above {$lang->projectCommon}";
|
||
|
||
/* 页面提示。*/
|
||
$lang->project->selectProject = "Select {$lang->projectCommon}";
|
||
$lang->project->beginAndEnd = 'Duration';
|
||
$lang->project->lblStats = 'Man-Hour Summary(h) : ';
|
||
$lang->project->stats = '<strong>%s</strong> Available, <strong>%s</strong> Total Estimated, <strong>%s</strong> Cost, <strong>%s</strong> Left.';
|
||
$lang->project->taskSummary = "Tasks on this page : <strong>%s</strong> Total, <strong>%s</strong> Wait, <strong>%s</strong> Doing; Hours : <strong>%s</strong> Est., <strong>%s</strong> Cost, <strong>%s</strong> Left.";
|
||
$lang->project->checkedSummary = " <strong>%total%</strong> Checked, <strong>%wait%</strong> Wait, <strong>%doing%</strong> Doing; Hours: <strong>%estimate%</strong> Est., <strong>%consumed%</strong> Cost, <strong>%left%</strong> Left.";
|
||
$lang->project->memberHours = "%s has <strong>%s</strong> Hour(s) available ";
|
||
$lang->project->groupSummary = "<strong>%s</strong> Tasks in this group, Wait <strong>%s</strong>, Doing <strong>%s</strong>. <strong>%s</strong> Hour(s) Estimated , <strong>%s</strong> Hour(s) Cost, <strong>%s</strong> Hour(s) Left.";
|
||
$lang->project->groupSummaryAB = "Tasks:<strong>%s</strong> Total,<strong>%s</strong> Wait, <strong>%s</strong> Doing.<br />Hours: <strong>%s</strong> Est., <strong>%s</strong> Cost,<strong>%s</strong> Left.";
|
||
$lang->project->noTimeSummary = " <strong>%s</strong> Tasks in this group, Wait <strong>%s</strong>, Doing <strong>%s</strong>.";
|
||
$lang->project->wbs = "Decompose Task";
|
||
$lang->project->batchWBS = "Batch Decompose";
|
||
$lang->project->howToUpdateBurn = "<a href='http://api.zentao.pm/goto.php?item=burndown&lang=zh-cn' target='_blank' title='How to Update the Burndown Chart?' class='btn btn-sm'>Help</a>";
|
||
$lang->project->whyNoStories = "No Story can be linked. Please check whether there is Story in {$lang->projectCommon} linked {$lang->productCommon} and make sure it has been reviewed.";
|
||
$lang->project->productStories = "{$lang->projectCommon} linked story is the subeset of {$lang->productCommon}, which can only be linked after review. Please <a href='%s'> Link Story</a>。";
|
||
$lang->project->doneProjects = 'Done';
|
||
$lang->project->selectDept = 'Select Department';
|
||
$lang->project->selectDeptTitle = 'Select Department';
|
||
$lang->project->copyTeam = 'Duplicate Team';
|
||
$lang->project->copyFromTeam = "Duplicated from {$lang->projectCommon} Team: <strong>%s</strong>";
|
||
$lang->project->noMatched = "No $lang->projectCommon including '%s'can be found.";
|
||
$lang->project->copyTitle = "Choose a {$lang->projectCommon} to duplicate.";
|
||
$lang->project->copyTeamTitle = "Choose {$lang->projectCommon}Team to duplicate.";
|
||
$lang->project->copyNoProject = "No {$lang->projectCommon} can be duplicated.";
|
||
$lang->project->copyFromProject = "Duplicate from {$lang->projectCommon} <strong>%s</strong>";
|
||
$lang->project->cancelCopy = 'Cancel Duplication';
|
||
$lang->project->byPeriod = 'By Time';
|
||
$lang->project->byUser = 'ByUser';
|
||
$lang->project->noProject = 'No project. You could ';
|
||
|
||
/* 交互提示。*/
|
||
$lang->project->confirmDelete = "Do you want to delete {$lang->projectCommon}[%s]?";
|
||
$lang->project->confirmUnlinkMember = "Do you want to unlink this User from {$lang->projectCommon}?";
|
||
$lang->project->confirmUnlinkStory = "Do you want to unlink this Story from {$lang->projectCommon}?";
|
||
$lang->project->errorNoLinkedProducts = "No linked {$lang->productCommon} found in {$lang->projectCommon}. You will be directed to {$lang->productCommon}linked page.";
|
||
$lang->project->errorSameProducts = "{$lang->projectCommon} cannot be associated with multiple identical {$lang->productCommon}。";
|
||
$lang->project->accessDenied = "Access to {$lang->projectCommon} denied!";
|
||
$lang->project->tips = 'Note';
|
||
$lang->project->afterInfo = "{$lang->projectCommon} is created. Next you can ";
|
||
$lang->project->setTeam = 'Set Team';
|
||
$lang->project->linkStory = 'Link Story';
|
||
$lang->project->createTask = 'Create Task';
|
||
$lang->project->goback = "Go Back";
|
||
$lang->project->noweekend = 'Without Weekend';
|
||
$lang->project->withweekend = 'With Weekend';
|
||
$lang->project->interval = 'Intervals';
|
||
$lang->project->fixFirstWithLeft = 'Modify the left';
|
||
|
||
/* 统计。*/
|
||
$lang->project->charts = new stdclass();
|
||
$lang->project->charts->burn = new stdclass();
|
||
$lang->project->charts->burn->graph = new stdclass();
|
||
$lang->project->charts->burn->graph->caption = "Burndown";
|
||
$lang->project->charts->burn->graph->xAxisName = "Date";
|
||
$lang->project->charts->burn->graph->yAxisName = "Hour";
|
||
$lang->project->charts->burn->graph->baseFontSize = 12;
|
||
$lang->project->charts->burn->graph->formatNumber = 0;
|
||
$lang->project->charts->burn->graph->animation = 0;
|
||
$lang->project->charts->burn->graph->rotateNames = 1;
|
||
$lang->project->charts->burn->graph->showValues = 0;
|
||
|
||
$lang->project->placeholder = new stdclass();
|
||
$lang->project->placeholder->code = 'Project abbreviation in team';
|
||
$lang->project->placeholder->totalLeft = 'Hour(s) remained at Project Starting';
|
||
|
||
$lang->project->selectGroup = new stdclass();
|
||
$lang->project->selectGroup->done = '(Done)';
|
||
|
||
$lang->project->orderList['order_asc'] = "Order Asc";
|
||
$lang->project->orderList['order_desc'] = "Order Desc";
|
||
$lang->project->orderList['pri_asc'] = "Priority Asc";
|
||
$lang->project->orderList['pri_desc'] = "Priority Desc";
|
||
$lang->project->orderList['stage_asc'] = "Stage Asc";
|
||
$lang->project->orderList['stage_desc'] = "Stage Desc";
|
||
|
||
$lang->project->kanban = "Kanban";
|
||
$lang->project->kanbanSetting = "Kanban Setting";
|
||
$lang->project->resetKanban = "Reset Setting";
|
||
$lang->project->printKanban = "Print Kanban";
|
||
$lang->project->bugList = "Bugs";
|
||
|
||
$lang->project->kanbanHideCols = 'hide closed and canceled columns in Kanban';
|
||
$lang->project->kanbanShowOption = 'Display folding information';
|
||
$lang->project->kanbanColsColor = 'Custom color for Kanban column';
|
||
|
||
$lang->kanbanSetting = new stdclass();
|
||
$lang->kanbanSetting->noticeReset = 'Do you want to restore the Kanban default settings?';
|
||
$lang->kanbanSetting->optionList['0'] = 'Hidden';
|
||
$lang->kanbanSetting->optionList['1'] = 'Show';
|
||
|
||
$lang->printKanban = new stdclass();
|
||
$lang->printKanban->common = 'Print Kanban';
|
||
$lang->printKanban->content = 'Content';
|
||
$lang->printKanban->print = 'Print';
|
||
|
||
$lang->printKanban->taskStatus = 'Status';
|
||
|
||
$lang->printKanban->typeList['all'] = 'All';
|
||
$lang->printKanban->typeList['increment'] = 'Increment';
|
||
|
||
$lang->project->featureBar['task']['all'] = $lang->project->allTasks;
|
||
$lang->project->featureBar['task']['unclosed'] = $lang->project->unclosed;
|
||
$lang->project->featureBar['task']['assignedtome'] = $lang->project->assignedToMe;
|
||
$lang->project->featureBar['task']['myinvolved'] = $lang->project->myInvolved;
|
||
$lang->project->featureBar['task']['delayed'] = 'Delayed';
|
||
$lang->project->featureBar['task']['needconfirm'] = 'StoryChanged';
|
||
$lang->project->featureBar['task']['status'] = $lang->project->statusSelects[''];
|
||
|
||
$lang->project->treeLevel = array();
|
||
$lang->project->treeLevel['root'] = 'Collapse All';
|
||
$lang->project->treeLevel['story'] = 'Show Story';
|
||
$lang->project->treeLevel['task'] = 'Show Task';
|
||
$lang->project->treeLevel['all'] = 'Expand All';
|
||
|
||
global $config;
|
||
if($config->global->flow == 'onlyTask')
|
||
{
|
||
unset($lang->project->groups['story']);
|
||
unset($lang->project->featureBar['task']['needconfirm']);
|
||
}
|