en.dict.itop-change-mgmt.php 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. Dict::Add('EN US', 'English', 'English', array(
  25. 'Menu:ChangeManagement' => 'Change management',
  26. 'Menu:Change:Overview' => 'Overview',
  27. 'Menu:Change:Overview+' => '',
  28. 'Menu:NewChange' => 'New change',
  29. 'Menu:NewChange+' => 'Create a new change ticket',
  30. 'Menu:SearchChanges' => 'Search for changes',
  31. 'Menu:SearchChanges+' => 'Search for change tickets',
  32. 'Menu:Change:Shortcuts' => 'Shortcuts',
  33. 'Menu:Change:Shortcuts+' => '',
  34. 'Menu:WaitingAcceptance' => 'Changes awaiting acceptance',
  35. 'Menu:WaitingAcceptance+' => '',
  36. 'Menu:WaitingApproval' => 'Changes awaiting approval',
  37. 'Menu:WaitingApproval+' => '',
  38. 'Menu:Changes' => 'Open changes',
  39. 'Menu:Changes+' => 'All open changes',
  40. 'Menu:MyChanges' => 'Changes assigned to me',
  41. 'Menu:MyChanges+' => 'Changes assigned to me (as Agent)',
  42. 'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Changes by category for the last 7 days',
  43. 'UI-ChangeManagementOverview-Last-7-days' => 'Number of changes for the last 7 days',
  44. 'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Changes by domain for the last 7 days',
  45. 'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Changes by status for the last 7 days',
  46. ));
  47. // Dictionnay conventions
  48. // Class:<class_name>
  49. // Class:<class_name>+
  50. // Class:<class_name>/Attribute:<attribute_code>
  51. // Class:<class_name>/Attribute:<attribute_code>+
  52. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>
  53. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
  54. // Class:<class_name>/Stimulus:<stimulus_code>
  55. // Class:<class_name>/Stimulus:<stimulus_code>+
  56. //
  57. // Class: Change
  58. //
  59. Dict::Add('EN US', 'English', 'English', array(
  60. 'Class:Change' => 'Change',
  61. 'Class:Change+' => '',
  62. 'Class:Change/Attribute:status' => 'Status',
  63. 'Class:Change/Attribute:status+' => '',
  64. 'Class:Change/Attribute:status/Value:new' => 'New',
  65. 'Class:Change/Attribute:status/Value:new+' => '',
  66. 'Class:Change/Attribute:status/Value:assigned' => 'Assigned',
  67. 'Class:Change/Attribute:status/Value:assigned+' => '',
  68. 'Class:Change/Attribute:status/Value:planned' => 'Planned',
  69. 'Class:Change/Attribute:status/Value:planned+' => '',
  70. 'Class:Change/Attribute:status/Value:rejected' => 'Rejected',
  71. 'Class:Change/Attribute:status/Value:rejected+' => '',
  72. 'Class:Change/Attribute:status/Value:approved' => 'Approved',
  73. 'Class:Change/Attribute:status/Value:approved+' => '',
  74. 'Class:Change/Attribute:status/Value:closed' => 'Closed',
  75. 'Class:Change/Attribute:status/Value:closed+' => '',
  76. 'Class:Change/Attribute:category' => 'Category',
  77. 'Class:Change/Attribute:category+' => '',
  78. 'Class:Change/Attribute:category/Value:application' => 'application',
  79. 'Class:Change/Attribute:category/Value:application+' => 'application',
  80. 'Class:Change/Attribute:category/Value:hardware' => 'hardware',
  81. 'Class:Change/Attribute:category/Value:hardware+' => 'hardware',
  82. 'Class:Change/Attribute:category/Value:network' => 'network',
  83. 'Class:Change/Attribute:category/Value:network+' => 'network',
  84. 'Class:Change/Attribute:category/Value:other' => 'other',
  85. 'Class:Change/Attribute:category/Value:other+' => 'other',
  86. 'Class:Change/Attribute:category/Value:software' => 'software',
  87. 'Class:Change/Attribute:category/Value:software+' => 'software',
  88. 'Class:Change/Attribute:category/Value:system' => 'system',
  89. 'Class:Change/Attribute:category/Value:system+' => 'system',
  90. 'Class:Change/Attribute:reject_reason' => 'Reject reason',
  91. 'Class:Change/Attribute:reject_reason+' => '',
  92. 'Class:Change/Attribute:changemanager_id' => 'Change manager',
  93. 'Class:Change/Attribute:changemanager_id+' => '',
  94. 'Class:Change/Attribute:changemanager_email' => 'Change manager email',
  95. 'Class:Change/Attribute:changemanager_email+' => '',
  96. 'Class:Change/Attribute:parent_id' => 'Parent change',
  97. 'Class:Change/Attribute:parent_id+' => '',
  98. 'Class:Change/Attribute:parent_name' => 'Parent change ref',
  99. 'Class:Change/Attribute:parent_name+' => '',
  100. 'Class:Change/Attribute:creation_date' => 'Creation date',
  101. 'Class:Change/Attribute:creation_date+' => '',
  102. 'Class:Change/Attribute:approval_date' => 'Approval date',
  103. 'Class:Change/Attribute:approval_date+' => '',
  104. 'Class:Change/Attribute:fallback_plan' => 'Fallback plan',
  105. 'Class:Change/Attribute:fallback_plan+' => '',
  106. 'Class:Change/Attribute:related_request_list' => 'Related requests',
  107. 'Class:Change/Attribute:related_request_list+' => 'All the user requests linked to this change',
  108. 'Class:Change/Attribute:related_incident_list' => 'Related incidents',
  109. 'Class:Change/Attribute:related_incident_list+' => 'All the incidents linked to this change',
  110. 'Class:Change/Attribute:related_problems_list' => 'Related problems',
  111. 'Class:Change/Attribute:related_problems_list+' => 'All the problems linked to this change',
  112. 'Class:Change/Attribute:child_changes_list' => 'Child changes',
  113. 'Class:Change/Attribute:child_changes_list+' => 'All the sub changes linked to this change',
  114. 'Class:Change/Attribute:parent_id_friendlyname' => 'Parent change friendly name',
  115. 'Class:Change/Attribute:parent_id_friendlyname+' => '',
  116. 'Class:Change/Stimulus:ev_assign' => 'Assign',
  117. 'Class:Change/Stimulus:ev_assign+' => '',
  118. 'Class:Change/Stimulus:ev_plan' => 'Plan',
  119. 'Class:Change/Stimulus:ev_plan+' => '',
  120. 'Class:Change/Stimulus:ev_reject' => 'Reject',
  121. 'Class:Change/Stimulus:ev_reject+' => '',
  122. 'Class:Change/Stimulus:ev_reopen' => 'Reopen',
  123. 'Class:Change/Stimulus:ev_reopen+' => '',
  124. 'Class:Change/Stimulus:ev_approve' => 'Approve',
  125. 'Class:Change/Stimulus:ev_approve+' => '',
  126. 'Class:Change/Stimulus:ev_finish' => 'Close',
  127. 'Class:Change/Stimulus:ev_finish+' => '',
  128. ));
  129. ?>