nl.dict.itop-problem-mgmt.php 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. * @author LinProfs <info@linprofs.com>
  20. *
  21. * Linux & Open Source Professionals
  22. * http://www.linprofs.com
  23. *
  24. * @copyright Copyright (C) 2010-2012 Combodo SARL
  25. * @licence http://opensource.org/licenses/AGPL-3.0
  26. */
  27. // Dictionnay conventions
  28. // Class:<class_name>
  29. // Class:<class_name>+
  30. // Class:<class_name>/Attribute:<attribute_code>
  31. // Class:<class_name>/Attribute:<attribute_code>+
  32. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>
  33. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
  34. // Class:<class_name>/Stimulus:<stimulus_code>
  35. // Class:<class_name>/Stimulus:<stimulus_code>+
  36. //////////////////////////////////////////////////////////////////////
  37. // Classes in 'bizmodel'
  38. //////////////////////////////////////////////////////////////////////
  39. //
  40. // Dictionnay conventions
  41. // Class:<class_name>
  42. // Class:<class_name>+
  43. // Class:<class_name>/Attribute:<attribute_code>
  44. // Class:<class_name>/Attribute:<attribute_code>+
  45. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>
  46. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
  47. // Class:<class_name>/Stimulus:<stimulus_code>
  48. // Class:<class_name>/Stimulus:<stimulus_code>+
  49. Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
  50. 'Menu:ProblemManagement' => 'Probleem Management',
  51. 'Menu:ProblemManagement+' => 'Probleem Management',
  52. 'Menu:Problem:Shortcuts' => 'Snelkoppelingen',
  53. 'Menu:NewError' => 'Nieuwe bekende fout',
  54. 'Menu:NewError+' => 'Creatie van een nieuwe bekende fout',
  55. 'Menu:SearchError' => 'Zoek naar bekende fouten',
  56. 'Menu:SearchError+' => 'Zoek naar bekende fouten',
  57. 'Menu:Problem:KnownErrors' => 'Alle bekende fouten',
  58. 'Menu:Problem:KnownErrors+' => 'Alle bekende fouten',
  59. 'Menu:FAQCategory' => 'FAQ categorieen',
  60. 'Menu:FAQCategory+' => 'Alle FAQ categorieen',
  61. 'Menu:FAQ' => 'FAQs',
  62. 'Menu:FAQ+' => 'Alle FAQs',
  63. 'Menu:Problem:Overview' => 'Overzicht',
  64. 'Menu:Problem:Overview+' => 'Overzicht',
  65. 'Menu:NewProblem' => 'Nieuw probleem',
  66. 'Menu:NewProblem+' => 'Nieuw probleem',
  67. 'Menu:SearchProblems' => 'Zoek naar problemen',
  68. 'Menu:SearchProblems+' => 'Zoek naar problemen',
  69. 'Menu:Problem:MyProblems' => 'Mijn problemen',
  70. 'Menu:Problem:MyProblems+' => 'Mijn problemen',
  71. 'Menu:Problem:OpenProblems' => 'Alle open problemen',
  72. 'Menu:Problem:OpenProblems+' => 'Alle open problemen',
  73. 'UI-ProblemManagementOverview-ProblemByService' => 'Problemen per dienst',
  74. 'UI-ProblemManagementOverview-ProblemByService+' => 'Problemen per dienst',
  75. 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemen per prioriteit',
  76. 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problemen per prioriteit',
  77. 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Niet toegewezen problemen',
  78. 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Niet toegewezen problemen',
  79. 'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard voor Probleem Management',
  80. 'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard voor Probleem Management',
  81. ));
  82. //
  83. // Class: Problem
  84. //
  85. Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
  86. 'Class:Problem' => 'Probleem',
  87. 'Class:Problem+' => '',
  88. 'Class:Problem/Attribute:status' => 'Status',
  89. 'Class:Problem/Attribute:status+' => '',
  90. 'Class:Problem/Attribute:status/Value:new' => 'Nieuw',
  91. 'Class:Problem/Attribute:status/Value:new+' => '',
  92. 'Class:Problem/Attribute:status/Value:assigned' => 'Toegewezen',
  93. 'Class:Problem/Attribute:status/Value:assigned+' => '',
  94. 'Class:Problem/Attribute:status/Value:resolved' => 'Opgelost',
  95. 'Class:Problem/Attribute:status/Value:resolved+' => '',
  96. 'Class:Problem/Attribute:status/Value:closed' => 'Gesloten',
  97. 'Class:Problem/Attribute:status/Value:closed+' => '',
  98. 'Class:Problem/Attribute:service_id' => 'Dienst',
  99. 'Class:Problem/Attribute:service_id+' => '',
  100. 'Class:Problem/Attribute:service_name' => 'Dienst naam',
  101. 'Class:Problem/Attribute:service_name+' => '',
  102. 'Class:Problem/Attribute:servicesubcategory_id' => 'Dienst subcategorie',
  103. 'Class:Problem/Attribute:servicesubcategory_id+' => '',
  104. 'Class:Problem/Attribute:servicesubcategory_name' => 'Dienst subcategorie',
  105. 'Class:Problem/Attribute:servicesubcategory_name+' => '',
  106. 'Class:Problem/Attribute:product' => 'Product',
  107. 'Class:Problem/Attribute:product+' => '',
  108. 'Class:Problem/Attribute:impact' => 'Impact',
  109. 'Class:Problem/Attribute:impact+' => '',
  110. 'Class:Problem/Attribute:impact/Value:1' => 'Een afdeling',
  111. 'Class:Problem/Attribute:impact/Value:1+' => '',
  112. 'Class:Problem/Attribute:impact/Value:2' => 'Een dienst',
  113. 'Class:Problem/Attribute:impact/Value:2+' => '',
  114. 'Class:Problem/Attribute:impact/Value:3' => 'Een persoon',
  115. 'Class:Problem/Attribute:impact/Value:3+' => '',
  116. 'Class:Problem/Attribute:urgency' => 'Urgentie',
  117. 'Class:Problem/Attribute:urgency+' => '',
  118. 'Class:Problem/Attribute:urgency/Value:1' => 'kritiek',
  119. 'Class:Problem/Attribute:urgency/Value:1+' => 'kritiek',
  120. 'Class:Problem/Attribute:urgency/Value:2' => 'hoog',
  121. 'Class:Problem/Attribute:urgency/Value:2+' => 'hoog',
  122. 'Class:Problem/Attribute:urgency/Value:3' => 'normaal',
  123. 'Class:Problem/Attribute:urgency/Value:3+' => 'normaal',
  124. 'Class:Problem/Attribute:urgency/Value:4' => 'laag',
  125. 'Class:Problem/Attribute:urgency/Value:4+' => 'laag',
  126. 'Class:Problem/Attribute:priority' => 'Prioriteit',
  127. 'Class:Problem/Attribute:priority+' => '',
  128. 'Class:Problem/Attribute:priority/Value:1' => 'Kritisch',
  129. 'Class:Problem/Attribute:priority/Value:1+' => 'Kritisch',
  130. 'Class:Problem/Attribute:priority/Value:2' => 'Hoog',
  131. 'Class:Problem/Attribute:priority/Value:2+' => 'Hoog',
  132. 'Class:Problem/Attribute:priority/Value:3' => 'Normaal',
  133. 'Class:Problem/Attribute:priority/Value:3+' => 'Normaal',
  134. 'Class:Problem/Attribute:priority/Value:4' => 'Laag',
  135. 'Class:Problem/Attribute:priority/Value:4+' => 'Laag',
  136. 'Class:Problem/Attribute:related_change_id' => 'Gerelateerde Change',
  137. 'Class:Problem/Attribute:related_change_id+' => '',
  138. 'Class:Problem/Attribute:related_change_ref' => 'Gerelateerde Change ref',
  139. 'Class:Problem/Attribute:related_change_ref+' => '',
  140. 'Class:Problem/Attribute:assignment_date' => 'Toegewezen Datum',
  141. 'Class:Problem/Attribute:assignment_date+' => '',
  142. 'Class:Problem/Attribute:resolution_date' => 'Resolutie Datum',
  143. 'Class:Problem/Attribute:resolution_date+' => '',
  144. 'Class:Problem/Attribute:knownerrors_list' => 'Bekende fouten',
  145. 'Class:Problem/Attribute:knownerrors_list+' => 'Alle bekende fouten die gelinkt zijn aan dit probleem',
  146. 'Class:Problem/Attribute:related_request_list' => 'Gerelateerde verzoeken',
  147. 'Class:Problem/Attribute:related_request_list+' => 'Alle verzoeken die gerelateerd zijn aan dit probleem',
  148. 'Class:Problem/Stimulus:ev_assign' => 'Wijs toe',
  149. 'Class:Problem/Stimulus:ev_assign+' => '',
  150. 'Class:Problem/Stimulus:ev_reassign' => 'Wijs opnieuw toe',
  151. 'Class:Problem/Stimulus:ev_reassign+' => '',
  152. 'Class:Problem/Stimulus:ev_resolve' => 'Los het op',
  153. 'Class:Problem/Stimulus:ev_resolve+' => '',
  154. 'Class:Problem/Stimulus:ev_close' => 'Sluit',
  155. 'Class:Problem/Stimulus:ev_close+' => '',
  156. 'Class:Problem/Attribute:related_incident_list' => 'Related incidents~~',
  157. 'Class:Problem/Attribute:related_incident_list+' => 'All the incidents that are related to this problem~~',
  158. ));
  159. ?>