de.dict.itop-problem-mgmt.php 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?php
  2. // Copyright (C) 2010-2014 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 ITOMIG GmbH <martin.raenker@itomig.de>
  20. * @copyright Copyright (C) 2017 Combodo SARL
  21. * @licence http://opensource.org/licenses/AGPL-3.0
  22. *
  23. */
  24. Dict::Add('DE DE', 'German', 'Deutsch', array(
  25. 'Class:Problem' => 'Problem',
  26. 'Class:Problem+' => '',
  27. 'Class:Problem/Attribute:status' => 'Status',
  28. 'Class:Problem/Attribute:status+' => '',
  29. 'Class:Problem/Attribute:status/Value:new' => 'Neu',
  30. 'Class:Problem/Attribute:status/Value:new+' => '',
  31. 'Class:Problem/Attribute:status/Value:assigned' => 'Zugewiesen',
  32. 'Class:Problem/Attribute:status/Value:assigned+' => '',
  33. 'Class:Problem/Attribute:status/Value:resolved' => 'Gelöst',
  34. 'Class:Problem/Attribute:status/Value:resolved+' => '',
  35. 'Class:Problem/Attribute:status/Value:closed' => 'Geschlossen',
  36. 'Class:Problem/Attribute:status/Value:closed+' => '',
  37. 'Class:Problem/Attribute:service_id' => 'Service',
  38. 'Class:Problem/Attribute:service_id+' => '',
  39. 'Class:Problem/Attribute:servicesubcategory_id' => 'Service-Kategorie',
  40. 'Class:Problem/Attribute:servicesubcategory_id+' => '',
  41. 'Class:Problem/Attribute:product' => 'Produkt',
  42. 'Class:Problem/Attribute:product+' => '',
  43. 'Class:Problem/Attribute:impact' => 'Auswirkung',
  44. 'Class:Problem/Attribute:impact+' => '',
  45. 'Class:Problem/Attribute:impact/Value:1' => 'Eine Abteilung',
  46. 'Class:Problem/Attribute:impact/Value:1+' => '',
  47. 'Class:Problem/Attribute:impact/Value:2' => 'Einen Service',
  48. 'Class:Problem/Attribute:impact/Value:2+' => '',
  49. 'Class:Problem/Attribute:impact/Value:3' => 'Eine Person',
  50. 'Class:Problem/Attribute:impact/Value:3+' => '',
  51. 'Class:Problem/Attribute:urgency' => 'Dringlichkeit',
  52. 'Class:Problem/Attribute:urgency+' => '',
  53. 'Class:Problem/Attribute:urgency/Value:1' => 'Kritisch',
  54. 'Class:Problem/Attribute:urgency/Value:1+' => 'Kritisch',
  55. 'Class:Problem/Attribute:urgency/Value:2' => 'Hoch',
  56. 'Class:Problem/Attribute:urgency/Value:2+' => 'Hoch',
  57. 'Class:Problem/Attribute:urgency/Value:3' => 'Mittel',
  58. 'Class:Problem/Attribute:urgency/Value:3+' => 'Mittel',
  59. 'Class:Problem/Attribute:urgency/Value:4' => 'Niedrig',
  60. 'Class:Problem/Attribute:urgency/Value:4+' => 'Niedrig',
  61. 'Class:Problem/Attribute:priority' => 'Priorität',
  62. 'Class:Problem/Attribute:priority+' => '',
  63. 'Class:Problem/Attribute:priority/Value:1' => 'Kritisch',
  64. 'Class:Problem/Attribute:priority/Value:1+' => '',
  65. 'Class:Problem/Attribute:priority/Value:2' => 'Hoch',
  66. 'Class:Problem/Attribute:priority/Value:2+' => '',
  67. 'Class:Problem/Attribute:priority/Value:3' => 'Mittel',
  68. 'Class:Problem/Attribute:priority/Value:3+' => '',
  69. 'Class:Problem/Attribute:priority/Value:4' => 'Niedrig',
  70. 'Class:Problem/Attribute:priority/Value:4+' => '',
  71. 'Class:Problem/Attribute:related_change_id' => 'Zusammenhängender Change',
  72. 'Class:Problem/Attribute:related_change_id+' => '',
  73. 'Class:Problem/Attribute:assignment_date' => 'Datum der Zuordnung',
  74. 'Class:Problem/Attribute:assignment_date+' => '',
  75. 'Class:Problem/Attribute:resolution_date' => 'Datum der Lösung',
  76. 'Class:Problem/Attribute:resolution_date+' => '',
  77. 'Class:Problem/Attribute:knownerrors_list' => 'Bekannte Fehler',
  78. 'Class:Problem/Attribute:knownerrors_list+' => '',
  79. 'Class:Problem/Attribute:related_request_list' => 'Verwandte Requests',
  80. 'Class:Problem/Attribute:related_request_list+' => '',
  81. 'Class:Problem/Stimulus:ev_assign' => 'Zuweisen',
  82. 'Class:Problem/Stimulus:ev_assign+' => '',
  83. 'Class:Problem/Stimulus:ev_reassign' => 'Neu zuweisen',
  84. 'Class:Problem/Stimulus:ev_reassign+' => '',
  85. 'Class:Problem/Stimulus:ev_resolve' => 'Lösen',
  86. 'Class:Problem/Stimulus:ev_resolve+' => '',
  87. 'Class:Problem/Stimulus:ev_close' => 'Schließen',
  88. 'Class:Problem/Stimulus:ev_close+' => '',
  89. 'Menu:ProblemManagement' => 'Problem Management',
  90. 'Menu:ProblemManagement+' => 'Problem Management',
  91. 'Menu:Problem:Overview' => 'Übersicht',
  92. 'Menu:Problem:Overview+' => 'Übersicht',
  93. 'Menu:NewProblem' => 'Neues Problem',
  94. 'Menu:NewProblem+' => 'Neues Problem',
  95. 'Menu:SearchProblems' => 'Nach Problemen suchen',
  96. 'Menu:SearchProblems+' => 'Nach Problemen suchen',
  97. 'Menu:Problem:Shortcuts' => 'Shortcuts',
  98. 'Menu:Problem:MyProblems' => 'Meine Probleme',
  99. 'Menu:Problem:MyProblems+' => 'Meine Probleme',
  100. 'Menu:Problem:OpenProblems' => 'Alle offenen Probleme',
  101. 'Menu:Problem:OpenProblems+' => 'Alle offenen (noch nicht geschlossenen) Probleme',
  102. 'UI-ProblemManagementOverview-ProblemByService' => 'Probleme nach Service',
  103. 'UI-ProblemManagementOverview-ProblemByService+' => 'Probleme nach Service',
  104. 'UI-ProblemManagementOverview-ProblemByPriority' => 'Probleme nach Priorität',
  105. 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Probleme nach Priorität',
  106. 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Nicht zugewiesene Probleme',
  107. 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Nicht zugewiesene Probleme',
  108. 'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard für das Problem Management',
  109. 'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard für das Problem Management',
  110. 'Class:Problem/Attribute:service_name' => 'Name',
  111. 'Class:Problem/Attribute:service_name+' => '',
  112. 'Class:Problem/Attribute:servicesubcategory_name' => 'Name',
  113. 'Class:Problem/Attribute:servicesubcategory_name+' => '',
  114. 'Class:Problem/Attribute:related_change_ref' => 'Ref',
  115. 'Class:Problem/Attribute:related_change_ref+' => '',
  116. 'Class:Problem/Attribute:related_incident_list' => 'Verknüpfte Incidents',
  117. 'Class:Problem/Attribute:related_incident_list+' => 'Alle Incidents, die mit diesem Problem verknüpft sind',
  118. ));
  119. ?>