it.dict.itop-tickets.php 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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. * @copyright Copyright (C) 2010-2012 Combodo SARL
  20. * @license http://opensource.org/licenses/AGPL-3.0
  21. */
  22. Dict::Add('IT IT', 'Italian', 'Italiano', array(
  23. 'Class:lnkTicketToDoc' => 'Ticket/Documento',
  24. 'Class:lnkTicketToDoc+' => '',
  25. 'Class:lnkTicketToDoc/Attribute:ticket_id' => 'Ticket',
  26. 'Class:lnkTicketToDoc/Attribute:ticket_id+' => '',
  27. 'Class:lnkTicketToDoc/Attribute:document_id' => 'Documento',
  28. 'Class:lnkTicketToDoc/Attribute:document_id+' => '',
  29. 'Class:lnkTicketToContact' => 'Ticket/Contatto',
  30. 'Class:lnkTicketToContact+' => '',
  31. 'Class:lnkTicketToContact/Attribute:ticket_id' => 'Ticket',
  32. 'Class:lnkTicketToContact/Attribute:ticket_id+' => '',
  33. 'Class:lnkTicketToContact/Attribute:contact_id' => 'Contatto',
  34. 'Class:lnkTicketToContact/Attribute:contact_id+' => '',
  35. 'Class:lnkTicketToContact/Attribute:role' => 'Ruolo',
  36. 'Class:lnkTicketToContact/Attribute:role+' => '',
  37. 'Class:lnkTicketToCI' => 'Ticket/CI',
  38. 'Class:lnkTicketToCI+' => '',
  39. 'Class:lnkTicketToCI/Attribute:ticket_id' => 'Ticket',
  40. 'Class:lnkTicketToCI/Attribute:ticket_id+' => '',
  41. 'Class:lnkTicketToCI/Attribute:ci_id' => 'CI',
  42. 'Class:lnkTicketToCI/Attribute:ci_id+' => '',
  43. 'Class:lnkTicketToCI/Attribute:impact' => 'Impatto',
  44. 'Class:lnkTicketToCI/Attribute:impact+' => '',
  45. 'Class:Ticket' => 'Ticket',
  46. 'Class:Ticket+' => '',
  47. 'Class:Ticket/Attribute:ref' => 'Ref',
  48. 'Class:Ticket/Attribute:ref+' => '',
  49. 'Class:Ticket/Attribute:title' => 'Titolo',
  50. 'Class:Ticket/Attribute:title+' => '',
  51. 'Class:Ticket/Attribute:description' => 'Descrizione',
  52. 'Class:Ticket/Attribute:description+' => '',
  53. 'Class:Ticket/Attribute:ticket_log' => 'Log',
  54. 'Class:Ticket/Attribute:ticket_log+' => '',
  55. 'Class:Ticket/Attribute:start_date' => 'Inzio',
  56. 'Class:Ticket/Attribute:start_date+' => '',
  57. 'Class:Ticket/Attribute:document_list' => 'Documenti',
  58. 'Class:Ticket/Attribute:document_list+' => 'Documenti relativi al ticket',
  59. 'Class:Ticket/Attribute:ci_list' => 'CIs',
  60. 'Class:Ticket/Attribute:ci_list+' => 'CIs coivolti dall\'incidente',
  61. 'Class:Ticket/Attribute:contact_list' => 'Contatti',
  62. 'Class:Ticket/Attribute:contact_list+' => 'Team e persone coinvolte',
  63. 'Class:Ticket/Attribute:incident_list' => 'Incidenti Correlati',
  64. 'Class:Ticket/Attribute:incident_list+' => '',
  65. 'Class:Ticket/Attribute:finalclass' => 'Tipo',
  66. 'Class:Ticket/Attribute:finalclass+' => '',
  67. 'Ticket:baseinfo' => 'Infomazioni Generali',
  68. 'Ticket:date' => 'Date',
  69. 'Ticket:contact' => 'Contatti',
  70. 'Ticket:moreinfo' => 'Più informazioni',
  71. 'Ticket:relation' => 'Relazioni',
  72. 'Ticket:log' => 'Communicazioni',
  73. 'Class:lnkTicketToDoc/Attribute:ticket_ref' => 'Ticket #',
  74. 'Class:lnkTicketToDoc/Attribute:ticket_ref+' => '',
  75. 'Class:lnkTicketToDoc/Attribute:document_name' => 'Documento',
  76. 'Class:lnkTicketToDoc/Attribute:document_name+' => '',
  77. 'Class:lnkTicketToContact/Attribute:ticket_ref' => 'Ticket #',
  78. 'Class:lnkTicketToContact/Attribute:ticket_ref+' => '',
  79. 'Class:lnkTicketToContact/Attribute:contact_name' => 'Contatto',
  80. 'Class:lnkTicketToContact/Attribute:contact_name+' => '',
  81. 'Class:lnkTicketToContact/Attribute:contact_email' => 'Email',
  82. 'Class:lnkTicketToContact/Attribute:contact_email+' => '',
  83. 'Class:lnkTicketToCI/Attribute:ticket_ref' => 'Ticket #',
  84. 'Class:lnkTicketToCI/Attribute:ticket_ref+' => '',
  85. 'Class:lnkTicketToCI/Attribute:ci_name' => 'CI',
  86. 'Class:lnkTicketToCI/Attribute:ci_name+' => '',
  87. 'Class:lnkTicketToCI/Attribute:ci_status' => 'CI stato',
  88. 'Class:lnkTicketToCI/Attribute:ci_status+' => '',
  89. 'Class:ResponseTicket' => 'Ticket di risposta',
  90. 'Class:ResponseTicket+' => '',
  91. 'Class:ResponseTicket/Attribute:status' => 'Stato',
  92. 'Class:ResponseTicket/Attribute:status+' => '',
  93. 'Class:ResponseTicket/Attribute:status/Value:new' => 'Nuovo',
  94. 'Class:ResponseTicket/Attribute:status/Value:new+' => 'Recentemente aperto',
  95. 'Class:ResponseTicket/Attribute:status/Value:escalated_tto' => 'Escalation/TTO',
  96. 'Class:ResponseTicket/Attribute:status/Value:escalated_tto+' => '',
  97. 'Class:ResponseTicket/Attribute:status/Value:assigned' => 'Assegnato',
  98. 'Class:ResponseTicket/Attribute:status/Value:assigned+' => '',
  99. 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr' => 'Escalation/TTR',
  100. 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr+' => '',
  101. 'Class:ResponseTicket/Attribute:status/Value:frozen' => 'In attesa',
  102. 'Class:ResponseTicket/Attribute:status/Value:frozen+' => '',
  103. 'Class:ResponseTicket/Attribute:status/Value:resolved' => 'Risolto',
  104. 'Class:ResponseTicket/Attribute:status/Value:resolved+' => '',
  105. 'Class:ResponseTicket/Attribute:status/Value:closed' => 'Chiuso',
  106. 'Class:ResponseTicket/Attribute:status/Value:closed+' => '',
  107. 'Class:ResponseTicket/Attribute:caller_id' => 'Visitatore',
  108. 'Class:ResponseTicket/Attribute:caller_id+' => '',
  109. 'Class:ResponseTicket/Attribute:caller_email' => 'Email',
  110. 'Class:ResponseTicket/Attribute:caller_email+' => '',
  111. 'Class:ResponseTicket/Attribute:org_id' => 'Cliente',
  112. 'Class:ResponseTicket/Attribute:org_id+' => '',
  113. 'Class:ResponseTicket/Attribute:org_name' => 'Cliente',
  114. 'Class:ResponseTicket/Attribute:org_name+' => '',
  115. 'Class:ResponseTicket/Attribute:service_id' => 'Servizio',
  116. 'Class:ResponseTicket/Attribute:service_id+' => '',
  117. 'Class:ResponseTicket/Attribute:service_name' => 'Nome',
  118. 'Class:ResponseTicket/Attribute:service_name+' => '',
  119. 'Class:ResponseTicket/Attribute:servicesubcategory_id' => 'Elemento di servizio',
  120. 'Class:ResponseTicket/Attribute:servicesubcategory_id+' => '',
  121. 'Class:ResponseTicket/Attribute:servicesubcategory_name' => 'Name',
  122. 'Class:ResponseTicket/Attribute:servicesubcategory_name+' => '',
  123. 'Class:ResponseTicket/Attribute:product' => 'Prodotto',
  124. 'Class:ResponseTicket/Attribute:product+' => '',
  125. 'Class:ResponseTicket/Attribute:impact' => 'Impatto',
  126. 'Class:ResponseTicket/Attribute:impact+' => '',
  127. 'Class:ResponseTicket/Attribute:impact/Value:1' => 'Un dipartimento',
  128. 'Class:ResponseTicket/Attribute:impact/Value:1+' => '',
  129. 'Class:ResponseTicket/Attribute:impact/Value:2' => 'Un servizio',
  130. 'Class:ResponseTicket/Attribute:impact/Value:2+' => '',
  131. 'Class:ResponseTicket/Attribute:impact/Value:3' => 'Una persona',
  132. 'Class:ResponseTicket/Attribute:impact/Value:3+' => '',
  133. 'Class:ResponseTicket/Attribute:urgency' => 'Urgenza',
  134. 'Class:ResponseTicket/Attribute:urgency+' => '',
  135. 'Class:ResponseTicket/Attribute:urgency/Value:1' => 'Alta',
  136. 'Class:ResponseTicket/Attribute:urgency/Value:1+' => '',
  137. 'Class:ResponseTicket/Attribute:urgency/Value:2' => 'Media',
  138. 'Class:ResponseTicket/Attribute:urgency/Value:2+' => '',
  139. 'Class:ResponseTicket/Attribute:urgency/Value:3' => 'Bassa',
  140. 'Class:ResponseTicket/Attribute:urgency/Value:3+' => '',
  141. 'Class:ResponseTicket/Attribute:priority' => 'Priorità',
  142. 'Class:ResponseTicket/Attribute:priority+' => '',
  143. 'Class:ResponseTicket/Attribute:priority/Value:1' => 'Alta',
  144. 'Class:ResponseTicket/Attribute:priority/Value:1+' => '',
  145. 'Class:ResponseTicket/Attribute:priority/Value:2' => 'Media',
  146. 'Class:ResponseTicket/Attribute:priority/Value:2+' => '',
  147. 'Class:ResponseTicket/Attribute:priority/Value:3' => 'Bassa',
  148. 'Class:ResponseTicket/Attribute:priority/Value:3+' => '',
  149. 'Class:ResponseTicket/Attribute:workgroup_id' => 'Gruppo di lavoro',
  150. 'Class:ResponseTicket/Attribute:workgroup_id+' => '',
  151. 'Class:ResponseTicket/Attribute:workgroup_name' => 'Workgroup',
  152. 'Class:ResponseTicket/Attribute:workgroup_name+' => '',
  153. 'Class:ResponseTicket/Attribute:agent_id' => 'Agente',
  154. 'Class:ResponseTicket/Attribute:agent_id+' => '',
  155. 'Class:ResponseTicket/Attribute:agent_name' => 'Agente',
  156. 'Class:ResponseTicket/Attribute:agent_name+' => '',
  157. 'Class:ResponseTicket/Attribute:agent_email' => 'Email dell\'agente',
  158. 'Class:ResponseTicket/Attribute:agent_email+' => '',
  159. 'Class:ResponseTicket/Attribute:related_problem_id' => 'Problemi correlati',
  160. 'Class:ResponseTicket/Attribute:related_problem_id+' => '',
  161. 'Class:ResponseTicket/Attribute:related_problem_ref' => 'Ref',
  162. 'Class:ResponseTicket/Attribute:related_problem_ref+' => '',
  163. 'Class:ResponseTicket/Attribute:related_change_id' => 'Cambi correlati',
  164. 'Class:ResponseTicket/Attribute:related_change_id+' => '',
  165. 'Class:ResponseTicket/Attribute:related_change_ref' => 'Cambi correlati',
  166. 'Class:ResponseTicket/Attribute:related_change_ref+' => '',
  167. 'Class:ResponseTicket/Attribute:close_date' => 'Chiuso',
  168. 'Class:ResponseTicket/Attribute:close_date+' => '',
  169. 'Class:ResponseTicket/Attribute:last_update' => 'Ultimo aggiornamento',
  170. 'Class:ResponseTicket/Attribute:last_update+' => '',
  171. 'Class:ResponseTicket/Attribute:assignment_date' => 'Data di Assegnazione ',
  172. 'Class:ResponseTicket/Attribute:assignment_date+' => '',
  173. 'Class:ResponseTicket/Attribute:resolution_date' => 'Data di risoluzione',
  174. 'Class:ResponseTicket/Attribute:resolution_date+' => '',
  175. 'Class:ResponseTicket/Attribute:tto_escalation_deadline' => 'TTO Scadenza di Escalation',
  176. 'Class:ResponseTicket/Attribute:tto_escalation_deadline+' => '',
  177. 'Class:ResponseTicket/Attribute:ttr_escalation_deadline' => 'TTR Scadenza di Escalation',
  178. 'Class:ResponseTicket/Attribute:ttr_escalation_deadline+' => '',
  179. 'Class:ResponseTicket/Attribute:closure_deadline' => 'Termine di chiusura',
  180. 'Class:ResponseTicket/Attribute:closure_deadline+' => '',
  181. 'Class:ResponseTicket/Attribute:resolution_code' => 'Codice di risoluzione',
  182. 'Class:ResponseTicket/Attribute:resolution_code+' => '',
  183. 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce' => 'Non puo\' essere riprodotto',
  184. 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce+' => '',
  185. 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate' => 'Ticket duplicato',
  186. 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate+' => '',
  187. 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed' => 'Fissato',
  188. 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed+' => '',
  189. 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant' => 'Irrilevante',
  190. 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant+' => '',
  191. 'Class:ResponseTicket/Attribute:solution' => 'Soluzione',
  192. 'Class:ResponseTicket/Attribute:solution+' => '',
  193. 'Class:ResponseTicket/Attribute:user_satisfaction' => 'Soddisfazione dell\'utente',
  194. 'Class:ResponseTicket/Attribute:user_satisfaction+' => '',
  195. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1' => 'Molto soddisfatto',
  196. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1+' => 'Molto soddisfatto',
  197. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2' => 'Abbastanza soddisfatto',
  198. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2+' => 'Abbastanza soddisfatto',
  199. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3' => 'Piuttosto insoddisfatto',
  200. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3+' => 'Piuttosto insoddisfatto',
  201. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4' => 'Molto insoddisfatto',
  202. 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4+' => 'Molto insoddisfatto',
  203. 'Class:ResponseTicket/Attribute:user_commment' => 'Commento dell\'utente',
  204. 'Class:ResponseTicket/Attribute:user_commment+' => '',
  205. 'Class:ResponseTicket/Stimulus:ev_assign' => 'Assegna',
  206. 'Class:ResponseTicket/Stimulus:ev_assign+' => '',
  207. 'Class:ResponseTicket/Stimulus:ev_reassign' => 'Riassegna',
  208. 'Class:ResponseTicket/Stimulus:ev_reassign+' => '',
  209. 'Class:ResponseTicket/Stimulus:ev_timeout' => 'Escalation',
  210. 'Class:ResponseTicket/Stimulus:ev_timeout+' => '',
  211. 'Class:ResponseTicket/Stimulus:ev_resolve' => 'Segna come risolto',
  212. 'Class:ResponseTicket/Stimulus:ev_resolve+' => '',
  213. 'Class:ResponseTicket/Stimulus:ev_close' => 'Chiudi',
  214. 'Class:ResponseTicket/Stimulus:ev_close+' => '',
  215. 'Class:Ticket/Attribute:org_id' => 'Organization~~',
  216. 'Class:Ticket/Attribute:org_name' => 'Organization Name~~',
  217. 'Class:Ticket/Attribute:caller_id' => 'Caller~~',
  218. 'Class:Ticket/Attribute:caller_name' => 'Caller Name~~',
  219. 'Class:Ticket/Attribute:team_id' => 'Team~~',
  220. 'Class:Ticket/Attribute:team_name' => 'Team Name~~',
  221. 'Class:Ticket/Attribute:agent_id' => 'Agent~~',
  222. 'Class:Ticket/Attribute:agent_name' => 'Agent Name~~',
  223. 'Class:Ticket/Attribute:end_date' => 'End date~~',
  224. 'Class:Ticket/Attribute:last_update' => 'Last update~~',
  225. 'Class:Ticket/Attribute:close_date' => 'Close date~~',
  226. 'Class:Ticket/Attribute:private_log' => 'Private log~~',
  227. 'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
  228. 'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket~~',
  229. 'Class:Ticket/Attribute:functionalcis_list' => 'CIs~~',
  230. 'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted for this ticket~~',
  231. 'Class:Ticket/Attribute:workorders_list' => 'Work orders~~',
  232. 'Class:Ticket/Attribute:workorders_list+' => 'All the work orders for this ticket~~',
  233. 'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
  234. 'Class:lnkContactToTicket' => 'Link Contact / Ticket~~',
  235. 'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket~~',
  236. 'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Ref~~',
  237. 'Class:lnkContactToTicket/Attribute:contact_id' => 'Contact~~',
  238. 'Class:lnkContactToTicket/Attribute:contact_email' => 'Contact Email~~',
  239. 'Class:lnkContactToTicket/Attribute:role' => 'Role (text)~~',
  240. 'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
  241. 'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
  242. 'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
  243. 'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
  244. 'Class:lnkFunctionalCIToTicket' => 'Link FunctionalCI / Ticket~~',
  245. 'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket~~',
  246. 'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref~~',
  247. 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI~~',
  248. 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Name~~',
  249. 'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impact (text)~~',
  250. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
  251. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
  252. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
  253. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
  254. 'Class:WorkOrder' => 'Work Order~~',
  255. 'Class:WorkOrder/Attribute:name' => 'Name~~',
  256. 'Class:WorkOrder/Attribute:status' => 'Status~~',
  257. 'Class:WorkOrder/Attribute:status/Value:open' => 'open~~',
  258. 'Class:WorkOrder/Attribute:status/Value:closed' => 'closed~~',
  259. 'Class:WorkOrder/Attribute:description' => 'Description~~',
  260. 'Class:WorkOrder/Attribute:ticket_id' => 'Ticket~~',
  261. 'Class:WorkOrder/Attribute:ticket_ref' => 'Ticket ref~~',
  262. 'Class:WorkOrder/Attribute:team_id' => 'Team~~',
  263. 'Class:WorkOrder/Attribute:team_name' => 'Team Name~~',
  264. 'Class:WorkOrder/Attribute:agent_id' => 'Agent~~',
  265. 'Class:WorkOrder/Attribute:agent_email' => 'Agent email~~',
  266. 'Class:WorkOrder/Attribute:start_date' => 'Start date~~',
  267. 'Class:WorkOrder/Attribute:end_date' => 'End date~~',
  268. 'Class:WorkOrder/Attribute:log' => 'Log~~',
  269. 'Class:WorkOrder/Stimulus:ev_close' => 'Close~~',
  270. 'Ticket:Type' => 'Qualification~~',
  271. 'Ticket:support' => 'Support~~',
  272. 'Ticket:resolution' => 'Resolution~~',
  273. 'Ticket:SLA' => 'SLA report~~',
  274. 'WorkOrder:Details' => 'Details~~',
  275. 'WorkOrder:Moreinfo' => 'More information~~',
  276. 'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s~~',
  277. 'Class:cmdbAbstractObject/Method:Set' => 'Set~~',
  278. 'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
  279. 'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field~~',
  280. 'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object~~',
  281. 'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Value~~',
  282. 'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set~~',
  283. 'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate~~',
  284. 'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time~~',
  285. 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Target Field~~',
  286. 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object~~',
  287. 'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser~~',
  288. 'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user~~',
  289. 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field~~',
  290. '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.~~',
  291. 'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson~~',
  292. 'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \"person\" attached to the logged in \"user\").~~',
  293. 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field~~',
  294. '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.~~',
  295. 'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime~~',
  296. 'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Set a field with the time (seconds) elapsed since a date given by another field~~',
  297. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Target Field~~',
  298. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object~~',
  299. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field~~',
  300. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
  301. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours~~',
  302. '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~~',
  303. 'Class:cmdbAbstractObject/Method:Reset' => 'Reset~~',
  304. 'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
  305. 'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field~~',
  306. 'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object~~',
  307. 'Class:cmdbAbstractObject/Method:Copy' => 'Copy~~',
  308. 'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field~~',
  309. 'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Target Field~~',
  310. 'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
  311. 'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
  312. 'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
  313. 'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
  314. 'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
  315. 'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
  316. 'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR~~',
  317. ));
  318. ?>