en.php 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. <?php
  2. /**
  3. * The bug 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 bug
  9. * @version $Id: en.php 4536 2013-03-02 13:39:37Z wwccss $
  10. * @link https://www.zentao.net
  11. */
  12. /* Fieldlist. */
  13. $lang->bug->common = 'Bug';
  14. $lang->bug->plural = 'Bugs';
  15. $lang->bug->id = 'ID';
  16. $lang->bug->product = $lang->productCommon;
  17. $lang->bug->branch = 'Branch/Platform';
  18. $lang->bug->module = 'Module';
  19. $lang->bug->project = $lang->projectCommon;
  20. $lang->bug->execution = $lang->execution->common;
  21. $lang->bug->kanban = 'Kanban';
  22. $lang->bug->storyVersion = "{$lang->SRCommon} Version";
  23. $lang->bug->color = 'Color';
  24. $lang->bug->title = 'Name';
  25. $lang->bug->severity = 'Severity';
  26. $lang->bug->pri = 'Priority';
  27. $lang->bug->type = 'Type';
  28. $lang->bug->os = 'Operating System';
  29. $lang->bug->browser = 'Web Browser';
  30. $lang->bug->hardware = 'Hardware';
  31. $lang->bug->result = 'Result';
  32. $lang->bug->repo = 'Linked Repository';
  33. $lang->bug->mr = 'Merge Request';
  34. $lang->bug->entry = 'Code Path';
  35. $lang->bug->lines = 'Code Line';
  36. $lang->bug->v1 = 'Version 1';
  37. $lang->bug->v2 = 'Version 2';
  38. $lang->bug->issueKey = 'Sonarqube Issue Key';
  39. $lang->bug->repoType = 'Repository Type';
  40. $lang->bug->steps = 'Repro Steps';
  41. $lang->bug->status = 'Status';
  42. $lang->bug->subStatus = 'Sub-status';
  43. $lang->bug->activatedCount = 'Activation Count';
  44. $lang->bug->activatedDate = 'Activated on';
  45. $lang->bug->confirmed = 'Confirmed';
  46. $lang->bug->toTask = 'To Task';
  47. $lang->bug->toStory = "To {$lang->SRCommon}";
  48. $lang->bug->feedbackBy = 'Discovered by';
  49. $lang->bug->notifyEmail = 'Discoverer Email';
  50. $lang->bug->mailto = 'Mail to';
  51. $lang->bug->openedBy = 'Reporter';
  52. $lang->bug->openedDate = 'Reported on';
  53. $lang->bug->openedBuild = 'Affected Version';
  54. $lang->bug->assignedTo = 'Assigned to';
  55. $lang->bug->assignedToMe = 'Assigned to Me';
  56. $lang->bug->assignedDate = 'Assigned on';
  57. $lang->bug->resolvedBy = 'Resolved by';
  58. $lang->bug->resolution = 'Resolution';
  59. $lang->bug->resolvedBuild = 'Fixed Build';
  60. $lang->bug->resolvedDate = 'Resolved on';
  61. $lang->bug->deadline = 'Due Date';
  62. $lang->bug->plan = 'Linked Plan';
  63. $lang->bug->closedBy = 'Closed by';
  64. $lang->bug->closedDate = 'Closed on';
  65. $lang->bug->duplicateBug = 'Duplicated Bug';
  66. $lang->bug->lastEditedBy = 'Last Edited by';
  67. $lang->bug->caseVersion = 'Test Case Version';
  68. $lang->bug->testtask = 'Test Request';
  69. $lang->bug->files = 'File';
  70. $lang->bug->keywords = 'Keywords';
  71. $lang->bug->lastEditedDate = 'Edited on';
  72. $lang->bug->fromCase = 'Source Test Case';
  73. $lang->bug->toCase = 'Generate Test Case';
  74. $lang->bug->colorTag = 'Color Tag';
  75. $lang->bug->fixedRate = 'Fix Rate';
  76. $lang->bug->noticefeedbackBy = 'Notify Reporter';
  77. $lang->bug->selectProjects = "Select {$lang->projectCommon}s";
  78. $lang->bug->nextStep = 'Next';
  79. $lang->bug->noProject = "No {$lang->projectCommon}s selected.";
  80. $lang->bug->noExecution = "No {$lang->execution->common}s selected.";
  81. $lang->bug->story = 'Story';
  82. $lang->bug->task = 'Task';
  83. $lang->bug->relatedBug = 'Related Bugs';
  84. $lang->bug->case = 'Test Case';
  85. $lang->bug->linkMR = 'Related MRs';
  86. $lang->bug->linkPR = 'Related PRs';
  87. $lang->bug->linkCommit = 'Related PRs';
  88. $lang->bug->productplan = $lang->bug->plan;
  89. $lang->bug->codeBranch = 'Code branch';
  90. $lang->bug->unlinkBranch = 'Unlink code branch';
  91. $lang->bug->branchName = 'Branch Name';
  92. $lang->bug->branchFrom = 'Create from';
  93. $lang->bug->codeRepo = 'Code Repository';
  94. $lang->bug->abbr = new stdclass();
  95. $lang->bug->abbr->module = 'Module';
  96. $lang->bug->abbr->severity = 'Severity';
  97. $lang->bug->abbr->status = 'Status';
  98. $lang->bug->abbr->activatedCount = 'Activation Count';
  99. $lang->bug->abbr->confirmed = 'Confirm';
  100. $lang->bug->abbr->openedBy = 'Reporter';
  101. $lang->bug->abbr->openedDate = 'Reported on';
  102. $lang->bug->abbr->assignedTo = 'Assigned to';
  103. $lang->bug->abbr->resolvedBy = 'Resolve';
  104. $lang->bug->abbr->resolution = 'Resolution';
  105. $lang->bug->abbr->resolvedDate = 'Resolved on';
  106. $lang->bug->abbr->deadline = 'Due Date';
  107. $lang->bug->abbr->lastEditedBy = 'Edited by';
  108. $lang->bug->abbr->lastEditedDate = 'Edited on';
  109. $lang->bug->abbr->assignToMe = 'Assigned to Me';
  110. $lang->bug->abbr->openedByMe = 'Reported by Me';
  111. $lang->bug->abbr->resolvedByMe = 'Resolved by Me';
  112. /* Method list. */
  113. $lang->bug->index = 'Bug Home';
  114. $lang->bug->browse = 'Bug List';
  115. $lang->bug->create = 'Report Bug';
  116. $lang->bug->batchCreate = 'Batch Report';
  117. $lang->bug->createCase = 'Create Test Case';
  118. $lang->bug->copy = 'Copy Bug';
  119. $lang->bug->edit = 'Edit Bug';
  120. $lang->bug->batchEdit = 'Batch Edit';
  121. $lang->bug->view = 'Bug Details';
  122. $lang->bug->delete = 'Delete';
  123. $lang->bug->deleteAction = 'Delete Bug';
  124. $lang->bug->confirm = 'Confirm';
  125. $lang->bug->confirmAction = 'Confirm Bug';
  126. $lang->bug->batchConfirm = 'Batch Confirm';
  127. $lang->bug->assignTo = 'Assign';
  128. $lang->bug->assignAction = 'Assigned to';
  129. $lang->bug->batchAssignTo = 'Batch Assign';
  130. $lang->bug->resolve = 'Resolve';
  131. $lang->bug->resolveAction = 'Resolve Bug';
  132. $lang->bug->batchResolve = 'Batch Resolve';
  133. $lang->bug->createAB = 'Add';
  134. $lang->bug->close = 'Close';
  135. $lang->bug->closeAction = 'Close Bug';
  136. $lang->bug->batchClose = 'Batch Close';
  137. $lang->bug->activate = 'Activate';
  138. $lang->bug->activateAction = 'Activate Bug';
  139. $lang->bug->batchActivate = 'Batch Activate';
  140. $lang->bug->reportChart = 'Report';
  141. $lang->bug->reportAction = 'Bug Report';
  142. $lang->bug->export = 'Export Data';
  143. $lang->bug->exportAction = 'Export Bugs';
  144. $lang->bug->confirmStoryChange = "Confirm {$lang->SRCommon} Change";
  145. $lang->bug->search = 'Search';
  146. $lang->bug->batchChangeModule = 'Batch Edit Modules';
  147. $lang->bug->batchChangeBranch = 'Batch Edit Branches';
  148. $lang->bug->batchChangePlan = 'Batch Edit Plans';
  149. $lang->bug->linkBugs = 'Link Bug';
  150. $lang->bug->unlinkBug = 'Unlink Bug';
  151. /* Query condition list. */
  152. $lang->bug->assignToMe = 'Assigned to Me';
  153. $lang->bug->openedByMe = 'Reported by Me';
  154. $lang->bug->resolvedByMe = 'Resolved by Me';
  155. $lang->bug->closedByMe = 'Closed by Me';
  156. $lang->bug->assignedByMe = 'Assigned by Me';
  157. $lang->bug->assignToNull = 'Unassigned';
  158. $lang->bug->unResolved = 'Unresolved';
  159. $lang->bug->toClosed = 'To Be Closed';
  160. $lang->bug->unclosed = 'Open';
  161. $lang->bug->unconfirmed = 'Unconfirmed';
  162. $lang->bug->longLifeBugs = 'Stale';
  163. $lang->bug->postponedBugs = 'Delayed';
  164. $lang->bug->overdueBugs = 'Overdue Bug';
  165. $lang->bug->allBugs = 'All';
  166. $lang->bug->byQuery = 'Search';
  167. $lang->bug->needConfirm = 'Story Changed';
  168. $lang->bug->allProject = 'All Projects';
  169. $lang->bug->allProduct = 'All ' . $lang->productCommon . 's';
  170. $lang->bug->my = 'My';
  171. $lang->bug->yesterdayResolved = 'Bugs Resolved Yesterday ';
  172. $lang->bug->yesterdayConfirmed = 'Bugs Confirmed Yesterday ';
  173. $lang->bug->yesterdayClosed = 'Bugs Closed Yesterday ';
  174. $lang->bug->deleted = 'Deleted';
  175. $lang->bug->labelConfirmed = 'Confirmed';
  176. $lang->bug->labelPostponed = 'Delayed';
  177. $lang->bug->changed = 'Changed';
  178. $lang->bug->storyChanged = 'Story Changed';
  179. $lang->bug->ditto = 'Ditto';
  180. /* Page tags. */
  181. $lang->bug->lblAssignedTo = 'AssignTo';
  182. $lang->bug->lblMailto = 'Mail to';
  183. $lang->bug->lblLastEdited = 'Last Edited by';
  184. $lang->bug->lblResolved = 'Resolved by';
  185. $lang->bug->loadAll = 'Load All';
  186. $lang->bug->createBuild = 'New';
  187. global $config;
  188. /* Legend list. */
  189. $lang->bug->legendBasicInfo = 'Basic Info';
  190. $lang->bug->legendAttach = 'File';
  191. $lang->bug->legendPRJExecStoryTask = "{$lang->SRCommon}/{$lang->executionCommon}/Story/Task";
  192. $lang->bug->legendExecStoryTask = "{$lang->SRCommon}/Story/Task";
  193. $lang->bug->lblTypeAndSeverity = 'Type/Severity';
  194. $lang->bug->lblSystemBrowserAndHardware = 'System/Browser';
  195. $lang->bug->legendSteps = 'Repro Steps';
  196. $lang->bug->legendComment = 'Comment';
  197. $lang->bug->legendLife = 'Bug Life';
  198. $lang->bug->legendMisc = 'Misc';
  199. $lang->bug->legendRelated = 'Related Info';
  200. $lang->bug->legendThisWeekCreated = 'New This Week';
  201. /* Template. */
  202. $lang->bug->tplStep = "<p>[Steps]</p><p></p>";
  203. $lang->bug->tplResult = "<p>[Results]</p><p></p>";
  204. $lang->bug->tplExpect = "<p>[Expectations]</p><p></p>";
  205. /* Value list for each field. */
  206. $lang->bug->severityList[0] = '';
  207. $lang->bug->severityList[1] = '1';
  208. $lang->bug->severityList[2] = '2';
  209. $lang->bug->severityList[3] = '3';
  210. $lang->bug->severityList[4] = '4';
  211. $lang->bug->priList[0] = '';
  212. $lang->bug->priList[1] = '1';
  213. $lang->bug->priList[2] = '2';
  214. $lang->bug->priList[3] = '3';
  215. $lang->bug->priList[4] = '4';
  216. $lang->bug->osList[''] = '';
  217. $lang->bug->osList['all'] = 'All';
  218. $lang->bug->osList['windows'] = 'Windows';
  219. $lang->bug->osList['win11'] = 'Windows 11';
  220. $lang->bug->osList['win10'] = 'Windows 10';
  221. $lang->bug->osList['win8'] = 'Windows 8';
  222. $lang->bug->osList['win7'] = 'Windows 7';
  223. $lang->bug->osList['winxp'] = 'Windows XP';
  224. $lang->bug->osList['osx'] = 'Mac OS';
  225. $lang->bug->osList['android'] = 'Android';
  226. $lang->bug->osList['ios'] = 'IOS';
  227. $lang->bug->osList['linux'] = 'Linux';
  228. $lang->bug->osList['ubuntu'] = 'Ubuntu';
  229. $lang->bug->osList['chromeos'] = 'Chrome OS';
  230. $lang->bug->osList['fedora'] = 'Fedora';
  231. $lang->bug->osList['unix'] = 'Unix';
  232. $lang->bug->osList['others'] = 'Others';
  233. $lang->bug->browserList[''] = '';
  234. $lang->bug->browserList['all'] = 'All';
  235. $lang->bug->browserList['chrome'] = 'Chrome';
  236. $lang->bug->browserList['edge'] = 'Edge';
  237. $lang->bug->browserList['ie'] = 'IE series';
  238. $lang->bug->browserList['ie11'] = 'IE11';
  239. $lang->bug->browserList['ie10'] = 'IE10';
  240. $lang->bug->browserList['ie9'] = 'IE9';
  241. $lang->bug->browserList['ie8'] = 'IE8';
  242. $lang->bug->browserList['firefox'] = 'Firefox series';
  243. $lang->bug->browserList['opera'] = 'Opera series';
  244. $lang->bug->browserList['safari'] = 'Safari';
  245. $lang->bug->browserList['360'] = '360 series';
  246. $lang->bug->browserList['qq'] = 'QQ series';
  247. $lang->bug->browserList['other'] = 'Others';
  248. $lang->bug->typeList[''] = '';
  249. $lang->bug->typeList['codeerror'] = 'Code Error';
  250. $lang->bug->typeList['config'] = 'Configuration';
  251. $lang->bug->typeList['install'] = 'Installation';
  252. $lang->bug->typeList['security'] = 'Security';
  253. $lang->bug->typeList['performance'] = 'Performance';
  254. $lang->bug->typeList['standard'] = 'Standard Specification';
  255. $lang->bug->typeList['automation'] = 'Test Script';
  256. $lang->bug->typeList['designdefect'] = 'Design Defect';
  257. $lang->bug->typeList['others'] = 'Others';
  258. $lang->bug->statusList[''] = '';
  259. $lang->bug->statusList['active'] = 'Activated';
  260. $lang->bug->statusList['resolved'] = 'Resolved';
  261. $lang->bug->statusList['closed'] = 'Closed';
  262. $lang->bug->confirmedList[''] = '';
  263. $lang->bug->confirmedList[1] = 'Yes';
  264. $lang->bug->confirmedList[0] = 'No';
  265. $lang->bug->resolutionList[''] = '';
  266. $lang->bug->resolutionList['bydesign'] = 'As Designed';
  267. $lang->bug->resolutionList['duplicate'] = 'Duplicate';
  268. $lang->bug->resolutionList['external'] = ' External Caus';
  269. $lang->bug->resolutionList['fixed'] = 'Resolved';
  270. $lang->bug->resolutionList['notrepro'] = 'Cannot Reproduce';
  271. $lang->bug->resolutionList['postponed'] = 'Postponed';
  272. $lang->bug->resolutionList['willnotfix'] = 'Won’t Fix';
  273. $lang->bug->resolutionList['tostory'] = 'Convert to Story';
  274. /* Statistical statement. */
  275. $lang->bug->report = new stdclass();
  276. $lang->bug->report->common = 'Report';
  277. $lang->bug->report->select = 'Select Report Type';
  278. $lang->bug->report->create = 'Create Report';
  279. $lang->bug->report->charts['bugsPerExecution'] = $lang->executionCommon . ' Bug Count';
  280. $lang->bug->report->charts['bugsPerBuild'] = 'Bugs by Build';
  281. $lang->bug->report->charts['bugsPerModule'] = 'Bugs by Module';
  282. $lang->bug->report->charts['openedBugsPerDay'] = 'New Bugs per Day';
  283. $lang->bug->report->charts['resolvedBugsPerDay'] = 'Resolved Bugs Per Day';
  284. $lang->bug->report->charts['closedBugsPerDay'] = 'Closed Bugs Per Day';
  285. $lang->bug->report->charts['openedBugsPerUser'] = 'Bugs Reported per User';
  286. $lang->bug->report->charts['resolvedBugsPerUser'] = 'Bugs Resolved per User';
  287. $lang->bug->report->charts['closedBugsPerUser'] = 'Bugs Closed per User';
  288. $lang->bug->report->charts['bugsPerSeverity'] = 'Bugs by Severity';
  289. $lang->bug->report->charts['bugsPerResolution'] = 'Bugs by Resolution';
  290. $lang->bug->report->charts['bugsPerStatus'] = 'Bugs by Status';
  291. $lang->bug->report->charts['bugsPerActivatedCount'] = 'Bugs by Ativation Count';
  292. $lang->bug->report->charts['bugsPerPri'] = 'Bugs by Priority';
  293. $lang->bug->report->charts['bugsPerType'] = 'Bugs by Type';
  294. $lang->bug->report->charts['bugsPerAssignedTo'] = 'Bugs by Assignee';
  295. //$lang->bug->report->charts['bugLiveDays'] = 'Bug Handling Time Report';
  296. //$lang->bug->report->charts['bugHistories'] = 'Bug Handling Steps Report';
  297. $lang->bug->report->options = new stdclass();
  298. $lang->bug->report->options->graph = new stdclass();
  299. $lang->bug->report->options->type = 'pie';
  300. $lang->bug->report->options->width = 500;
  301. $lang->bug->report->options->height = 140;
  302. $lang->bug->report->bugsPerExecution = new stdclass();
  303. $lang->bug->report->bugsPerBuild = new stdclass();
  304. $lang->bug->report->bugsPerModule = new stdclass();
  305. $lang->bug->report->openedBugsPerDay = new stdclass();
  306. $lang->bug->report->resolvedBugsPerDay = new stdclass();
  307. $lang->bug->report->closedBugsPerDay = new stdclass();
  308. $lang->bug->report->openedBugsPerUser = new stdclass();
  309. $lang->bug->report->resolvedBugsPerUser = new stdclass();
  310. $lang->bug->report->closedBugsPerUser = new stdclass();
  311. $lang->bug->report->bugsPerSeverity = new stdclass();
  312. $lang->bug->report->bugsPerResolution = new stdclass();
  313. $lang->bug->report->bugsPerStatus = new stdclass();
  314. $lang->bug->report->bugsPerActivatedCount = new stdclass();
  315. $lang->bug->report->bugsPerType = new stdclass();
  316. $lang->bug->report->bugsPerPri = new stdclass();
  317. $lang->bug->report->bugsPerAssignedTo = new stdclass();
  318. $lang->bug->report->bugLiveDays = new stdclass();
  319. $lang->bug->report->bugHistories = new stdclass();
  320. $lang->bug->report->bugsPerExecution->graph = new stdclass();
  321. $lang->bug->report->bugsPerBuild->graph = new stdclass();
  322. $lang->bug->report->bugsPerModule->graph = new stdclass();
  323. $lang->bug->report->openedBugsPerDay->graph = new stdclass();
  324. $lang->bug->report->resolvedBugsPerDay->graph = new stdclass();
  325. $lang->bug->report->closedBugsPerDay->graph = new stdclass();
  326. $lang->bug->report->openedBugsPerUser->graph = new stdclass();
  327. $lang->bug->report->resolvedBugsPerUser->graph = new stdclass();
  328. $lang->bug->report->closedBugsPerUser->graph = new stdclass();
  329. $lang->bug->report->bugsPerSeverity->graph = new stdclass();
  330. $lang->bug->report->bugsPerResolution->graph = new stdclass();
  331. $lang->bug->report->bugsPerStatus->graph = new stdclass();
  332. $lang->bug->report->bugsPerActivatedCount->graph = new stdclass();
  333. $lang->bug->report->bugsPerType->graph = new stdclass();
  334. $lang->bug->report->bugsPerPri->graph = new stdclass();
  335. $lang->bug->report->bugsPerAssignedTo->graph = new stdclass();
  336. $lang->bug->report->bugLiveDays->graph = new stdclass();
  337. $lang->bug->report->bugHistories->graph = new stdclass();
  338. $lang->bug->report->bugsPerExecution->graph->xAxisName = $lang->executionCommon;
  339. $lang->bug->report->bugsPerBuild->graph->xAxisName = 'Build';
  340. $lang->bug->report->bugsPerModule->graph->xAxisName = 'Module';
  341. $lang->bug->report->openedBugsPerDay->type = 'bar';
  342. $lang->bug->report->openedBugsPerDay->graph->xAxisName = 'Date';
  343. $lang->bug->report->resolvedBugsPerDay->type = 'bar';
  344. $lang->bug->report->resolvedBugsPerDay->graph->xAxisName = 'Date';
  345. $lang->bug->report->closedBugsPerDay->type = 'bar';
  346. $lang->bug->report->closedBugsPerDay->graph->xAxisName = 'Date';
  347. $lang->bug->report->openedBugsPerUser->graph->xAxisName = 'User';
  348. $lang->bug->report->resolvedBugsPerUser->graph->xAxisName = 'User';
  349. $lang->bug->report->closedBugsPerUser->graph->xAxisName = 'User';
  350. $lang->bug->report->bugsPerSeverity->graph->xAxisName = 'Severity';
  351. $lang->bug->report->bugsPerResolution->graph->xAxisName = 'Resolution';
  352. $lang->bug->report->bugsPerStatus->graph->xAxisName = 'Status';
  353. $lang->bug->report->bugsPerActivatedCount->graph->xAxisName = 'Activation Count';
  354. $lang->bug->report->bugsPerPri->graph->xAxisName = 'Priority';
  355. $lang->bug->report->bugsPerType->graph->xAxisName = 'Type';
  356. $lang->bug->report->bugsPerAssignedTo->graph->xAxisName = 'Assignee';
  357. $lang->bug->report->bugLiveDays->graph->xAxisName = 'Resolution Time';
  358. $lang->bug->report->bugHistories->graph->xAxisName = 'Resolution Steps';
  359. /* Operating record. */
  360. $lang->bug->action = new stdclass();
  361. $lang->bug->action->resolved = array('main' => '$date, resolved by <strong>$actor</strong> and the resolution is <strong>$extra</strong> $appendLink.', 'extra' => 'resolutionList');
  362. $lang->bug->action->tostory = array('main' => '$date, converted to <strong>Story</strong> with ID <strong>$extra</strong> by <strong>$actor</strong>.');
  363. $lang->bug->action->totask = array('main' => '$date, imported as <strong>Task</strong> with ID <strong>$extra</strong> by <strong>$actor</strong>.');
  364. $lang->bug->action->converttotask = array('main' => '$date, converted to <strong>Task</strong> with ID <strong>$extra</strong> by <strong>$actor</strong>.');
  365. $lang->bug->action->linked2plan = array('main' => '$date, linked to Plan <strong>$extra</strong> by <strong>$actor</strong>.');
  366. $lang->bug->action->unlinkedfromplan = array('main' => '$date, unlinked from Plan <strong>$extra</strong> by <strong>$actor</strong>.');
  367. $lang->bug->action->linked2build = array('main' => '$date, linked to Build <strong>$extra</strong> by <strong>$actor</strong>.');
  368. $lang->bug->action->unlinkedfrombuild = array('main' => '$date, unlinked from Build <strong>$extra</strong> by <strong>$actor</strong>.');
  369. $lang->bug->action->unlinkedfromrelease = array('main' => '$date, unlinked from Release <strong>$extra</strong> by <strong>$actor</strong>.');
  370. $lang->bug->action->linked2release = array('main' => '$date, linked to Release <strong>$extra</strong> by <strong>$actor</strong>.');
  371. $lang->bug->action->linked2revision = array('main' => '$date, linked to Commit <strong>$extra</strong> by <strong>$actor</strong>.');
  372. $lang->bug->action->unlinkedfromrevision = array('main' => '$date, unlinked from Commit <strong>$extra</strong> by <strong>$actor</strong>.');
  373. $lang->bug->action->linkrelatedbug = array('main' => '$date, linked to Bug <strong>$extra</strong> by <strong>$actor</strong>.');
  374. $lang->bug->action->unlinkrelatedbug = array('main' => '$date, unlinked from Bug <strong>$extra</strong> by <strong>$actor</strong>.');
  375. $lang->bug->featureBar['browse']['all'] = 'All';
  376. $lang->bug->featureBar['browse']['unclosed'] = $lang->bug->unclosed;
  377. $lang->bug->featureBar['browse']['openedbyme'] = $lang->bug->openedByMe;
  378. $lang->bug->featureBar['browse']['assigntome'] = $lang->bug->assignToMe;
  379. $lang->bug->featureBar['browse']['resolvedbyme'] = $lang->bug->resolvedByMe;
  380. $lang->bug->featureBar['browse']['assignedbyme'] = $lang->bug->assignedByMe;
  381. $lang->bug->featureBar['browse']['more'] = $lang->more;
  382. $lang->bug->moreSelects['browse']['more']['unresolved'] = $lang->bug->unResolved;
  383. $lang->bug->moreSelects['browse']['more']['unconfirmed'] = $lang->bug->unconfirmed;
  384. $lang->bug->moreSelects['browse']['more']['assigntonull'] = $lang->bug->assignToNull;
  385. $lang->bug->moreSelects['browse']['more']['longlifebugs'] = $lang->bug->longLifeBugs;
  386. $lang->bug->moreSelects['browse']['more']['toclosed'] = $lang->bug->toClosed;
  387. $lang->bug->moreSelects['browse']['more']['postponedbugs'] = $lang->bug->postponedBugs;
  388. $lang->bug->moreSelects['browse']['more']['overduebugs'] = $lang->bug->overdueBugs;
  389. $lang->bug->moreSelects['browse']['more']['needconfirm'] = $lang->bug->needConfirm;
  390. $lang->bug->placeholder = new stdclass();
  391. $lang->bug->placeholder->chooseBuilds = 'Select Build';
  392. $lang->bug->placeholder->newBuildName = 'New Build Name';
  393. $lang->bug->placeholder->duplicate = 'Please enter the keywords.';
  394. /* Interactive prompt. */
  395. $lang->bug->notice = new stdclass();
  396. $lang->bug->notice->summary = "<strong>%s</strong> Bug(s) on this page, <strong>%s</strong> Unresolved.";
  397. $lang->bug->notice->unClosedSummary = "Total %s Bug(s) on this page, %s Open.";
  398. $lang->bug->notice->checkedSummary = "{checked} item(s) selected. Total {total} items.";
  399. $lang->bug->notice->confirmChangeProduct = "Changing the {$lang->productCommon} will result in changes to the linked {$lang->executionCommon}, {$lang->SRCommon}, and tasks. Are you sure to continue?";
  400. $lang->bug->notice->confirmDelete = 'Are you sure you want to delete this Bug?';
  401. $lang->bug->notice->remindTask = 'This Bug has been converted to a task. Do you want to update the status of the task (ID: %s)?';
  402. $lang->bug->notice->skipClose = 'Bug %s is not in "Resolved" status and cannot be closed. It will be automatically skipped.';
  403. $lang->bug->notice->executionAccessDenied = "You do not have permission to access the {$lang->executionCommon} to which this Bug belongs.";
  404. $lang->bug->notice->confirmUnlinkBuild = "Changing the Fixed Build will remove the link to the previous build. Are you sure you want to unlink this Bug from %s?";
  405. $lang->bug->notice->noSwitchBranch = 'The module for Bug %s is not in the current branch. It will be automatically skipped.';
  406. $lang->bug->notice->confirmToStory = 'The Bug will be automatically closed after being converted to a story. Closure reason: Converted to Story.';
  407. $lang->bug->notice->productDitto = "This Bug and the previous Bug do not belong to the same {$lang->productCommon}!";
  408. $lang->bug->notice->noBug = 'No bugs yet.';
  409. $lang->bug->notice->noModule = '<div>No module information available.</div><div>Please set up test modules.</div>';
  410. $lang->bug->notice->delayWarning = "<strong class='text-danger'>Pospone by %s day(s)</strong>";
  411. $lang->bug->notice->skipNotActive = "Bug %s is already Resolved or Closed and will not be modified.";
  412. $lang->bug->error = new stdclass();
  413. $lang->bug->error->notExist = "Bug not found.";
  414. $lang->bug->error->cannotActivate = 'Bugs that are not in "Resolved" or "Closed" status cannot be activated.';
  415. $lang->bug->error->stepsNotEmpty = "Reproduction steps cannot be empty.";
  416. $lang->bug->error->duplicateBugNotExist = 'Duplicate Bug does not exist.';