en.php 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. <?php
  2. global $config;
  3. $lang->custom->common = 'Custom';
  4. $lang->custom->id = 'ID';
  5. $lang->custom->set = 'Custom Settings';
  6. $lang->custom->restore = 'Reset';
  7. $lang->custom->key = 'Key';
  8. $lang->custom->value = 'Value';
  9. $lang->custom->working = 'Mode';
  10. $lang->custom->hours = 'Working Hours';
  11. $lang->custom->select = 'Please select a process: ';
  12. $lang->custom->branch = 'Multi-Branch';
  13. $lang->custom->owner = 'Owner';
  14. $lang->custom->module = 'Module';
  15. $lang->custom->section = 'Additional Section';
  16. $lang->custom->lang = 'Language';
  17. $lang->custom->setPublic = 'Set asa Public';
  18. $lang->custom->required = 'Required Field';
  19. $lang->custom->score = 'Points';
  20. $lang->custom->timezone = 'Timezone';
  21. $lang->custom->scoreReset = 'Reset Points';
  22. $lang->custom->scoreTitle = 'Points Feature';
  23. $lang->custom->productName = $lang->productCommon;
  24. $lang->custom->convertFactor = 'Conversion Factor';
  25. $lang->custom->region = 'Range';
  26. $lang->custom->tips = 'Prompt: ';
  27. $lang->custom->setTips = 'Set Prompt Text';
  28. $lang->custom->isRange = 'Within Target Range';
  29. $lang->custom->concept = "{$lang->projectCommon} Concept";
  30. $lang->custom->URStory = "Feature";
  31. $lang->custom->SRStory = "Story";
  32. $lang->custom->default = "Default";
  33. $lang->custom->scrumStory = "Story";
  34. $lang->custom->waterfallCommon = "Waterfall";
  35. $lang->custom->buildin = "Built-in";
  36. $lang->custom->editStoryConcept = "Edit Story Concept";
  37. $lang->custom->setStoryConcept = "Set Story Concept";
  38. $lang->custom->setDefaultConcept = "Set Default Concept";
  39. $lang->custom->browseStoryConcept = "Story Concept List";
  40. $lang->custom->deleteStoryConcept = "Delete story Concept";
  41. $lang->custom->ERConcept = "Epic Concept";
  42. $lang->custom->URConcept = "Feature Concept";
  43. $lang->custom->SRConcept = "Story Concept";
  44. $lang->custom->reviewRule = 'Review Rules';
  45. $lang->custom->switch = "Switch";
  46. $lang->custom->oneUnit = "One {$lang->hourCommon}";
  47. $lang->custom->convertRelationTitle = "Please set the conversion factor for converting {$lang->hourCommon} to %s.";
  48. $lang->custom->superReviewers = "Super Reviewer";
  49. $lang->custom->kanban = "Kanban";
  50. $lang->custom->allUsers = 'All Users';
  51. $lang->custom->account = 'Users';
  52. $lang->custom->role = 'Role';
  53. $lang->custom->dept = 'Dept';
  54. $lang->custom->code = $lang->code;
  55. $lang->custom->setCode = 'Enable Code';
  56. $lang->custom->projectCommon = $lang->projectCommon . ' Settings';
  57. $lang->custom->executionCommon = 'Execution';
  58. $lang->custom->selectDefaultProgram = 'Please select a default program.';
  59. $lang->custom->defaultProgram = 'Default program';
  60. $lang->custom->modeManagement = 'Mode Management';
  61. $lang->custom->percent = $lang->stage->percent;
  62. $lang->custom->setPercent = "Enable {$lang->stage->percent}";
  63. $lang->custom->beginAndEndDate = 'Duration';
  64. $lang->custom->beginAndEndDateRange = 'Duration Range';
  65. $lang->custom->limitTaskDateAction = 'Set Duration Required';
  66. $lang->custom->closeSetting = 'Close Settings';
  67. $lang->custom->gradeRule = 'Allow Cross-Level Subdivision';
  68. $lang->custom->setExecutionClose = 'Execution Close Setting';
  69. $lang->custom->kanbanExpireReminder = 'Kanban Expire Reminder';
  70. $lang->custom->kanbanExpireDays = 'Kanban Expire Days';
  71. $lang->custom->feature = 'Feature';
  72. $lang->custom->gradeRuleList['cross'] = 'Yes';
  73. $lang->custom->gradeRuleList['stepwise'] = 'No';
  74. $lang->custom->unitList['efficiency'] = 'Working Hours/';
  75. $lang->custom->unitList['manhour'] = 'Man Hours/';
  76. $lang->custom->unitList['cost'] = 'USD/Hour';
  77. $lang->custom->unitList['hours'] = 'Hours';
  78. $lang->custom->unitList['days'] = 'Days';
  79. $lang->custom->unitList['loc'] = 'KLOC';
  80. $lang->custom->tipProgressList['SPI'] = 'Schedule Performance Index(SPI)';
  81. $lang->custom->tipProgressList['SV'] = 'Schedule Variance(SV%)';
  82. $lang->custom->tipCostList['CPI'] = 'Cost Performed Index(CPI)';
  83. $lang->custom->tipCostList['CV'] = 'Cost Variance(CV%)';
  84. $lang->custom->tipRangeList[0] = 'No';
  85. $lang->custom->tipRangeList[1] = 'Yes';
  86. $lang->custom->regionMustNumber = 'The range must be a number.';
  87. $lang->custom->tipNotEmpty = 'The prompt text cannot be empty.';
  88. $lang->custom->currencyNotEmpty = 'Select at least one currency.';
  89. $lang->custom->defaultNotEmpty = 'The default currency cannot be empty.';
  90. $lang->custom->convertRelationTips = "After converting {Slang->hourCommon} to %s, all historical data will be converted to %s.";
  91. $lang->custom->saveTips = 'After clicking Save, the current %s will become the default estimation unit.';
  92. $lang->custom->numberError = 'The range must be greater than zero.';
  93. $lang->custom->hoursError = 'Available working hours must be between 0 and 24.';
  94. $lang->custom->closedProject = 'Closed ' . $lang->projectCommon;
  95. $lang->custom->closedExecution = 'Closed ' . $lang->executionCommon;
  96. $lang->custom->closedKanban = 'Closed ' . $lang->custom->kanban;
  97. $lang->custom->closedProduct = 'Closed ' . $lang->productCommon;
  98. $lang->custom->gradeStatusList['enable'] = 'Normal';
  99. $lang->custom->gradeStatusList['disable'] = 'Disabled';
  100. $lang->custom->block = new stdclass();
  101. $lang->custom->block->fields['closed'] = 'Closed Blocks';
  102. $lang->custom->project = new stdClass();
  103. $lang->custom->project->currencySetting = 'Currency Settings';
  104. $lang->custom->project->defaultCurrency = 'Default Currency';
  105. $lang->custom->project->fields['required'] = $lang->custom->required;
  106. $lang->custom->project->fields['project'] = 'Close Settings';
  107. $lang->custom->project->fields['unitList'] = 'Budget Unit';
  108. $lang->custom->execution = new stdClass();
  109. $lang->custom->execution->fields['required'] = $lang->custom->required;
  110. $lang->custom->execution->fields['execution'] = 'Close Settings';
  111. $lang->custom->product = new stdClass();
  112. $lang->custom->product->fields['required'] = $lang->custom->required;
  113. $lang->custom->product->fields['browsestoryconcept'] = 'Story Concept';
  114. $lang->custom->product->fields['product'] = 'Close Settings';
  115. $lang->custom->story = new stdClass();
  116. $lang->custom->story->fields['required'] = $lang->custom->required;
  117. $lang->custom->story->fields['categoryList'] = 'Type';
  118. $lang->custom->story->fields['priList'] = 'Priority';
  119. $lang->custom->story->fields['sourceList'] = 'Source';
  120. $lang->custom->story->fields['reasonList'] = 'Closure Reason';
  121. $lang->custom->story->fields['stageList'] = 'Development Phase';
  122. $lang->custom->story->fields['statusList'] = 'Status';
  123. $lang->custom->story->fields['reviewRules'] = 'Review Rules';
  124. $lang->custom->story->fields['reviewResultList'] = 'Review Result';
  125. $lang->custom->story->fields['review'] = 'Review Process';
  126. $lang->custom->epic = clone $lang->custom->story;
  127. $lang->custom->requirement = clone $lang->custom->story;
  128. $lang->custom->task = new stdClass();
  129. $lang->custom->task->fields['required'] = $lang->custom->required;
  130. $lang->custom->task->fields['priList'] = 'Priority';
  131. $lang->custom->task->fields['typeList'] = 'Type';
  132. $lang->custom->task->fields['reasonList'] = 'Closure Reason';
  133. $lang->custom->task->fields['statusList'] = 'Status';
  134. $lang->custom->task->fields['limitTaskDate'] = 'Duration';
  135. $lang->custom->bug = new stdClass();
  136. $lang->custom->bug->fields['required'] = $lang->custom->required;
  137. $lang->custom->bug->fields['priList'] = 'Priority';
  138. $lang->custom->bug->fields['severityList'] = 'Severity';
  139. $lang->custom->bug->fields['osList'] = 'OS';
  140. $lang->custom->bug->fields['browserList'] = 'Browser';
  141. $lang->custom->bug->fields['typeList'] = 'Type';
  142. $lang->custom->bug->fields['resolutionList'] = 'Resolution';
  143. $lang->custom->bug->fields['statusList'] = 'Status';
  144. $lang->custom->bug->fields['longlife'] = 'Stalled Days';
  145. $lang->custom->testcase = new stdClass();
  146. $lang->custom->testcase->fields['required'] = $lang->custom->required;
  147. $lang->custom->testcase->fields['priList'] = 'Priority';
  148. $lang->custom->testcase->fields['typeList'] = 'Type';
  149. $lang->custom->testcase->fields['stageList'] = 'Phase';
  150. $lang->custom->testcase->fields['resultList'] = 'Result';
  151. $lang->custom->testcase->fields['statusList'] = 'Status';
  152. $lang->custom->testcase->fields['review'] = 'Review Process';
  153. $lang->custom->testtask = new stdClass();
  154. $lang->custom->testtask->fields['required'] = $lang->custom->required;
  155. $lang->custom->testtask->fields['statusList'] = 'Status';
  156. $lang->custom->testtask->fields['typeList'] = 'Test Type';
  157. $lang->custom->testtask->fields['priList'] = 'Priority';
  158. $lang->custom->testreport = new stdClass();
  159. $lang->custom->testreport->fields['required'] = $lang->custom->required;
  160. $lang->custom->caselib = new stdClass();
  161. $lang->custom->caselib->fields['required'] = $lang->custom->required;
  162. $lang->custom->todo = new stdClass();
  163. $lang->custom->todo->fields['priList'] = 'Priority';
  164. $lang->custom->todo->fields['typeList'] = 'Type';
  165. $lang->custom->todo->fields['statusList'] = 'Status';
  166. $lang->custom->user = new stdClass();
  167. $lang->custom->user->fields['required'] = $lang->custom->required;
  168. $lang->custom->user->fields['roleList'] = 'Role';
  169. $lang->custom->user->fields['statusList'] = 'Status';
  170. $lang->custom->user->fields['contactField'] = 'Available Contact Methods';
  171. $lang->custom->user->fields['deleted'] = 'Show Deleted Users';
  172. $lang->custom->currentLang = 'Apply to Current Language';
  173. $lang->custom->allLang = 'Apply to All Languages';
  174. $lang->custom->confirmRestore = 'Are you sure you want to restore default settings?';
  175. $lang->custom->notice = new stdclass();
  176. $lang->custom->notice->userFieldNotice = 'Controls the visibility of the above fields on user-related pages. Leave blank to show all.';
  177. $lang->custom->notice->canNotAdd = 'This item is used in calculations; custom additions are not available.';
  178. $lang->custom->notice->forceReview = '%s submitted by specified users require review.';
  179. $lang->custom->notice->forceNotReview = "%s submitted by specified users do not require review.";
  180. $lang->custom->notice->longlife = 'The Stalled tab on the Bug List page displays bugs that have been unresolved for longer than the configured number of days.';
  181. $lang->custom->notice->invalidNumberKey = 'The key value must be a number no greater than 255.';
  182. $lang->custom->notice->invalidStringKey = 'The key value must be a combination of uppercase/lowercase letters, numbers, or underscores.';
  183. $lang->custom->notice->cannotSetTimezone = 'The function \'date_default_timezone_set\' is missing or disabled; the timezone cannot be set.';
  184. $lang->custom->notice->noClosedBlock = 'No permanently closed blocks.';
  185. $lang->custom->notice->required = 'Selected fields are mandatory upon form submission.';
  186. $lang->custom->notice->conceptResult = 'Based on your selection, we have configured the <b>%s-%s</b> mode using <b>%s</b> + <b>%s</b>.';
  187. $lang->custom->notice->conceptPath = 'Go to Admin -> Custom -> Concept to set it.';
  188. $lang->custom->notice->readOnlyOfProduct = "Once set Changes Prohibited, {$lang->SRCommon}, Bug, Test Case, Effort, Release, Plan, and Build under a closed product cannot be modified.";
  189. $lang->custom->notice->readOnlyOfProject = "Once set Changes Prohibited, any change on closed {$lang->projectCommon}s is not allowed:<br/>
  190. 1. For {$lang->productCommon}-based {$lang->projectCommon}s with {$lang->custom->executionCommon} enabled: The following will not be editable under closed {$lang->projectCommon}s: {$lang->custom->executionCommon}, stories, design, reviews, review issues, baselines, documents, builds, releases, efforts, test requests, test reports, process tailoring, research, estimation, issues, risks, opportunities, meetings, QA plans, non-conformities, etc.<br/>
  191. 2. For {$lang->productCommon}-based {$lang->projectCommon}s with{$lang->custom->executionCommon} disabled: The following will not be editable under closed {$lang->projectCommon}s: tasks, stories, builds, releases, efforts, test request, test reports, documents, etc.<br/>
  192. 3. For non-{$lang->productCommon}-based {$lang->projectCommon}s with {$lang->custom->executionCommon} enabled: The following will not be editable under closed {$lang->projectCommon}s: {$lang->custom->executionCommon}, stories, design, reviews, review issues, baselines, bugs, test cases, test requestd, test reports, documents, builds, releases, efforts, process tailoring, research, estimation, issues, risks, opportunities, meetings, QA plans, non-conformities, etc.<br/>
  193. 4. For non-{$lang->productCommon}-based {$lang->projectCommon}s with {$lang->custom->executionCommon} disabled: The following will not be editable under closed {$lang->projectCommon}s: tasks, stories, bugs, test cases, test requestd, test reports, documents, builds, releases, efforts, etc.";
  194. $lang->custom->notice->kanbanReminder = 'When the card deadline is less than the set number of days, the expiration reminder is triggered.';
  195. if(in_array($config->edition, array('open', 'biz')))
  196. {
  197. $lang->custom->notice->readOnlyOfExecution = "If Change Forbidden, any change on tasks, builds, efforts, test tasks, test reports, documents and stories of the closed {$lang->executionCommon} is also forbidden.";
  198. }
  199. else
  200. {
  201. $lang->custom->notice->readOnlyOfExecution = "If Change Forbidden, any change on tasks, builds, efforts, test tasks, test reports, documents, issues, risks, QAs, meettings and stories of the closed {$lang->executionCommon} is also forbidden.";
  202. }
  203. $lang->custom->notice->readOnlyOfKanban = "If Change Forbidden, any change on kanban card and related operations of {$lang->custom->kanban} is also forbidden.";
  204. $lang->custom->notice->URSREmpty = 'The custom story name cannot be empty.';
  205. $lang->custom->notice->valueEmpty = 'The value cannot be empty.';
  206. $lang->custom->notice->confirmDelete = 'Are you sure you want to delete it?';
  207. $lang->custom->notice->confirmReviewCase = 'Do you want to change the status of test cases Waiting Review to Normal?';
  208. $lang->custom->notice->storyReviewTip = 'When users, roles, or departments are selected, the system takes the union of all included members.';
  209. $lang->custom->notice->selectAllTip = 'When all users are selected, the reviewers will be cleared and disabled, and both the role and department filters will be hidden.';
  210. $lang->custom->notice->repeatKey = 'Duplicate Key: %s';
  211. $lang->custom->notice->readOnlyOfCode = "Code serve as management aliases for confidentiality. Once enabled, codes will be displayed for products, projects, and executions across create, edit, detail, and list views.";
  212. $lang->custom->notice->readOnlyOfPercent = "Workload Ratio is used to allocate workloads across multiple phases within a {$lang->projectCommon}. The total percentage among phases of the same level cannot exceed 100%. Once Workload Ratio is enabled, phase workload allocation must be maintained in both Waterfall {$lang->projectCommon} and Waterfall+ {$lang->projectCommon} models.";
  213. $lang->custom->notice->gradeRule = 'Cross-level breakdown: You can create stories from any hierarchy level and establish parent-child links across layers. For example, you may create a Level 3 story directly under a Level 1 story.';
  214. $lang->custom->notice->indexPage['product'] = "Starting from version 8.2, a Product Home view has been added. Would you like to set it as the default landing page?";
  215. $lang->custom->notice->indexPage['project'] = "Starting from version 8.2, a {$lang->projectCommon} Home view has been added. Would you like to set it as the default landing page?";
  216. $lang->custom->notice->indexPage['qa'] = "Starting from version 8.2, a Test Home view has been added. Would you like to set it as the default landing page?";
  217. $lang->custom->notice->invalidStrlen['ten'] = 'The key should be <= 10 characters.';
  218. $lang->custom->notice->invalidStrlen['fifteen'] = 'The key should be <= 15 characters.';
  219. $lang->custom->notice->invalidStrlen['twenty'] = 'The key should be <= 20 characters.';
  220. $lang->custom->notice->invalidStrlen['thirty'] = 'The key should be <= 30 characters.';
  221. $lang->custom->notice->invalidStrlen['twoHundred'] = 'The key should be <= 225 characters.';
  222. $lang->custom->storyReview = 'Review Process';
  223. $lang->custom->forceReview = 'Mandatory Review';
  224. $lang->custom->forceNotReview = 'No Review Required';
  225. $lang->custom->reviewList[1] = 'Enable';
  226. $lang->custom->reviewList[0] = 'Disable';
  227. $lang->custom->deletedList[1] = 'Show';
  228. $lang->custom->deletedList[0] = 'Hide';
  229. $lang->custom->setHours = 'Work Hour Settings';
  230. $lang->custom->setWeekend = 'Rest Day Settings';
  231. $lang->custom->setHoliday = 'Holiday Settings';
  232. $lang->custom->workingHours = 'Available Work Hours per Day';
  233. $lang->custom->weekendRole = 'Rule Settings';
  234. $lang->custom->weekendList[1] = '1-Day Off';
  235. $lang->custom->weekendList[2] = '2-Days Off';
  236. $lang->custom->restDayList[6] = 'Saturday Off';
  237. $lang->custom->restDayList[0] = 'Sunday Off';
  238. global $config;
  239. $lang->custom->sprintConceptList[0] = 'Project Product Iteration';
  240. $lang->custom->sprintConceptList[1] = 'Project Product Sprint';
  241. $lang->custom->workingList['full'] = 'A Complete R&D Management Tool';
  242. $lang->custom->menuTip = 'Click to show or hide navigation items, and drag to change their display order.';
  243. $lang->custom->saveFail = 'Failed to save.';
  244. $lang->custom->page = ' Page';
  245. $lang->custom->usage = 'Usage scenarios';
  246. $lang->custom->selectUsage = 'Select a scenario';
  247. $lang->custom->useLight = 'Light Mode';
  248. $lang->custom->useALM = 'ALM Mode';
  249. $lang->custom->currentModeTips = 'You are currently using %s mode. You can switch to %s mode.';
  250. $lang->custom->changeModeTips = 'Are you sure you want to switch to %s mode?';
  251. $lang->custom->selectProgramTips = "After switching to the Light Mode, you need to select a program as the default one to maintain data consistency. All newly created {$lang->productCommon} and {$lang->projectCommon} entries will be linked with this default program.";
  252. $lang->custom->modeList['light'] = 'Light Mode';
  253. $lang->custom->modeList['ALM'] = 'ALM Mode';
  254. $lang->custom->modeList['PLM'] = 'IPD Mode';
  255. $lang->custom->modeIntroductionList['light'] = "Provides the core function of {$lang->projectCommon} management. Suitable for small R&D teams.";
  256. $lang->custom->modeIntroductionList['ALM'] = 'The concept is more complete and rigorous, and the function is more abundant. It is suitable for medium and large R&D teams.';
  257. $lang->custom->features['program'] = 'Program';
  258. $lang->custom->features['productRR'] = $lang->productCommon . ' - Story';
  259. $lang->custom->features['productUR'] = $lang->productCommon . ' - Feature';
  260. $lang->custom->features['productER'] = $lang->productCommon . ' - Epic';
  261. $lang->custom->features['productLine'] = $lang->productCommon . ' - Product Line';
  262. $lang->custom->features['projectScrum'] = $lang->projectCommon . ' - Scrum Model';
  263. $lang->custom->features['projectWaterfall'] = $lang->projectCommon . ' - Waterfall Model';
  264. $lang->custom->features['projectKanban'] = $lang->projectCommon . ' - Kanban Model';
  265. $lang->custom->features['projectAgileplus'] = $lang->projectCommon . ' - Agile + Model';
  266. $lang->custom->features['projectWaterfallplus'] = $lang->projectCommon . ' - Waterfall + Model';
  267. $lang->custom->features['execution'] = 'Execution';
  268. $lang->custom->features['qa'] = 'Test';
  269. $lang->custom->features['devops'] = 'CI&CD';
  270. $lang->custom->features['kanban'] = 'Kanban';
  271. $lang->custom->features['doc'] = 'Document';
  272. $lang->custom->features['report'] = 'BI';
  273. $lang->custom->features['system'] = 'Company';
  274. $lang->custom->features['assetlib'] = 'Asset';
  275. $lang->custom->features['oa'] = 'OA';
  276. $lang->custom->features['ops'] = 'OPS';
  277. $lang->custom->features['feedback'] = 'Feedback';
  278. $lang->custom->features['traincourse'] = 'Academy';
  279. $lang->custom->features['workflow'] = 'Workflow';
  280. $lang->custom->features['admin'] = 'Admin';
  281. $lang->custom->features['vision'] = 'Full Feature Interface, Operation Management Interface';
  282. $lang->custom->features['ai'] = 'AI';
  283. $lang->custom->needClosedFunctions['waterfall'] = 'Waterfall';
  284. $lang->custom->needClosedFunctions['waterfallplus'] = 'Waterfall +';
  285. $lang->custom->needClosedFunctions['URStory'] = 'Feature';
  286. if($config->edition == 'max') $lang->custom->needClosedFunctions['assetLib'] = 'Assetlib';
  287. $lang->custom->scoreStatus[1] = 'On';
  288. $lang->custom->scoreStatus[0] = 'Off';
  289. $lang->custom->CRProduct[1] = 'Changes Allowed';
  290. $lang->custom->CRProduct[0] = 'Changes Prohibited';
  291. $lang->custom->CRProject[1] = 'Changes Allowed';
  292. $lang->custom->CRProject[0] = 'Changes Prohibited';
  293. $lang->custom->CRExecution[1] = 'Changes Allowed';
  294. $lang->custom->CRExecution[0] = 'Changes Prohibited';
  295. $lang->custom->CRKanban[1] = 'Changes Allowed';
  296. $lang->custom->CRKanban[0] = 'Changes Prohibited';
  297. $lang->custom->moduleName['product'] = $lang->productCommon;
  298. $lang->custom->moduleName['productplan'] = 'Plan';
  299. $lang->custom->moduleName['execution'] = $lang->custom->executionCommon;
  300. $lang->custom->conceptQuestions['overview'] = "Which of the following management models best fits your company’s current workflow?";
  301. $lang->custom->conceptQuestions['URAndSR'] = "Would you like to enable the {$lang->URCommon} and {$lang->SRCommon} concepts?";
  302. $lang->custom->conceptQuestions['storypoint'] = "Which unit does your company use for estimation?";
  303. $lang->custom->conceptOptions = new stdclass;
  304. $lang->custom->conceptOptions->story = array();
  305. $lang->custom->conceptOptions->story['0'] = 'Feature';
  306. $lang->custom->conceptOptions->story['1'] = 'Story';
  307. $lang->custom->conceptOptions->URAndSR = array();
  308. $lang->custom->conceptOptions->URAndSR['1'] = 'Yes';
  309. $lang->custom->conceptOptions->URAndSR['0'] = 'No';
  310. $lang->custom->conceptOptions->hourPoint = array();
  311. $lang->custom->conceptOptions->hourPoint['0'] = 'Work Hours';
  312. $lang->custom->conceptOptions->hourPoint['1'] = 'Story Points';
  313. $lang->custom->conceptOptions->hourPoint['2'] = 'Function Points';
  314. $lang->custom->scrum = new stdclass();
  315. $lang->custom->scrum->setConcept = "Set {$lang->projectCommon} Concept";
  316. $lang->custom->reviewRules['allpass'] = 'Approved by All';
  317. $lang->custom->reviewRules['halfpass'] = 'Approved by Majority';
  318. $lang->custom->limitTaskDate['0'] = 'No Restriction';
  319. $lang->custom->limitTaskDate['1'] = 'Restricted to the execution duration.';
  320. $lang->custom->setDate = new stdClass();
  321. $lang->custom->setDate->fields['hours'] = $lang->custom->setHours;
  322. $lang->custom->setDate->fields['weekend'] = $lang->custom->setWeekend;
  323. $lang->custom->setDate->fields['holiday'] = $lang->custom->setHoliday;