en.dict.itop-tickets.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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. * 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. // Class: Ticket
  35. //
  36. Dict::Add('EN US', 'English', 'English', array(
  37. 'Class:Ticket' => 'Ticket',
  38. 'Class:Ticket+' => '',
  39. 'Class:Ticket/Attribute:ref' => 'Ref',
  40. 'Class:Ticket/Attribute:ref+' => '',
  41. 'Class:Ticket/Attribute:org_id' => 'Organization',
  42. 'Class:Ticket/Attribute:org_id+' => '',
  43. 'Class:Ticket/Attribute:org_name' => 'Organization Name',
  44. 'Class:Ticket/Attribute:org_name+' => '',
  45. 'Class:Ticket/Attribute:caller_id' => 'Caller',
  46. 'Class:Ticket/Attribute:caller_id+' => '',
  47. 'Class:Ticket/Attribute:caller_name' => 'Caller Name',
  48. 'Class:Ticket/Attribute:caller_name+' => '',
  49. 'Class:Ticket/Attribute:team_id' => 'Team',
  50. 'Class:Ticket/Attribute:team_id+' => '',
  51. 'Class:Ticket/Attribute:team_name' => 'Team Name',
  52. 'Class:Ticket/Attribute:team_name+' => '',
  53. 'Class:Ticket/Attribute:agent_id' => 'Agent',
  54. 'Class:Ticket/Attribute:agent_id+' => '',
  55. 'Class:Ticket/Attribute:agent_name' => 'Agent Name',
  56. 'Class:Ticket/Attribute:agent_name+' => '',
  57. 'Class:Ticket/Attribute:title' => 'Title',
  58. 'Class:Ticket/Attribute:title+' => '',
  59. 'Class:Ticket/Attribute:description' => 'Description',
  60. 'Class:Ticket/Attribute:description+' => '',
  61. 'Class:Ticket/Attribute:start_date' => 'Start date',
  62. 'Class:Ticket/Attribute:start_date+' => '',
  63. 'Class:Ticket/Attribute:end_date' => 'End date',
  64. 'Class:Ticket/Attribute:end_date+' => '',
  65. 'Class:Ticket/Attribute:last_update' => 'Last update',
  66. 'Class:Ticket/Attribute:last_update+' => '',
  67. 'Class:Ticket/Attribute:close_date' => 'Close date',
  68. 'Class:Ticket/Attribute:close_date+' => '',
  69. 'Class:Ticket/Attribute:private_log' => 'Private log',
  70. 'Class:Ticket/Attribute:private_log+' => '',
  71. 'Class:Ticket/Attribute:contacts_list' => 'Contacts',
  72. 'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket',
  73. 'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
  74. 'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted by this ticket. Items marked as "Computed" have been automatically marked as impacted. Items marked as "Not impacted" are excluded from the impact.',
  75. 'Class:Ticket/Attribute:workorders_list' => 'Work orders',
  76. 'Class:Ticket/Attribute:workorders_list+' => 'All the work orders for this ticket',
  77. 'Class:Ticket/Attribute:finalclass' => 'Ticket sub-class',
  78. 'Class:Ticket/Attribute:finalclass+' => 'Name of the final class',
  79. 'Class:Ticket/Attribute:operational_status' => 'Operational status',
  80. 'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status',
  81. 'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing',
  82. 'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress',
  83. 'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved',
  84. 'Class:Ticket/Attribute:operational_status/Value:resolved+' => '',
  85. 'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed',
  86. 'Class:Ticket/Attribute:operational_status/Value:closed+' => '',
  87. 'Ticket:ImpactAnalysis' => 'Impact Analysis',
  88. ));
  89. //
  90. // Class: lnkContactToTicket
  91. //
  92. Dict::Add('EN US', 'English', 'English', array(
  93. 'Class:lnkContactToTicket' => 'Link Contact / Ticket',
  94. 'Class:lnkContactToTicket+' => '',
  95. 'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
  96. 'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
  97. 'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Ref',
  98. 'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
  99. 'Class:lnkContactToTicket/Attribute:contact_id' => 'Contact',
  100. 'Class:lnkContactToTicket/Attribute:contact_id+' => '',
  101. 'Class:lnkContactToTicket/Attribute:contact_email' => 'Contact Email',
  102. 'Class:lnkContactToTicket/Attribute:contact_email+' => '',
  103. 'Class:lnkContactToTicket/Attribute:role' => 'Role (text)',
  104. 'Class:lnkContactToTicket/Attribute:role+' => '',
  105. 'Class:lnkContactToTicket/Attribute:role_code' => 'Role',
  106. 'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually',
  107. 'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed',
  108. 'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify',
  109. ));
  110. //
  111. // Class: lnkFunctionalCIToTicket
  112. //
  113. Dict::Add('EN US', 'English', 'English', array(
  114. 'Class:lnkFunctionalCIToTicket' => 'Link FunctionalCI / Ticket',
  115. 'Class:lnkFunctionalCIToTicket+' => '',
  116. 'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket',
  117. 'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
  118. 'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref',
  119. 'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
  120. 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI',
  121. 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
  122. 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Name',
  123. 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
  124. 'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impact (text)',
  125. 'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
  126. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact',
  127. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually',
  128. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed',
  129. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted',
  130. ));
  131. //
  132. // Class: WorkOrder
  133. //
  134. Dict::Add('EN US', 'English', 'English', array(
  135. 'Class:WorkOrder' => 'Work Order',
  136. 'Class:WorkOrder+' => '',
  137. 'Class:WorkOrder/Attribute:name' => 'Name',
  138. 'Class:WorkOrder/Attribute:name+' => '',
  139. 'Class:WorkOrder/Attribute:status' => 'Status',
  140. 'Class:WorkOrder/Attribute:status+' => '',
  141. 'Class:WorkOrder/Attribute:status/Value:open' => 'open',
  142. 'Class:WorkOrder/Attribute:status/Value:open+' => '',
  143. 'Class:WorkOrder/Attribute:status/Value:closed' => 'closed',
  144. 'Class:WorkOrder/Attribute:status/Value:closed+' => '',
  145. 'Class:WorkOrder/Attribute:description' => 'Description',
  146. 'Class:WorkOrder/Attribute:description+' => '',
  147. 'Class:WorkOrder/Attribute:ticket_id' => 'Ticket',
  148. 'Class:WorkOrder/Attribute:ticket_id+' => '',
  149. 'Class:WorkOrder/Attribute:ticket_ref' => 'Ticket ref',
  150. 'Class:WorkOrder/Attribute:ticket_ref+' => '',
  151. 'Class:WorkOrder/Attribute:team_id' => 'Team',
  152. 'Class:WorkOrder/Attribute:team_id+' => '',
  153. 'Class:WorkOrder/Attribute:team_name' => 'Team Name',
  154. 'Class:WorkOrder/Attribute:team_name+' => '',
  155. 'Class:WorkOrder/Attribute:agent_id' => 'Agent',
  156. 'Class:WorkOrder/Attribute:agent_id+' => '',
  157. 'Class:WorkOrder/Attribute:agent_email' => 'Agent email',
  158. 'Class:WorkOrder/Attribute:agent_email+' => '',
  159. 'Class:WorkOrder/Attribute:start_date' => 'Start date',
  160. 'Class:WorkOrder/Attribute:start_date+' => '',
  161. 'Class:WorkOrder/Attribute:end_date' => 'End date',
  162. 'Class:WorkOrder/Attribute:end_date+' => '',
  163. 'Class:WorkOrder/Attribute:log' => 'Log',
  164. 'Class:WorkOrder/Attribute:log+' => '',
  165. 'Class:WorkOrder/Stimulus:ev_close' => 'Close',
  166. 'Class:WorkOrder/Stimulus:ev_close+' => '',
  167. ));
  168. // Fieldset translation
  169. Dict::Add('EN US', 'English', 'English', array(
  170. 'Ticket:baseinfo' => 'General Information',
  171. 'Ticket:date' => 'Dates',
  172. 'Ticket:contact' => 'Contacts',
  173. 'Ticket:moreinfo' => 'More Information',
  174. 'Ticket:relation' => 'Relations',
  175. 'Ticket:log' => 'Communications',
  176. 'Ticket:Type' => 'Qualification',
  177. 'Ticket:support' => 'Support',
  178. 'Ticket:resolution' => 'Resolution',
  179. 'Ticket:SLA' => 'SLA report',
  180. 'WorkOrder:Details' => 'Details',
  181. 'WorkOrder:Moreinfo' => 'More information',
  182. 'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s',
  183. 'Class:cmdbAbstractObject/Method:Set' => 'Set',
  184. 'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value',
  185. 'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field',
  186. 'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object',
  187. 'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Value',
  188. 'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set',
  189. 'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate',
  190. 'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time',
  191. 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Target Field',
  192. 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object',
  193. 'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser',
  194. 'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user',
  195. 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field',
  196. 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.',
  197. 'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson',
  198. 'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the "person" attached to the logged in "user").',
  199. 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field',
  200. 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.',
  201. 'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime',
  202. 'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Set a field with the time (seconds) elapsed since a date given by another field',
  203. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Target Field',
  204. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object',
  205. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field',
  206. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date',
  207. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours',
  208. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to "DefaultWorkingTimeComputer" to force a 24x7 scheme',
  209. 'Class:cmdbAbstractObject/Method:Reset' => 'Reset',
  210. 'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value',
  211. 'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field',
  212. 'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object',
  213. 'Class:cmdbAbstractObject/Method:Copy' => 'Copy',
  214. 'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field',
  215. 'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Target Field',
  216. 'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object',
  217. 'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field',
  218. 'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object',
  219. 'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus',
  220. 'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object',
  221. 'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code',
  222. 'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class',
  223. 'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
  224. 'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO',
  225. 'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve',
  226. 'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR',
  227. 'portal:itop-portal' => 'Standard portal', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
  228. 'Page:DefaultTitle' => '%1$s - User portal',
  229. 'Brick:Portal:UserProfile:Title' => 'My profile',
  230. 'Brick:Portal:NewRequest:Title' => 'New request',
  231. 'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>',
  232. 'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests',
  233. 'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>',
  234. 'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open',
  235. 'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved',
  236. 'Brick:Portal:ClosedRequests:Title' => 'Closed requests',
  237. ));