en.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?php
  2. /**
  3. * The productplan module English file of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Chunsheng Wang <chunsheng@cnezsoft.com>
  8. * @package productplan
  9. * @version $Id: en.php 4659 2013-04-17 06:45:08Z chencongzhi520@gmail.com $
  10. * @link https://www.zentao.net
  11. */
  12. $lang->productplan->common = $lang->productCommon . ' Plan';
  13. $lang->productplan->browse = "Plan List";
  14. $lang->productplan->index = "Plan List";
  15. $lang->productplan->create = "Create Plan";
  16. $lang->productplan->edit = "Edit Plan";
  17. $lang->productplan->delete = "Delete Plan";
  18. $lang->productplan->start = "Start Plan";
  19. $lang->productplan->finish = "Complete Plan";
  20. $lang->productplan->close = "Close Plan";
  21. $lang->productplan->activate = "Activate Plan";
  22. $lang->productplan->startAB = "Start";
  23. $lang->productplan->finishAB = "Complete";
  24. $lang->productplan->closeAB = "Close";
  25. $lang->productplan->activateAB = "Activate";
  26. $lang->productplan->view = "Details";
  27. $lang->productplan->bugSummary = "<strong>%s</strong> Bugs on this page.";
  28. $lang->productplan->basicInfo = 'Basic Info';
  29. $lang->productplan->batchEdit = 'Batch Edit';
  30. $lang->productplan->project = $lang->projectCommon;
  31. $lang->productplan->plan = 'Plan';
  32. $lang->productplan->allAB = 'All';
  33. $lang->productplan->to = 'To';
  34. $lang->productplan->more = 'More';
  35. $lang->productplan->comment = 'Comment';
  36. $lang->productplan->storyPoint = 'Story Point';
  37. $lang->productplan->batchEditAction = 'Batch Edit Plans';
  38. $lang->productplan->batchUnlink = "Batch Unlink";
  39. $lang->productplan->batchClose = "Batch Close";
  40. $lang->productplan->batchChangeStatus = "Batch Change Status";
  41. $lang->productplan->unlinkAB = "Unlink";
  42. $lang->productplan->linkStory = "Link Story";
  43. $lang->productplan->unlinkStory = "Unlink Story";
  44. $lang->productplan->unlinkStoryAB = "Unlink";
  45. $lang->productplan->batchUnlinkStory = "Batch Unlink";
  46. $lang->productplan->linkedStories = 'Linked Stories';
  47. $lang->productplan->unlinkedStories = 'Linked Stories';
  48. $lang->productplan->updateOrder = 'Sort';
  49. $lang->productplan->createChildren = "Create Subplans";
  50. $lang->productplan->createExecution = "Create {$lang->execution->common}";
  51. $lang->productplan->list = 'List';
  52. $lang->productplan->kanban = 'Kanban';
  53. $lang->productplan->linkBug = "Link Bug";
  54. $lang->productplan->unlinkBug = "Unlink Bug";
  55. $lang->productplan->batchUnlinkBug = "Batch Unlink Bugs";
  56. $lang->productplan->linkedBugs = 'Linked Bugs';
  57. $lang->productplan->unlinkedBugs = 'Unlinked Bugs';
  58. $lang->productplan->unexpired = 'Unexpired';
  59. $lang->productplan->noAssigned = 'Unassigned';
  60. $lang->productplan->all = 'All Plans';
  61. $lang->productplan->setDate = "Plan Duration";
  62. $lang->productplan->expired = "Expired";
  63. $lang->productplan->closedReason = "Closed Reason";
  64. $lang->productplan->confirmDelete = "Are you sure you want to delete this plan?";
  65. $lang->productplan->confirmUnlinkStory = "Are you sure you want to unlink this story?";
  66. $lang->productplan->confirmUnlinkBug = "Are you sure you want to unlink this bug?";
  67. $lang->productplan->confirmStart = "Are you sure you want to start this plan?";
  68. $lang->productplan->confirmFinish = "Are you sure you want to complete this plan?";
  69. $lang->productplan->confirmClose = "Are you sure you want to close this plan?";
  70. $lang->productplan->confirmActivate = "Are you sure you want to activate this plan?";
  71. $lang->productplan->noPlan = 'No plans yet.';
  72. $lang->productplan->cannotDeleteParent = 'Parent plans can not be deleted.';
  73. $lang->productplan->selectProjects = 'Please select the ' . $lang->projectCommon;
  74. $lang->productplan->projectNotEmpty = $lang->projectCommon . ' should not be empty.';
  75. $lang->productplan->nextStep = "Next";
  76. $lang->productplan->summary = "<strong>%s</strong> plans on this page: <strong>%s</strong> parent, <strong>%s</strong> sub, <strong>%s</strong> independent.";
  77. $lang->productplan->checkedSummary = "Selected <strong>%total%</strong> plans: <strong>%parent%</strong> parent, <strong>%child%</strong> sub, <strong>%independent%</strong> independent.";
  78. $lang->productplan->storySummary = "This page contains <strong>%s</strong> {$lang->ERCommon}, <strong>%s</strong> {$lang->URCommon}, and <strong>%s</strong> {$lang->SRCommon}, with an estimated <strong>%s</strong> {$lang->hourCommon} and a test coverage rate of <strong>%s</strong>.";
  79. $lang->productplan->confirmChangePlan = "After unlinking branch『%s』, its %s stories and %s bugs will be removed from the plan as well. Do you want to proceed?";
  80. $lang->productplan->confirmRemoveStory = "After unlinking branch『%s』, its %s stories will be removed from the plan as well. Do you want to proceed?";
  81. $lang->productplan->confirmRemoveBug = "After unlinking branch『%s』, its %s bugs will be removed from the plan as well. Do you want to proceed?";
  82. $lang->productplan->id = 'ID';
  83. $lang->productplan->product = $lang->productCommon;
  84. $lang->productplan->branch = 'Platform / Branch';
  85. $lang->productplan->title = 'Title';
  86. $lang->productplan->desc = 'Description';
  87. $lang->productplan->begin = 'Start';
  88. $lang->productplan->end = 'End';
  89. $lang->productplan->status = 'Status';
  90. $lang->productplan->last = 'Last Plan';
  91. $lang->productplan->future = 'TBD';
  92. $lang->productplan->stories = 'Stories';
  93. $lang->productplan->bugs = 'Bugs';
  94. $lang->productplan->hour = $lang->hourCommon;
  95. $lang->productplan->execution = $lang->execution->common;
  96. $lang->productplan->parent = "Parent Plan";
  97. $lang->productplan->parentAB = "Parent";
  98. $lang->productplan->children = "Subplan";
  99. $lang->productplan->childrenAB = "Sub";
  100. $lang->productplan->order = "Sort";
  101. $lang->productplan->deleted = "Deleted";
  102. $lang->productplan->mailto = "Mail to";
  103. $lang->productplan->planStatus = "Status";
  104. $lang->productplan->storyTitle = "Title";
  105. $lang->productplan->createdBy = 'Creator';
  106. $lang->productplan->createdDate = 'Created on';
  107. $lang->productplan->finishedDate = 'Completed on';
  108. $lang->productplan->closedDate = 'Cloased on';
  109. $lang->productplan->statusList['wait'] = 'Waiting';
  110. $lang->productplan->statusList['doing'] = 'Doing';
  111. $lang->productplan->statusList['done'] = 'Completed';
  112. $lang->productplan->statusList['closed'] = 'Closed';
  113. $lang->productplan->closedReasonList['done'] = 'Completed';
  114. $lang->productplan->closedReasonList['cancel'] = 'Cancel';
  115. $lang->productplan->parentActionList['startedbychild'] = 'Plan status automatically set to <strong>Doing</strong> as a subplan has <strong>started</strong>.';
  116. $lang->productplan->parentActionList['finishedbychild'] = 'Plan status automatically set to <strong>Completed</strong> as all subplans has been <strong>completed</strong>.';
  117. $lang->productplan->parentActionList['closedbychild'] = 'Plan status automatically set to <strong>Closed</strong> as all subplans has been <strong>closed</strong>.';
  118. $lang->productplan->parentActionList['activatedbychild'] = 'Plan status automatically set to <strong>Doing</strong> as a subplan has <strong>activated</strong>.';
  119. $lang->productplan->parentActionList['createchild'] = 'Plan status automatically set to <strong>Doing</strong> as a subplan has been <strong>created</strong>.';
  120. $lang->productplan->endList[7] = '1 Week';
  121. $lang->productplan->endList[14] = '2 Weeks';
  122. $lang->productplan->endList[31] = '1 Month';
  123. $lang->productplan->endList[62] = '2 Months';
  124. $lang->productplan->endList[93] = '3 Months';
  125. $lang->productplan->endList[186] = '6 Months';
  126. $lang->productplan->endList[365] = '1 Year';
  127. $lang->productplan->errorNoTitle = 'ID %s title should not be empty.';
  128. $lang->productplan->errorNoBegin = 'ID %s start time should not be empty';
  129. $lang->productplan->errorNoEnd = 'ID %s end time should not be empty.';
  130. $lang->productplan->beginGeEnd = 'The start time of ID %s cannot be later than the end time.';
  131. $lang->productplan->beginLessThanParent = "Parent plan start date: %s. The start date cannot be earlier than the parent plans start date.";
  132. $lang->productplan->endGreatThanParent = "Parent plan end date: %s. The end date cannot be later than the parent plans end date.";
  133. $lang->productplan->beginGreaterChild = "Subplan start date: %s. The start date cannot be later than the subplans start date.";
  134. $lang->productplan->endLessThanChild = "Subplan end date: %s. The end date cannot be earlier than the subplans end date.";
  135. $lang->productplan->noLinkedProject = "The current {$lang->productCommon} is not yet linked to any {$lang->projectCommon}. Please go to the {$lang->productCommon} and {$lang->projectCommon} list to link or create a new {$lang->projectCommon}.";
  136. $lang->productplan->enterProjectList = "Go to the {$lang->projectCommon} list under {$lang->productCommon}.";
  137. $lang->productplan->beginGreaterChildTip = "Parent plan [%s] start date: %s. It cannot be later than the subplan start date: %s.";
  138. $lang->productplan->endLessThanChildTip = "Parent plan [%s] end date: %s. It cannot be earlier than the subplan end date: %s.";
  139. $lang->productplan->beginLessThanParentTip = "Subplan [%s] start date: %s. It cannot be earlier than the parent plan start date: %s.";
  140. $lang->productplan->endGreatThanParentTip = "Subplan [%s] end date: %s. It cannot be later than the parent plan end date: %s.";
  141. $lang->productplan->diffBranchesTip = "The @branch@ [%s] of the parent plan is not linked to any subplan. Related stories and bugs under this @branch@ will be removed from the plan automatically. Do you want to save?";
  142. $lang->productplan->deleteBranchTip = "The @branch@ [%s] is linked to a subplan and cannot be changed.";
  143. $lang->productplan->featureBar['browse']['all'] = 'All';
  144. $lang->productplan->featureBar['browse']['undone'] = 'Uncompleted';
  145. $lang->productplan->featureBar['browse']['wait'] = 'Waiting';
  146. $lang->productplan->featureBar['browse']['doing'] = 'Doing';
  147. $lang->productplan->featureBar['browse']['done'] = 'Completed';
  148. $lang->productplan->featureBar['browse']['closed'] = 'Closed';
  149. $lang->productplan->orderList['begin_desc'] = 'Start Date Descending';
  150. $lang->productplan->orderList['begin_asc'] = 'Start Date Ascending';
  151. $lang->productplan->orderList['title_desc'] = 'Title Descending';
  152. $lang->productplan->orderList['title_asc'] = 'Title Ascending';
  153. $lang->productplan->action = new stdclass();
  154. $lang->productplan->action->changebychild = array('main' => '$date, $extra', 'extra' => 'parentActionList');