en.php 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?php
  2. /**
  3. * The tree 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 tree
  9. * @version $Id: en.php 5045 2013-07-06 07:04:40Z zhujinyonging@gmail.com $
  10. * @link https://www.zentao.net
  11. */
  12. $lang->tree = new stdclass();
  13. $lang->tree->common = 'Module Management';
  14. $lang->tree->create = 'Create Module';
  15. $lang->tree->edit = 'Edit Modules';
  16. $lang->tree->delete = 'Delete Modules';
  17. $lang->tree->browse = 'General Modules Management';
  18. $lang->tree->browseTask = 'Task Modules Management';
  19. $lang->tree->manage = 'Manage Modules';
  20. $lang->tree->fix = 'Fix Modules';
  21. $lang->tree->manageProduct = "Manage {$lang->productCommon} Modules";
  22. $lang->tree->manageProject = "Manage {$lang->projectCommon} Modules";
  23. $lang->tree->manageExecution = "Manage {$lang->execution->common} Modules";
  24. $lang->tree->manageLine = "Manage Product Lines";
  25. $lang->tree->manageBug = 'Manage Test Views';
  26. $lang->tree->manageCase = 'Manage Case Views';
  27. $lang->tree->manageCaselib = 'Manage Case Libraries';
  28. $lang->tree->manageCustomDoc = 'Manage Document Categories';
  29. $lang->tree->manageApiChild = 'Manage API Directory';
  30. $lang->tree->manageGroup = 'Manage groups';
  31. $lang->tree->updateOrder = 'Update Order';
  32. $lang->tree->manageChild = 'Manage Sub-modules';
  33. $lang->tree->manageStoryChild = 'Manage Sub-modules';
  34. $lang->tree->manageLineChild = "Manage Product Lines";
  35. $lang->tree->manageBugChild = 'Manage Bug Sub-modules';
  36. $lang->tree->manageCaseChild = 'Manage Case Sub-modules';
  37. $lang->tree->manageCaselibChild = 'Manage Case Libraries Sub-modules';
  38. $lang->tree->manageDashboard = 'Manage Dashboard Modules';
  39. $lang->tree->manageDashboardChild = 'Manage Dashboard Sub-modules';
  40. $lang->tree->manageProjectChild = "Manage {$lang->projectCommon} Sub-modules";
  41. $lang->tree->manageTaskChild = "Manage {$lang->execution->common} Sub-modules";
  42. $lang->tree->manageDeliverableChild = "Manage Deliverable Category";
  43. $lang->tree->syncFromProduct = "Duplicate Modules";
  44. $lang->tree->dragAndSort = "Drag to order";
  45. $lang->tree->sort = "Order";
  46. $lang->tree->addChild = "Add Sub-modules";
  47. $lang->tree->confirmDelete = 'This module and its sub-modules will be deleted. Are you sure you want to delete them?';
  48. $lang->tree->confirmDeleteMenu = 'This directory and its sub-directories will be deleted. Are you sure you want to delete them?';
  49. $lang->tree->confirmDelCategory = 'This category and its sub-categories will be deleted. Are you sure you want to delete them?';
  50. $lang->tree->confirmDeleteLine = "Are you sure you want to delete this product line?";
  51. $lang->tree->confirmDeleteGroup = 'This group and its sub-groups will be deleted. Are you sure you want to delete them?';
  52. $lang->tree->confirmRoot = "Any changes to the {$lang->productCommon} will change the {$lang->SRCommon}, stories, bugs, cases of {$lang->productCommon} it belongs to, as well as the linkage of {$lang->executionCommon} and {$lang->productCommon}. This is a high-risk action. Please proceed with caution. Are you sure you want to make this change?";
  53. $lang->tree->confirmRoot4Doc = "Any changes to the Doc Library will update the associations of all documents under this category. This is a high-risk action. Please proceed with caution. Are you sure you want to make this change?";
  54. $lang->tree->noSubmodule = "No sub-modules available to duplicate";
  55. $lang->tree->successSave = 'Saved ';
  56. $lang->tree->successFixed = 'Fixed';
  57. $lang->tree->repeatName = 'Module name "%s" already exists';
  58. $lang->tree->repeatDirName = 'Directory name "%s" already exists';
  59. $lang->tree->shouldNotBlank = 'Module name cannot be empty';
  60. $lang->tree->syncProductModule = "Sync {$lang->productCommon} Modules";
  61. $lang->tree->host = 'Host';
  62. $lang->tree->editHost = 'Edit host group';
  63. $lang->tree->deleteHost = 'Delete host group';
  64. $lang->tree->manageHostChild = 'Manage Host Sub-groups';
  65. $lang->tree->groupMaintenance = 'Manage Host Groups';
  66. $lang->tree->groupName = 'Group Name';
  67. $lang->tree->parentGroup = 'Parent grpup';
  68. $lang->tree->childGroup = 'Child';
  69. $lang->tree->confirmDeleteHost = 'This group and its sub-groups will be deleted. Are you sure?';
  70. $lang->tree->designModule = 'Design';
  71. $lang->tree->otherModule = 'Other';
  72. $lang->tree->module = 'Module';
  73. $lang->tree->name = 'Module Name';
  74. $lang->tree->wordName = 'Name';
  75. $lang->tree->line = "Product Line Name";
  76. $lang->tree->cate = 'Category Name';
  77. $lang->tree->dir = 'Directory Name';
  78. $lang->tree->root = "{$lang->productCommon}";
  79. $lang->tree->branch = 'Platform/Branch';
  80. $lang->tree->path = 'Path';
  81. $lang->tree->type = 'Type';
  82. $lang->tree->parent = 'Parent Module';
  83. $lang->tree->parentCate = 'Parent Directory';
  84. $lang->tree->child = 'Sub-modules';
  85. $lang->tree->parentGroup = 'Parent group';
  86. $lang->tree->childGroup = 'Sub-groups';
  87. $lang->tree->subCategory = 'Sub-categories';
  88. $lang->tree->editCategory = 'Edit Category';
  89. $lang->tree->delCategory = 'Delete Category';
  90. $lang->tree->lineChild = "Sub-product Lines";
  91. $lang->tree->owner = 'Assigned to';
  92. $lang->tree->order = 'Order';
  93. $lang->tree->short = 'Abbr';
  94. $lang->tree->all = 'All Modules';
  95. $lang->tree->executionDoc = "{$lang->executionCommon} Document";
  96. $lang->tree->product = $lang->productCommon;
  97. $lang->tree->editDir = "Edit Directory";
  98. $lang->tree->emptyHistory = "No history yet";
  99. $lang->module = new stdclass();
  100. $lang->module->action = new stdclass();
  101. $lang->module->action->created = array('main' => "\$date, created <strong>\$extra</strong> by <strong>\$actor</strong>.");
  102. $lang->module->action->moved = array('main' => "\$date, moved <strong>\$extra</strong> by <strong>\$actor</strong>.");
  103. $lang->module->action->deleted = array('main' => "\$date, deleted <strong>\$extra</strong> by <strong>\$actor</strong>.");