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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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('FR FR', 'French', 'Français', array(
  47. 'Menu:ProblemManagement' => 'Gestion des Problèmes',
  48. 'Menu:ProblemManagement+' => 'Gestion des Problèmes',
  49. 'Menu:Problem:Overview' => 'Vue d\'ensemble',
  50. 'Menu:Problem:Overview+' => 'Vue d\'ensemble',
  51. 'Menu:NewProblem' => 'Nouveau Problème',
  52. 'Menu:NewProblem+' => 'Nouveau Problème',
  53. 'Menu:SearchProblems' => 'Rechercer des Problèmes',
  54. 'Menu:SearchProblems+' => 'Rechercher des Problèmes',
  55. 'Menu:Problem:KnownErrors' => 'Erreurs connues',
  56. 'Menu:Problem:KnownErrors+' => 'Erreurs connues',
  57. 'Menu:Problem:Shortcuts' => 'Raccourcis',
  58. 'Menu:Problem:MyProblems' => 'Mes Problèmes',
  59. 'Menu:Problem:MyProblems+' => 'Mes Problèmes',
  60. 'Menu:Problem:OpenProblems' => 'Problèmes ouverts',
  61. 'Menu:Problem:OpenProblems+' => 'Problèmes ouverts',
  62. 'UI-ProblemManagementOverview-ProblemByService' => 'Problèmes par service',
  63. 'UI-ProblemManagementOverview-ProblemByService+' => 'Problèmes par service',
  64. 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problèmes par priorité',
  65. 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problèmes par priorité',
  66. 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problèmes non affectés à un agent',
  67. 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Problèmes non affectés à un agent',
  68. 'UI:ProblemMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion des Problèmes',
  69. 'UI:ProblemMgmtMenuOverview:Title+' => 'Tableau de bord de la Gestion des Problèmes',
  70. ));
  71. //
  72. // Class: Problem
  73. //
  74. Dict::Add('FR FR', 'French', 'Français', array(
  75. 'Class:Problem' => 'Problème',
  76. 'Class:Problem+' => '',
  77. 'Class:Problem/Attribute:status' => 'Status',
  78. 'Class:Problem/Attribute:status+' => '',
  79. 'Class:Problem/Attribute:status/Value:new' => 'Nouveau',
  80. 'Class:Problem/Attribute:status/Value:new+' => '',
  81. 'Class:Problem/Attribute:status/Value:assigned' => 'Assigné',
  82. 'Class:Problem/Attribute:status/Value:assigned+' => '',
  83. 'Class:Problem/Attribute:status/Value:resolved' => 'Résolu',
  84. 'Class:Problem/Attribute:status/Value:resolved+' => '',
  85. 'Class:Problem/Attribute:status/Value:closed' => 'Fermé',
  86. 'Class:Problem/Attribute:status/Value:closed+' => '',
  87. 'Class:Problem/Attribute:org_id' => 'Client',
  88. 'Class:Problem/Attribute:org_id+' => '',
  89. 'Class:Problem/Attribute:org_name' => 'Nom',
  90. 'Class:Problem/Attribute:org_name+' => 'Nom commun',
  91. 'Class:Problem/Attribute:service_id' => 'Service',
  92. 'Class:Problem/Attribute:service_id+' => '',
  93. 'Class:Problem/Attribute:service_name' => 'Nom du service',
  94. 'Class:Problem/Attribute:service_name+' => '',
  95. 'Class:Problem/Attribute:servicesubcategory_id' => 'Catégorie de service',
  96. 'Class:Problem/Attribute:servicesubcategory_id+' => '',
  97. 'Class:Problem/Attribute:servicesubcategory_name' => 'Nom',
  98. 'Class:Problem/Attribute:servicesubcategory_name+' => '',
  99. 'Class:Problem/Attribute:product' => 'Produit',
  100. 'Class:Problem/Attribute:product+' => '',
  101. 'Class:Problem/Attribute:impact' => 'Impacte',
  102. 'Class:Problem/Attribute:impact+' => '',
  103. 'Class:Problem/Attribute:impact/Value:1' => 'Une personne',
  104. 'Class:Problem/Attribute:impact/Value:1+' => '',
  105. 'Class:Problem/Attribute:impact/Value:2' => 'Un Service',
  106. 'Class:Problem/Attribute:impact/Value:2+' => '',
  107. 'Class:Problem/Attribute:impact/Value:3' => 'Un Département',
  108. 'Class:Problem/Attribute:impact/Value:3+' => '',
  109. 'Class:Problem/Attribute:urgency' => 'Urgence',
  110. 'Class:Problem/Attribute:urgency+' => '',
  111. 'Class:Problem/Attribute:urgency/Value:1' => 'Basse',
  112. 'Class:Problem/Attribute:urgency/Value:1+' => 'Basse',
  113. 'Class:Problem/Attribute:urgency/Value:2' => 'Moyenne',
  114. 'Class:Problem/Attribute:urgency/Value:2+' => 'Moyenne',
  115. 'Class:Problem/Attribute:urgency/Value:3' => 'Haute',
  116. 'Class:Problem/Attribute:urgency/Value:3+' => 'Haute',
  117. 'Class:Problem/Attribute:priority' => 'Priorité',
  118. 'Class:Problem/Attribute:priority+' => '',
  119. 'Class:Problem/Attribute:priority/Value:1' => 'Basse',
  120. 'Class:Problem/Attribute:priority/Value:1+' => '',
  121. 'Class:Problem/Attribute:priority/Value:2' => 'Moyenne',
  122. 'Class:Problem/Attribute:priority/Value:2+' => '',
  123. 'Class:Problem/Attribute:priority/Value:3' => 'Haute',
  124. 'Class:Problem/Attribute:priority/Value:3+' => '',
  125. 'Class:Problem/Attribute:workgroup_id' => 'Groupe de travail',
  126. 'Class:Problem/Attribute:workgroup_id+' => '',
  127. 'Class:Problem/Attribute:workgroup_name' => 'Nom',
  128. 'Class:Problem/Attribute:workgroup_name+' => '',
  129. 'Class:Problem/Attribute:agent_id' => 'Agent',
  130. 'Class:Problem/Attribute:agent_id+' => '',
  131. 'Class:Problem/Attribute:agent_name' => 'Nom',
  132. 'Class:Problem/Attribute:agent_name+' => '',
  133. 'Class:Problem/Attribute:agent_email' => 'Email de l\'agent',
  134. 'Class:Problem/Attribute:agent_email+' => '',
  135. 'Class:Problem/Attribute:related_change_id' => 'Changement relatif',
  136. 'Class:Problem/Attribute:related_change_id+' => '',
  137. 'Class:Problem/Attribute:related_change_ref' => 'Ref',
  138. 'Class:Problem/Attribute:related_change_ref+' => '',
  139. 'Class:Problem/Attribute:close_date' => 'Date de cloture',
  140. 'Class:Problem/Attribute:close_date+' => '',
  141. 'Class:Problem/Attribute:last_update' => 'Dernière mise à jour',
  142. 'Class:Problem/Attribute:last_update+' => '',
  143. 'Class:Problem/Attribute:assignment_date' => 'Date d\'assignation',
  144. 'Class:Problem/Attribute:assignment_date+' => '',
  145. 'Class:Problem/Attribute:resolution_date' => 'Date de résolution',
  146. 'Class:Problem/Attribute:resolution_date+' => '',
  147. 'Class:Problem/Attribute:knownerrors_list' => 'Erreurs connues',
  148. 'Class:Problem/Attribute:knownerrors_list+' => '',
  149. 'Class:Problem/Stimulus:ev_assign' => 'Assigner',
  150. 'Class:Problem/Stimulus:ev_assign+' => '',
  151. 'Class:Problem/Stimulus:ev_reassign' => 'Réaassigner',
  152. 'Class:Problem/Stimulus:ev_reassign+' => '',
  153. 'Class:Problem/Stimulus:ev_resolve' => 'Résoudre',
  154. 'Class:Problem/Stimulus:ev_resolve+' => '',
  155. 'Class:Problem/Stimulus:ev_close' => 'Fermer',
  156. 'Class:Problem/Stimulus:ev_close+' => '',
  157. ));
  158. ?>