it.dict.itop-problem-mgmt.php 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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('IT IT', 'Italian', 'Italiano', array(
  23. 'Class:Problem' => 'Problema',
  24. 'Class:Problem+' => '',
  25. 'Class:Problem/Attribute:status' => 'Stato',
  26. 'Class:Problem/Attribute:status+' => '',
  27. 'Class:Problem/Attribute:status/Value:new' => 'Nuovo',
  28. 'Class:Problem/Attribute:status/Value:new+' => '',
  29. 'Class:Problem/Attribute:status/Value:assigned' => 'Assegnato',
  30. 'Class:Problem/Attribute:status/Value:assigned+' => '',
  31. 'Class:Problem/Attribute:status/Value:resolved' => 'Risolto',
  32. 'Class:Problem/Attribute:status/Value:resolved+' => '',
  33. 'Class:Problem/Attribute:status/Value:closed' => 'Chiuso',
  34. 'Class:Problem/Attribute:status/Value:closed+' => '',
  35. 'Class:Problem/Attribute:org_id' => 'Cliente',
  36. 'Class:Problem/Attribute:org_id+' => '',
  37. 'Class:Problem/Attribute:service_id' => 'Servizio',
  38. 'Class:Problem/Attribute:service_id+' => '',
  39. 'Class:Problem/Attribute:servicesubcategory_id' => 'Categoria di servizio',
  40. 'Class:Problem/Attribute:servicesubcategory_id+' => '',
  41. 'Class:Problem/Attribute:product' => 'Prodotto',
  42. 'Class:Problem/Attribute:product+' => '',
  43. 'Class:Problem/Attribute:impact' => 'Impatto',
  44. 'Class:Problem/Attribute:impact+' => '',
  45. 'Class:Problem/Attribute:impact/Value:1' => 'Una persona',
  46. 'Class:Problem/Attribute:impact/Value:1+' => '',
  47. 'Class:Problem/Attribute:impact/Value:2' => 'Un servizio',
  48. 'Class:Problem/Attribute:impact/Value:2+' => '',
  49. 'Class:Problem/Attribute:impact/Value:3' => 'Un dipartimento',
  50. 'Class:Problem/Attribute:impact/Value:3+' => '',
  51. 'Class:Problem/Attribute:urgency' => 'Urgenza',
  52. 'Class:Problem/Attribute:urgency+' => '',
  53. 'Class:Problem/Attribute:urgency/Value:1' => 'Bassa',
  54. 'Class:Problem/Attribute:urgency/Value:1+' => 'Bassa',
  55. 'Class:Problem/Attribute:urgency/Value:2' => 'Media',
  56. 'Class:Problem/Attribute:urgency/Value:2+' => 'Media',
  57. 'Class:Problem/Attribute:urgency/Value:3' => 'Alta',
  58. 'Class:Problem/Attribute:urgency/Value:3+' => 'Alta',
  59. 'Class:Problem/Attribute:priority' => 'Priorità',
  60. 'Class:Problem/Attribute:priority+' => '',
  61. 'Class:Problem/Attribute:priority/Value:1' => 'Bassa',
  62. 'Class:Problem/Attribute:priority/Value:1+' => '',
  63. 'Class:Problem/Attribute:priority/Value:2' => 'Media',
  64. 'Class:Problem/Attribute:priority/Value:2+' => '',
  65. 'Class:Problem/Attribute:priority/Value:3' => 'Alta',
  66. 'Class:Problem/Attribute:priority/Value:3+' => '',
  67. 'Class:Problem/Attribute:workgroup_id' => 'Gruppo di lavoro',
  68. 'Class:Problem/Attribute:workgroup_id+' => '',
  69. 'Class:Problem/Attribute:agent_id' => 'Agente',
  70. 'Class:Problem/Attribute:agent_id+' => '',
  71. 'Class:Problem/Attribute:related_change_id' => 'Cambi Correlati',
  72. 'Class:Problem/Attribute:related_change_id+' => '',
  73. 'Class:Problem/Attribute:close_date' => 'Data di Chiusura',
  74. 'Class:Problem/Attribute:close_date+' => '',
  75. 'Class:Problem/Attribute:last_update' => 'Ultimo Aggiornamento',
  76. 'Class:Problem/Attribute:last_update+' => '',
  77. 'Class:Problem/Attribute:assignment_date' => 'Data di asseganzione',
  78. 'Class:Problem/Attribute:assignment_date+' => '',
  79. 'Class:Problem/Attribute:resolution_date' => 'Data di risoluzione',
  80. 'Class:Problem/Attribute:resolution_date+' => '',
  81. 'Class:Problem/Attribute:knownerrors_list' => 'Errori Conosciuti',
  82. 'Class:Problem/Attribute:knownerrors_list+' => '',
  83. 'Class:Problem/Stimulus:ev_assign' => 'Assegnare',
  84. 'Class:Problem/Stimulus:ev_assign+' => '',
  85. 'Class:Problem/Stimulus:ev_reassign' => 'Riassegnare',
  86. 'Class:Problem/Stimulus:ev_reassign+' => '',
  87. 'Class:Problem/Stimulus:ev_resolve' => 'Risolvere',
  88. 'Class:Problem/Stimulus:ev_resolve+' => '',
  89. 'Class:Problem/Stimulus:ev_close' => 'Chiudere',
  90. 'Class:Problem/Stimulus:ev_close+' => '',
  91. 'Menu:ProblemManagement' => 'Gestione dei Problemi',
  92. 'Menu:ProblemManagement+' => 'Gestione dei Problemi',
  93. 'Menu:Problem:Overview' => 'Panoramica',
  94. 'Menu:Problem:Overview+' => 'Panoramica',
  95. 'Menu:NewProblem' => 'Nuovo Problema',
  96. 'Menu:NewProblem+' => 'Nuovo Problema',
  97. 'Menu:SearchProblems' => 'Ricerca per Problema',
  98. 'Menu:SearchProblems+' => 'Ricerca per Problema',
  99. 'Menu:Problem:Shortcuts' => 'Scorciatoia',
  100. 'Menu:Problem:MyProblems' => 'I Miei Problemi',
  101. 'Menu:Problem:MyProblems+' => 'I Miei Problemi',
  102. 'Menu:Problem:OpenProblems' => 'Tutti i Problemi Aperti',
  103. 'Menu:Problem:OpenProblems+' => 'Tutti i Problemi Aperti',
  104. 'UI-ProblemManagementOverview-ProblemByService' => 'Problemi per Servizio',
  105. 'UI-ProblemManagementOverview-ProblemByService+' => 'Problemi per Servizio',
  106. 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemi per Priorità',
  107. 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problemi per Priorità',
  108. 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problemi non assegnati',
  109. 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Problemi non assegnati',
  110. 'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard per la gestione dei problemi',
  111. 'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard per la gestione dei problemi',
  112. 'Class:Problem/Attribute:org_name' => 'Nome',
  113. 'Class:Problem/Attribute:org_name+' => 'Nome Comune',
  114. 'Class:Problem/Attribute:service_name' => 'Nome',
  115. 'Class:Problem/Attribute:service_name+' => '',
  116. 'Class:Problem/Attribute:servicesubcategory_name' => 'Nome',
  117. 'Class:Problem/Attribute:servicesubcategory_name+' => '',
  118. 'Class:Problem/Attribute:workgroup_name' => 'Nome',
  119. 'Class:Problem/Attribute:workgroup_name+' => '',
  120. 'Class:Problem/Attribute:agent_name' => 'Nome dell\Agente',
  121. 'Class:Problem/Attribute:agent_name+' => '',
  122. 'Class:Problem/Attribute:agent_email' => 'Email dell\'Agente',
  123. 'Class:Problem/Attribute:agent_email+' => '',
  124. 'Class:Problem/Attribute:related_change_ref' => 'Ref',
  125. 'Class:Problem/Attribute:related_change_ref+' => '',
  126. ));
  127. ?>