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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?php
  2. // Copyright (C) 2010 Combodo SARL
  3. //
  4. // This program is free software; you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation; version 3 of the License.
  7. //
  8. // This program is distributed in the hope that it will be useful,
  9. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. // GNU General Public License for more details.
  12. //
  13. // You should have received a copy of the GNU General Public License
  14. // along with this program; if not, write to the Free Software
  15. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  16. /**
  17. * Localized data
  18. *
  19. * @author Erwan Taloc <erwan.taloc@combodo.com>
  20. * @author Romain Quetiez <romain.quetiez@combodo.com>
  21. * @author Denis Flaven <denis.flaven@combodo.com>
  22. * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
  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:org_id' => 'Customer',
  86. 'Class:Problem/Attribute:org_id+' => '',
  87. 'Class:Problem/Attribute:org_name' => 'Name',
  88. 'Class:Problem/Attribute:org_name+' => 'Common name',
  89. 'Class:Problem/Attribute:service_id' => 'Service',
  90. 'Class:Problem/Attribute:service_id+' => '',
  91. 'Class:Problem/Attribute:service_name' => 'Name',
  92. 'Class:Problem/Attribute:service_name+' => '',
  93. 'Class:Problem/Attribute:servicesubcategory_id' => 'Service Category',
  94. 'Class:Problem/Attribute:servicesubcategory_id+' => '',
  95. 'Class:Problem/Attribute:servicesubcategory_name' => 'Name',
  96. 'Class:Problem/Attribute:servicesubcategory_name+' => '',
  97. 'Class:Problem/Attribute:product' => 'Product',
  98. 'Class:Problem/Attribute:product+' => '',
  99. 'Class:Problem/Attribute:impact' => 'Impact',
  100. 'Class:Problem/Attribute:impact+' => '',
  101. 'Class:Problem/Attribute:impact/Value:1' => 'A Person',
  102. 'Class:Problem/Attribute:impact/Value:1+' => '',
  103. 'Class:Problem/Attribute:impact/Value:2' => 'A Service',
  104. 'Class:Problem/Attribute:impact/Value:2+' => '',
  105. 'Class:Problem/Attribute:impact/Value:3' => 'A Department',
  106. 'Class:Problem/Attribute:impact/Value:3+' => '',
  107. 'Class:Problem/Attribute:urgency' => 'Urgency',
  108. 'Class:Problem/Attribute:urgency+' => '',
  109. 'Class:Problem/Attribute:urgency/Value:1' => 'Low',
  110. 'Class:Problem/Attribute:urgency/Value:1+' => 'Low',
  111. 'Class:Problem/Attribute:urgency/Value:2' => 'Medium',
  112. 'Class:Problem/Attribute:urgency/Value:2+' => 'Medium',
  113. 'Class:Problem/Attribute:urgency/Value:3' => 'High',
  114. 'Class:Problem/Attribute:urgency/Value:3+' => 'High',
  115. 'Class:Problem/Attribute:priority' => 'Priority',
  116. 'Class:Problem/Attribute:priority+' => '',
  117. 'Class:Problem/Attribute:priority/Value:1' => 'Low',
  118. 'Class:Problem/Attribute:priority/Value:1+' => '',
  119. 'Class:Problem/Attribute:priority/Value:2' => 'Medium',
  120. 'Class:Problem/Attribute:priority/Value:2+' => '',
  121. 'Class:Problem/Attribute:priority/Value:3' => 'High',
  122. 'Class:Problem/Attribute:priority/Value:3+' => '',
  123. 'Class:Problem/Attribute:workgroup_id' => 'WorkGroup',
  124. 'Class:Problem/Attribute:workgroup_id+' => '',
  125. 'Class:Problem/Attribute:workgroup_name' => 'Name',
  126. 'Class:Problem/Attribute:workgroup_name+' => '',
  127. 'Class:Problem/Attribute:agent_id' => 'Agent',
  128. 'Class:Problem/Attribute:agent_id+' => '',
  129. 'Class:Problem/Attribute:agent_name' => 'Agent Name',
  130. 'Class:Problem/Attribute:agent_name+' => '',
  131. 'Class:Problem/Attribute:agent_email' => 'Agent Email',
  132. 'Class:Problem/Attribute:agent_email+' => '',
  133. 'Class:Problem/Attribute:related_change_id' => 'Related Change',
  134. 'Class:Problem/Attribute:related_change_id+' => '',
  135. 'Class:Problem/Attribute:related_change_ref' => 'Ref',
  136. 'Class:Problem/Attribute:related_change_ref+' => '',
  137. 'Class:Problem/Attribute:close_date' => 'Close Date',
  138. 'Class:Problem/Attribute:close_date+' => '',
  139. 'Class:Problem/Attribute:last_update' => 'Last Update',
  140. 'Class:Problem/Attribute:last_update+' => '',
  141. 'Class:Problem/Attribute:assignment_date' => 'Assignment Date',
  142. 'Class:Problem/Attribute:assignment_date+' => '',
  143. 'Class:Problem/Attribute:resolution_date' => 'Resolution Date',
  144. 'Class:Problem/Attribute:resolution_date+' => '',
  145. 'Class:Problem/Attribute:knownerrors_list' => 'Known Errors',
  146. 'Class:Problem/Attribute:knownerrors_list+' => '',
  147. 'Class:Problem/Stimulus:ev_assign' => 'Assign',
  148. 'Class:Problem/Stimulus:ev_assign+' => '',
  149. 'Class:Problem/Stimulus:ev_reassign' => 'Reaassign',
  150. 'Class:Problem/Stimulus:ev_reassign+' => '',
  151. 'Class:Problem/Stimulus:ev_resolve' => 'Resolve',
  152. 'Class:Problem/Stimulus:ev_resolve+' => '',
  153. 'Class:Problem/Stimulus:ev_close' => 'Close',
  154. 'Class:Problem/Stimulus:ev_close+' => '',
  155. ));
  156. ?>