en.dict.itop-problem-mgmt.php 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <?php
  2. // Copyright (C) 2010-2012 Combodo SARL
  3. //
  4. // This file is part of iTop.
  5. //
  6. // iTop is free software; you can redistribute it and/or modify
  7. // it under the terms of the GNU Affero General Public License as published by
  8. // the Free Software Foundation, either version 3 of the License, or
  9. // (at your option) any later version.
  10. //
  11. // iTop is distributed in the hope that it will be useful,
  12. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. // GNU Affero General Public License for more details.
  15. //
  16. // You should have received a copy of the GNU Affero General Public License
  17. // along with iTop. If not, see <http://www.gnu.org/licenses/>
  18. /**
  19. * Localized data
  20. *
  21. * @copyright Copyright (C) 2010-2012 Combodo SARL
  22. * @license http://opensource.org/licenses/AGPL-3.0
  23. */
  24. // Dictionnay conventions
  25. // Class:<class_name>
  26. // Class:<class_name>+
  27. // Class:<class_name>/Attribute:<attribute_code>
  28. // Class:<class_name>/Attribute:<attribute_code>+
  29. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>
  30. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
  31. // Class:<class_name>/Stimulus:<stimulus_code>
  32. // Class:<class_name>/Stimulus:<stimulus_code>+
  33. //////////////////////////////////////////////////////////////////////
  34. // Classes in 'bizmodel'
  35. //////////////////////////////////////////////////////////////////////
  36. //
  37. // Dictionnay conventions
  38. // Class:<class_name>
  39. // Class:<class_name>+
  40. // Class:<class_name>/Attribute:<attribute_code>
  41. // Class:<class_name>/Attribute:<attribute_code>+
  42. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>
  43. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
  44. // Class:<class_name>/Stimulus:<stimulus_code>
  45. // Class:<class_name>/Stimulus:<stimulus_code>+
  46. Dict::Add('EN US', 'English', 'English', array(
  47. 'Menu:ProblemManagement' => 'Problem Management',
  48. 'Menu:ProblemManagement+' => 'Problem Management',
  49. 'Menu:Problem:Overview' => 'Overview',
  50. 'Menu:Problem:Overview+' => 'Overview',
  51. 'Menu:NewProblem' => 'New problem',
  52. 'Menu:NewProblem+' => 'New problem',
  53. 'Menu:SearchProblems' => 'Search for problems',
  54. 'Menu:SearchProblems+' => 'Search for problems',
  55. 'Menu:Problem:Shortcuts' => 'Shortcuts',
  56. 'Menu:Problem:MyProblems' => 'My problems',
  57. 'Menu:Problem:MyProblems+' => 'My problems',
  58. 'Menu:Problem:OpenProblems' => 'All open problems',
  59. 'Menu:Problem:OpenProblems+' => 'All open problems',
  60. 'UI-ProblemManagementOverview-ProblemByService' => 'Problems by service',
  61. 'UI-ProblemManagementOverview-ProblemByService+' => 'Problems by service',
  62. 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problems by priority',
  63. 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problems by priority',
  64. 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Unassigned problems',
  65. 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Unassigned problems',
  66. 'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard for Problem Management',
  67. 'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard for Problem Management',
  68. ));
  69. //
  70. // Class: Problem
  71. //
  72. Dict::Add('EN US', 'English', 'English', array(
  73. 'Class:Problem' => 'Problem',
  74. 'Class:Problem+' => '',
  75. 'Class:Problem/Attribute:status' => 'Status',
  76. 'Class:Problem/Attribute:status+' => '',
  77. 'Class:Problem/Attribute:status/Value:new' => 'New',
  78. 'Class:Problem/Attribute:status/Value:new+' => '',
  79. 'Class:Problem/Attribute:status/Value:assigned' => 'Assigned',
  80. 'Class:Problem/Attribute:status/Value:assigned+' => '',
  81. 'Class:Problem/Attribute:status/Value:resolved' => 'Resolved',
  82. 'Class:Problem/Attribute:status/Value:resolved+' => '',
  83. 'Class:Problem/Attribute:status/Value:closed' => 'Closed',
  84. 'Class:Problem/Attribute:status/Value:closed+' => '',
  85. 'Class:Problem/Attribute:service_id' => 'Service',
  86. 'Class:Problem/Attribute:service_id+' => '',
  87. 'Class:Problem/Attribute:service_name' => 'Service name',
  88. 'Class:Problem/Attribute:service_name+' => '',
  89. 'Class:Problem/Attribute:servicesubcategory_id' => 'Service subcategory',
  90. 'Class:Problem/Attribute:servicesubcategory_id+' => '',
  91. 'Class:Problem/Attribute:servicesubcategory_name' => 'Service subcategory',
  92. 'Class:Problem/Attribute:servicesubcategory_name+' => '',
  93. 'Class:Problem/Attribute:product' => 'Product',
  94. 'Class:Problem/Attribute:product+' => '',
  95. 'Class:Problem/Attribute:impact' => 'Impact',
  96. 'Class:Problem/Attribute:impact+' => '',
  97. 'Class:Problem/Attribute:impact/Value:1' => 'A Department',
  98. 'Class:Problem/Attribute:impact/Value:1+' => '',
  99. 'Class:Problem/Attribute:impact/Value:2' => 'A Service',
  100. 'Class:Problem/Attribute:impact/Value:2+' => '',
  101. 'Class:Problem/Attribute:impact/Value:3' => 'A person',
  102. 'Class:Problem/Attribute:impact/Value:3+' => '',
  103. 'Class:Problem/Attribute:urgency' => 'Urgency',
  104. 'Class:Problem/Attribute:urgency+' => '',
  105. 'Class:Problem/Attribute:urgency/Value:1' => 'critical',
  106. 'Class:Problem/Attribute:urgency/Value:1+' => 'critical',
  107. 'Class:Problem/Attribute:urgency/Value:2' => 'high',
  108. 'Class:Problem/Attribute:urgency/Value:2+' => 'high',
  109. 'Class:Problem/Attribute:urgency/Value:3' => 'medium',
  110. 'Class:Problem/Attribute:urgency/Value:3+' => 'medium',
  111. 'Class:Problem/Attribute:urgency/Value:4' => 'low',
  112. 'Class:Problem/Attribute:urgency/Value:4+' => 'low',
  113. 'Class:Problem/Attribute:priority' => 'Priority',
  114. 'Class:Problem/Attribute:priority+' => '',
  115. 'Class:Problem/Attribute:priority/Value:1' => 'Critical',
  116. 'Class:Problem/Attribute:priority/Value:1+' => 'Critical',
  117. 'Class:Problem/Attribute:priority/Value:2' => 'High',
  118. 'Class:Problem/Attribute:priority/Value:2+' => 'High',
  119. 'Class:Problem/Attribute:priority/Value:3' => 'Medium',
  120. 'Class:Problem/Attribute:priority/Value:3+' => 'Medium',
  121. 'Class:Problem/Attribute:priority/Value:4' => 'Low',
  122. 'Class:Problem/Attribute:priority/Value:4+' => 'Low',
  123. 'Class:Problem/Attribute:related_change_id' => 'Related Change',
  124. 'Class:Problem/Attribute:related_change_id+' => '',
  125. 'Class:Problem/Attribute:related_change_ref' => 'Related Change ref',
  126. 'Class:Problem/Attribute:related_change_ref+' => '',
  127. 'Class:Problem/Attribute:assignment_date' => 'Assignment Date',
  128. 'Class:Problem/Attribute:assignment_date+' => '',
  129. 'Class:Problem/Attribute:resolution_date' => 'Resolution Date',
  130. 'Class:Problem/Attribute:resolution_date+' => '',
  131. 'Class:Problem/Attribute:knownerrors_list' => 'Known Errors',
  132. 'Class:Problem/Attribute:knownerrors_list+' => 'All the known errors that are linked to this problem',
  133. 'Class:Problem/Attribute:related_request_list' => 'Related requests',
  134. 'Class:Problem/Attribute:related_request_list+' => 'All the requests that are related to this problem',
  135. 'Class:Problem/Stimulus:ev_assign' => 'Assign',
  136. 'Class:Problem/Stimulus:ev_assign+' => '',
  137. 'Class:Problem/Stimulus:ev_reassign' => 'Reassign',
  138. 'Class:Problem/Stimulus:ev_reassign+' => '',
  139. 'Class:Problem/Stimulus:ev_resolve' => 'Resolve',
  140. 'Class:Problem/Stimulus:ev_resolve+' => '',
  141. 'Class:Problem/Stimulus:ev_close' => 'Close',
  142. 'Class:Problem/Stimulus:ev_close+' => '',
  143. ));
  144. ?>