bizext.php 725 B

12345678910111213
  1. <?php
  2. $lang->custom->notice->indexPage['product'] = "Product Home is added to ZenTao 5.2+. Do you want to set it as the default page?";
  3. $lang->custom->notice->indexPage['project'] = "Project Home is added to ZenTao 5.2+. Do you want to set it as the default page?";
  4. $lang->custom->notice->indexPage['qa'] = "QA Home is added to ZenTao 5.2+. Do you want to set it as the default page?";
  5. $lang->custom->URStory = "Requirement";
  6. $lang->custom->SRStory = "Story";
  7. $lang->custom->conceptQuestions['URSRName'] = "Define the concept of Requirement and Story.";
  8. $lang->custom->conceptOptions->URAndSR = array();
  9. $lang->custom->conceptOptions->URAndSR['1'] = 'On';
  10. $lang->custom->conceptOptions->URAndSR['0'] = 'Off';