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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. * Localized data
  20. *
  21. * @copyright Copyright (C) 2010-2012 Combodo SARL
  22. * @license http://opensource.org/licenses/AGPL-3.0
  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('ES CR', 'Spanish', 'Español, Castellano', array(
  47. 'Menu:ProblemManagement' => 'Administración de Problemas',
  48. 'Menu:ProblemManagement+' => 'Administración de Problemas',
  49. 'Menu:Problem:Overview' => 'Resumen de Problemas',
  50. 'Menu:Problem:Overview+' => 'Resumen de Problemas',
  51. 'Menu:NewProblem' => 'Nuevo Problema',
  52. 'Menu:NewProblem+' => 'Nuevo Problema',
  53. 'Menu:SearchProblems' => 'Búsqueda de Problemas',
  54. 'Menu:SearchProblems+' => 'Búsqueda de Problemas',
  55. 'Menu:Problem:Shortcuts' => 'Acceso Rápido',
  56. 'Menu:Problem:MyProblems' => 'Problemas Asignados a Mí',
  57. 'Menu:Problem:MyProblems+' => 'Problemas Asignados a Mí',
  58. 'Menu:Problem:OpenProblems' => 'Problemas Abiertos',
  59. 'Menu:Problem:OpenProblems+' => 'Problemas Abiertos',
  60. 'UI-ProblemManagementOverview-ProblemByService' => 'Problemas por Servicio',
  61. 'UI-ProblemManagementOverview-ProblemByService+' => 'Problemas por Servicio',
  62. 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemas por Prioridad',
  63. 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problemas por Prioridad',
  64. 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problemas Sin Asignación',
  65. 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Problemas Sin Asignación',
  66. 'UI:ProblemMgmtMenuOverview:Title' => 'Panel de Control de Administración de Problemas',
  67. 'UI:ProblemMgmtMenuOverview:Title+' => 'Panel de Control de Administración de Problemas',
  68. ));
  69. //
  70. // Class: Problem
  71. //
  72. Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
  73. 'Class:Problem' => 'Problema',
  74. 'Class:Problem+' => 'Problema',
  75. 'Class:Problem/Attribute:status' => 'Estatus',
  76. 'Class:Problem/Attribute:status+' => 'Estatus',
  77. 'Class:Problem/Attribute:status/Value:new' => 'Nuevo',
  78. 'Class:Problem/Attribute:status/Value:new+' => 'Nuevo',
  79. 'Class:Problem/Attribute:status/Value:assigned' => 'Asignado',
  80. 'Class:Problem/Attribute:status/Value:assigned+' => 'Asignado',
  81. 'Class:Problem/Attribute:status/Value:resolved' => 'Solucionado',
  82. 'Class:Problem/Attribute:status/Value:resolved+' => 'Solucionado',
  83. 'Class:Problem/Attribute:status/Value:closed' => 'Cerrado',
  84. 'Class:Problem/Attribute:status/Value:closed+' => 'Cerrado',
  85. 'Class:Problem/Attribute:service_id' => 'Servicio',
  86. 'Class:Problem/Attribute:service_id+' => 'Servicio',
  87. 'Class:Problem/Attribute:service_name' => 'Identificación del Servicio',
  88. 'Class:Problem/Attribute:service_name+' => 'Identificación del Servicio',
  89. 'Class:Problem/Attribute:servicesubcategory_id' => 'Subcategoría',
  90. 'Class:Problem/Attribute:servicesubcategory_id+' => 'Subcategoría del Servicio',
  91. 'Class:Problem/Attribute:servicesubcategory_name' => 'Subcategoría del Servicio',
  92. 'Class:Problem/Attribute:servicesubcategory_name+' => 'Subcategoría del Servicio',
  93. 'Class:Problem/Attribute:product' => 'Producto',
  94. 'Class:Problem/Attribute:product+' => 'Producto',
  95. 'Class:Problem/Attribute:impact' => 'Impacto',
  96. 'Class:Problem/Attribute:impact+' => 'Impacto',
  97. 'Class:Problem/Attribute:impact/Value:1' => 'Un Departamento',
  98. 'Class:Problem/Attribute:impact/Value:1+' => 'Un Departamento',
  99. 'Class:Problem/Attribute:impact/Value:2' => 'Un Servicio',
  100. 'Class:Problem/Attribute:impact/Value:2+' => 'Un Servicio',
  101. 'Class:Problem/Attribute:impact/Value:3' => 'Una Person',
  102. 'Class:Problem/Attribute:impact/Value:3+' => 'Una Persona',
  103. 'Class:Problem/Attribute:urgency' => 'Urgencia',
  104. 'Class:Problem/Attribute:urgency+' => 'Urgencia',
  105. 'Class:Problem/Attribute:urgency/Value:1' => 'Crítico',
  106. 'Class:Problem/Attribute:urgency/Value:1+' => 'Crítico',
  107. 'Class:Problem/Attribute:urgency/Value:2' => 'Alto',
  108. 'Class:Problem/Attribute:urgency/Value:2+' => 'Alto',
  109. 'Class:Problem/Attribute:urgency/Value:3' => 'Medio',
  110. 'Class:Problem/Attribute:urgency/Value:3+' => 'Medio',
  111. 'Class:Problem/Attribute:urgency/Value:3' => 'Bajo',
  112. 'Class:Problem/Attribute:urgency/Value:3+' => 'Bajo',
  113. 'Class:Problem/Attribute:priority' => 'Prioridad',
  114. 'Class:Problem/Attribute:priority+' => 'Prioridad',
  115. 'Class:Problem/Attribute:priority/Value:1' => 'Crítico',
  116. 'Class:Problem/Attribute:priority/Value:1+' => 'Crítico',
  117. 'Class:Problem/Attribute:priority/Value:2' => 'Alto',
  118. 'Class:Problem/Attribute:priority/Value:2+' => 'Alto',
  119. 'Class:Problem/Attribute:priority/Value:3' => 'Medio',
  120. 'Class:Problem/Attribute:priority/Value:3+' => 'Medio',
  121. 'Class:Problem/Attribute:priority/Value:4' => 'Bajo',
  122. 'Class:Problem/Attribute:priority/Value:4+' => 'Bajo',
  123. 'Class:Problem/Attribute:related_change_id' => 'Cambio Relacionado',
  124. 'Class:Problem/Attribute:related_change_id+' => 'Cambio Relacionado',
  125. 'Class:Problem/Attribute:related_change_ref' => 'Cambio Relacionado',
  126. 'Class:Problem/Attribute:related_change_ref+' => 'Cambio Relacionado',
  127. 'Class:Problem/Attribute:assignment_date' => 'Fecha de Asignación',
  128. 'Class:Problem/Attribute:assignment_date+' => 'Fecha de Asignación',
  129. 'Class:Problem/Attribute:resolution_date' => 'Fecha de Solución',
  130. 'Class:Problem/Attribute:resolution_date+' => 'Fecha de Solución',
  131. 'Class:Problem/Attribute:knownerrors_list' => 'Errores Conocidos',
  132. 'Class:Problem/Attribute:knownerrors_list+' => 'Errores Conocidos',
  133. 'Class:Problem/Attribute:related_request_list' => 'Requerimientos Relacionados',
  134. 'Class:Problem/Attribute:related_request_list+' => 'Requerimientos Relacionados',
  135. 'Class:Problem/Stimulus:ev_assign' => 'Asignar',
  136. 'Class:Problem/Stimulus:ev_assign+' => 'Asignar',
  137. 'Class:Problem/Stimulus:ev_reassign' => 'Reasignar',
  138. 'Class:Problem/Stimulus:ev_reassign+' => 'Reasignar',
  139. 'Class:Problem/Stimulus:ev_resolve' => 'Solucionar',
  140. 'Class:Problem/Stimulus:ev_resolve+' => 'Solucionar',
  141. 'Class:Problem/Stimulus:ev_close' => 'Cerrar',
  142. 'Class:Problem/Stimulus:ev_close+' => 'Cerrar',
  143. ));
  144. ?>