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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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. * @author Erwan Taloc <erwan.taloc@combodo.com>
  18. * @author Romain Quetiez <romain.quetiez@combodo.com>
  19. * @author Denis Flaven <denis.flaven@combodo.com>
  20. * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL
  21. */
  22. Dict::Add('FR FR', 'French', 'Français', array(
  23. 'Class:Problem' => 'Problème',
  24. 'Class:Problem+' => '',
  25. 'Class:Problem/Attribute:status' => 'Etat',
  26. 'Class:Problem/Attribute:status+' => '',
  27. 'Class:Problem/Attribute:status/Value:new' => 'Nouveau',
  28. 'Class:Problem/Attribute:status/Value:new+' => '',
  29. 'Class:Problem/Attribute:status/Value:assigned' => 'Assigné',
  30. 'Class:Problem/Attribute:status/Value:assigned+' => '',
  31. 'Class:Problem/Attribute:status/Value:resolved' => 'Résolu',
  32. 'Class:Problem/Attribute:status/Value:resolved+' => '',
  33. 'Class:Problem/Attribute:status/Value:closed' => 'Fermé',
  34. 'Class:Problem/Attribute:status/Value:closed+' => '',
  35. 'Class:Problem/Attribute:org_id' => 'Client',
  36. 'Class:Problem/Attribute:org_id+' => '',
  37. 'Class:Problem/Attribute:org_name' => 'Nom',
  38. 'Class:Problem/Attribute:org_name+' => 'Nom commun',
  39. 'Class:Problem/Attribute:service_id' => 'Service',
  40. 'Class:Problem/Attribute:service_id+' => '',
  41. 'Class:Problem/Attribute:service_name' => 'Nom du service',
  42. 'Class:Problem/Attribute:service_name+' => '',
  43. 'Class:Problem/Attribute:servicesubcategory_id' => 'Catégorie de service',
  44. 'Class:Problem/Attribute:servicesubcategory_id+' => '',
  45. 'Class:Problem/Attribute:servicesubcategory_name' => 'Nom',
  46. 'Class:Problem/Attribute:servicesubcategory_name+' => '',
  47. 'Class:Problem/Attribute:product' => 'Produit',
  48. 'Class:Problem/Attribute:product+' => '',
  49. 'Class:Problem/Attribute:impact' => 'Impacte',
  50. 'Class:Problem/Attribute:impact+' => '',
  51. 'Class:Problem/Attribute:impact/Value:1' => 'Une personne',
  52. 'Class:Problem/Attribute:impact/Value:1+' => '',
  53. 'Class:Problem/Attribute:impact/Value:2' => 'Un Service',
  54. 'Class:Problem/Attribute:impact/Value:2+' => '',
  55. 'Class:Problem/Attribute:impact/Value:3' => 'Un Département',
  56. 'Class:Problem/Attribute:impact/Value:3+' => '',
  57. 'Class:Problem/Attribute:urgency' => 'Urgence',
  58. 'Class:Problem/Attribute:urgency+' => '',
  59. 'Class:Problem/Attribute:urgency/Value:1' => 'Basse',
  60. 'Class:Problem/Attribute:urgency/Value:1+' => 'Basse',
  61. 'Class:Problem/Attribute:urgency/Value:2' => 'Moyenne',
  62. 'Class:Problem/Attribute:urgency/Value:2+' => 'Moyenne',
  63. 'Class:Problem/Attribute:urgency/Value:3' => 'Haute',
  64. 'Class:Problem/Attribute:urgency/Value:3+' => 'Haute',
  65. 'Class:Problem/Attribute:priority' => 'Priorité',
  66. 'Class:Problem/Attribute:priority+' => '',
  67. 'Class:Problem/Attribute:priority/Value:1' => 'Basse',
  68. 'Class:Problem/Attribute:priority/Value:1+' => '',
  69. 'Class:Problem/Attribute:priority/Value:2' => 'Moyenne',
  70. 'Class:Problem/Attribute:priority/Value:2+' => '',
  71. 'Class:Problem/Attribute:priority/Value:3' => 'Haute',
  72. 'Class:Problem/Attribute:priority/Value:3+' => '',
  73. 'Class:Problem/Attribute:workgroup_id' => 'Groupe de travail',
  74. 'Class:Problem/Attribute:workgroup_id+' => '',
  75. 'Class:Problem/Attribute:workgroup_name' => 'Nom',
  76. 'Class:Problem/Attribute:workgroup_name+' => '',
  77. 'Class:Problem/Attribute:agent_id' => 'Agent',
  78. 'Class:Problem/Attribute:agent_id+' => '',
  79. 'Class:Problem/Attribute:agent_name' => 'Nom',
  80. 'Class:Problem/Attribute:agent_name+' => '',
  81. 'Class:Problem/Attribute:agent_email' => 'Email de l\'agent',
  82. 'Class:Problem/Attribute:agent_email+' => '',
  83. 'Class:Problem/Attribute:related_change_id' => 'Changement relatif',
  84. 'Class:Problem/Attribute:related_change_id+' => '',
  85. 'Class:Problem/Attribute:related_change_ref' => 'Ref',
  86. 'Class:Problem/Attribute:related_change_ref+' => '',
  87. 'Class:Problem/Attribute:close_date' => 'Date de cloture',
  88. 'Class:Problem/Attribute:close_date+' => '',
  89. 'Class:Problem/Attribute:last_update' => 'Dernière mise à jour',
  90. 'Class:Problem/Attribute:last_update+' => '',
  91. 'Class:Problem/Attribute:assignment_date' => 'Date d\'assignation',
  92. 'Class:Problem/Attribute:assignment_date+' => '',
  93. 'Class:Problem/Attribute:resolution_date' => 'Date de résolution',
  94. 'Class:Problem/Attribute:resolution_date+' => '',
  95. 'Class:Problem/Attribute:knownerrors_list' => 'Erreurs connues',
  96. 'Class:Problem/Attribute:knownerrors_list+' => '',
  97. 'Class:Problem/Stimulus:ev_assign' => 'Assigner',
  98. 'Class:Problem/Stimulus:ev_assign+' => '',
  99. 'Class:Problem/Stimulus:ev_reassign' => 'Réaassigner',
  100. 'Class:Problem/Stimulus:ev_reassign+' => '',
  101. 'Class:Problem/Stimulus:ev_resolve' => 'Résoudre',
  102. 'Class:Problem/Stimulus:ev_resolve+' => '',
  103. 'Class:Problem/Stimulus:ev_close' => 'Fermer',
  104. 'Class:Problem/Stimulus:ev_close+' => '',
  105. 'Menu:Problem:KnownErrors' => 'Erreurs connues',
  106. 'Menu:Problem:KnownErrors+' => 'Erreurs connues',
  107. 'Menu:ProblemManagement' => 'Gestion des problèmes',
  108. 'Menu:ProblemManagement+' => 'Gestion des problèmes',
  109. 'Menu:Problem:Overview' => 'Vue d\'ensemble',
  110. 'Menu:Problem:Overview+' => 'Vue d\'ensemble',
  111. 'Menu:NewProblem' => 'Nouveau problème',
  112. 'Menu:NewProblem+' => 'Nouveau problème',
  113. 'Menu:SearchProblems' => 'Rechercer des problèmes',
  114. 'Menu:SearchProblems+' => 'Rechercher des problèmes',
  115. 'Menu:Problem:Shortcuts' => 'Raccourcis',
  116. 'Menu:Problem:MyProblems' => 'Mes problèmes',
  117. 'Menu:Problem:MyProblems+' => 'Mes problèmes',
  118. 'Menu:Problem:OpenProblems' => 'Problèmes ouverts',
  119. 'Menu:Problem:OpenProblems+' => 'Problèmes ouverts',
  120. 'UI-ProblemManagementOverview-ProblemByService' => 'Problèmes par service',
  121. 'UI-ProblemManagementOverview-ProblemByService+' => 'Problèmes par service',
  122. 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problèmes par priorité',
  123. 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problèmes par priorité',
  124. 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problèmes non affectés à un agent',
  125. 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Problèmes non affectés à un agent',
  126. 'UI:ProblemMgmtMenuOverview:Title' => 'Tableau de bord de la Gestion des Problèmes',
  127. 'UI:ProblemMgmtMenuOverview:Title+' => 'Tableau de bord de la Gestion des Problèmes',
  128. ));
  129. ?>