dictionary.itop.model.php 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416
  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. * Localized data
  18. *
  19. * @author Erwan Taloc <erwan.taloc@combodo.com>
  20. * @author Romain Quetiez <romain.quetiez@combodo.com>
  21. * @author Denis Flaven <denis.flaven@combodo.com>
  22. * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
  23. */
  24. //////////////////////////////////////////////////////////////////////
  25. // Relations
  26. //////////////////////////////////////////////////////////////////////
  27. //
  28. Dict::Add('EN US', 'English', 'English', array(
  29. 'Relation:impacts/Description' => 'Elements impacted by',
  30. 'Relation:impacts/VerbUp' => 'Impact...',
  31. 'Relation:impacts/VerbDown' => 'Elements impacted by...',
  32. ));
  33. // Dictionnay conventions
  34. // Class:<class_name>
  35. // Class:<class_name>+
  36. // Class:<class_name>/Attribute:<attribute_code>
  37. // Class:<class_name>/Attribute:<attribute_code>+
  38. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>
  39. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
  40. // Class:<class_name>/Stimulus:<stimulus_code>
  41. // Class:<class_name>/Stimulus:<stimulus_code>+
  42. //////////////////////////////////////////////////////////////////////
  43. // Classes in 'bizmodel'
  44. //////////////////////////////////////////////////////////////////////
  45. //
  46. //
  47. // Class: bizOrganization
  48. //
  49. Dict::Add('EN US', 'English', 'English', array(
  50. 'Class:bizOrganization' => 'Organization',
  51. 'Class:bizOrganization+' => 'Organizational structure: can be Company and/or Department',
  52. 'Class:bizOrganization/Attribute:name' => 'Name',
  53. 'Class:bizOrganization/Attribute:name+' => 'Common name',
  54. 'Class:bizOrganization/Attribute:code' => 'Code',
  55. 'Class:bizOrganization/Attribute:code+' => 'Organization code (Siret, DUNS,...)',
  56. 'Class:bizOrganization/Attribute:status' => 'Status',
  57. 'Class:bizOrganization/Attribute:status+' => 'Lifecycle status',
  58. 'Class:bizOrganization/Attribute:status/Value:production' => 'production',
  59. 'Class:bizOrganization/Attribute:status/Value:production+' => 'production',
  60. 'Class:bizOrganization/Attribute:status/Value:implementation' => 'implementation',
  61. 'Class:bizOrganization/Attribute:status/Value:implementation+' => 'implementation',
  62. 'Class:bizOrganization/Attribute:status/Value:obsolete' => 'obsolete',
  63. 'Class:bizOrganization/Attribute:status/Value:obsolete+' => 'obsolete',
  64. 'Class:bizOrganization/Attribute:parent_id' => 'Parent',
  65. 'Class:bizOrganization/Attribute:parent_id+' => 'Parent organization',
  66. 'Class:bizOrganization/Attribute:parent_name' => 'Parent Name',
  67. 'Class:bizOrganization/Attribute:parent_name+' => 'Name of the parent organization',
  68. ));
  69. //
  70. // Class: logRealObject
  71. //
  72. Dict::Add('EN US', 'English', 'English', array(
  73. 'Class:logRealObject' => 'Object',
  74. 'Class:logRealObject+' => 'Any CMDB object',
  75. 'Class:logRealObject/Attribute:name' => 'Name',
  76. 'Class:logRealObject/Attribute:name+' => 'Common name',
  77. 'Class:logRealObject/Attribute:status' => 'Status',
  78. 'Class:logRealObject/Attribute:status+' => 'Lifecycle status',
  79. 'Class:logRealObject/Attribute:status/Value:production' => 'production',
  80. 'Class:logRealObject/Attribute:status/Value:production+' => 'production',
  81. 'Class:logRealObject/Attribute:status/Value:implementation' => 'implementation',
  82. 'Class:logRealObject/Attribute:status/Value:implementation+' => 'implementation',
  83. 'Class:logRealObject/Attribute:status/Value:obsolete' => 'obsolete',
  84. 'Class:logRealObject/Attribute:status/Value:obsolete+' => 'obsolete',
  85. 'Class:logRealObject/Attribute:status/Value:off' => 'off',
  86. 'Class:logRealObject/Attribute:status/Value:off+' => 'off',
  87. 'Class:logRealObject/Attribute:status/Value:left company' => 'left company',
  88. 'Class:logRealObject/Attribute:status/Value:left company+' => 'left company',
  89. 'Class:logRealObject/Attribute:status/Value:available' => 'available',
  90. 'Class:logRealObject/Attribute:status/Value:available+' => 'available',
  91. 'Class:logRealObject/Attribute:org_id' => 'Organization',
  92. 'Class:logRealObject/Attribute:org_id+' => 'ID of the object owner organization',
  93. 'Class:logRealObject/Attribute:org_name' => 'Organization',
  94. 'Class:logRealObject/Attribute:org_name+' => 'Company / Department owning this object',
  95. 'Class:logRealObject/Attribute:finalclass' => 'Type',
  96. 'Class:logRealObject/Attribute:finalclass+' => '',
  97. ));
  98. //
  99. // Class: bizContact
  100. //
  101. Dict::Add('EN US', 'English', 'English', array(
  102. 'Class:bizContact' => 'Contact',
  103. 'Class:bizContact+' => 'Contact',
  104. 'Class:bizContact/Attribute:status' => 'Status',
  105. 'Class:bizContact/Attribute:status+' => 'Lifecycle status',
  106. 'Class:bizContact/Attribute:status/Value:off' => 'off',
  107. 'Class:bizContact/Attribute:status/Value:off+' => 'off',
  108. 'Class:bizContact/Attribute:status/Value:left company' => 'left company',
  109. 'Class:bizContact/Attribute:status/Value:left company+' => 'left company',
  110. 'Class:bizContact/Attribute:status/Value:available' => 'available',
  111. 'Class:bizContact/Attribute:status/Value:available+' => 'available',
  112. 'Class:bizContact/Attribute:org_name' => 'Organization',
  113. 'Class:bizContact/Attribute:org_name+' => 'Company / Department of the contact',
  114. 'Class:bizContact/Attribute:email' => 'eMail',
  115. 'Class:bizContact/Attribute:email+' => 'Email address',
  116. 'Class:bizContact/Attribute:phone' => 'Phone',
  117. 'Class:bizContact/Attribute:phone+' => 'Telephone',
  118. 'Class:bizContact/Attribute:location_id' => 'Location',
  119. 'Class:bizContact/Attribute:location_id+' => 'Id of the location where the contact is located',
  120. 'Class:bizContact/Attribute:location_name' => 'Location Name',
  121. 'Class:bizContact/Attribute:location_name+' => 'Name of the location where the contact is located',
  122. ));
  123. //
  124. // Class: bizPerson
  125. //
  126. Dict::Add('EN US', 'English', 'English', array(
  127. 'Class:bizPerson' => 'Person',
  128. 'Class:bizPerson+' => 'Person',
  129. 'Class:bizPerson/Attribute:first_name' => 'First Name',
  130. 'Class:bizPerson/Attribute:first_name+' => 'First name',
  131. 'Class:bizPerson/Attribute:employee_number' => 'Employee Number',
  132. 'Class:bizPerson/Attribute:employee_number+' => 'employee number',
  133. ));
  134. //
  135. // Class: bizTeam
  136. //
  137. Dict::Add('EN US', 'English', 'English', array(
  138. 'Class:bizTeam' => 'Team',
  139. 'Class:bizTeam+' => 'A group of contacts',
  140. ));
  141. //
  142. // Class: lnkContactTeam
  143. //
  144. Dict::Add('EN US', 'English', 'English', array(
  145. 'Class:lnkContactTeam' => 'TeamsLinks',
  146. 'Class:lnkContactTeam+' => 'A link between a contact and a Team',
  147. 'Class:lnkContactTeam/Attribute:contact_id' => 'Contact',
  148. 'Class:lnkContactTeam/Attribute:contact_id+' => 'The contact',
  149. 'Class:lnkContactTeam/Attribute:contact_name' => 'Contact Name',
  150. 'Class:lnkContactTeam/Attribute:contact_name+' => 'name of the contact',
  151. 'Class:lnkContactTeam/Attribute:contact_phone' => 'Phone',
  152. 'Class:lnkContactTeam/Attribute:contact_phone+' => 'Phone number of the contact',
  153. 'Class:lnkContactTeam/Attribute:contact_email' => 'eMail',
  154. 'Class:lnkContactTeam/Attribute:contact_email+' => 'eMail address of the contact',
  155. 'Class:lnkContactTeam/Attribute:team_id' => 'Team',
  156. 'Class:lnkContactTeam/Attribute:team_id+' => 'Team linked',
  157. 'Class:lnkContactTeam/Attribute:team_name' => 'Team',
  158. 'Class:lnkContactTeam/Attribute:team_name+' => 'name of the Team',
  159. 'Class:lnkContactTeam/Attribute:role' => 'Role',
  160. 'Class:lnkContactTeam/Attribute:role+' => 'Role of the contact',
  161. ));
  162. //
  163. // Class: bizDocument
  164. //
  165. Dict::Add('EN US', 'English', 'English', array(
  166. 'Class:bizDocument' => 'Document',
  167. 'Class:bizDocument+' => 'Document',
  168. 'Class:bizDocument/Attribute:status' => 'Status',
  169. 'Class:bizDocument/Attribute:status+' => 'Lifecycle status',
  170. 'Class:bizDocument/Attribute:status/Value:production' => 'production',
  171. 'Class:bizDocument/Attribute:status/Value:production+' => 'production',
  172. 'Class:bizDocument/Attribute:status/Value:implementation' => 'implementation',
  173. 'Class:bizDocument/Attribute:status/Value:implementation+' => 'implementation',
  174. 'Class:bizDocument/Attribute:status/Value:obsolete' => 'obsolete',
  175. 'Class:bizDocument/Attribute:status/Value:obsolete+' => 'obsolete',
  176. 'Class:bizDocument/Attribute:org_name' => 'Organization',
  177. 'Class:bizDocument/Attribute:org_name+' => 'Company / Department owning the document',
  178. 'Class:bizDocument/Attribute:type' => 'type',
  179. 'Class:bizDocument/Attribute:type+' => 'usage of the document',
  180. 'Class:bizDocument/Attribute:type/Value:documentation' => 'documentation',
  181. 'Class:bizDocument/Attribute:type/Value:documentation+' => 'documentation',
  182. 'Class:bizDocument/Attribute:type/Value:contract' => 'contract',
  183. 'Class:bizDocument/Attribute:type/Value:contract+' => 'contract',
  184. 'Class:bizDocument/Attribute:type/Value:working instructions' => 'working instructions',
  185. 'Class:bizDocument/Attribute:type/Value:working instructions+' => 'working instructions',
  186. 'Class:bizDocument/Attribute:type/Value:network map' => 'network map',
  187. 'Class:bizDocument/Attribute:type/Value:network map+' => 'network map',
  188. 'Class:bizDocument/Attribute:type/Value:white paper' => 'white paper',
  189. 'Class:bizDocument/Attribute:type/Value:white paper+' => 'white paper',
  190. 'Class:bizDocument/Attribute:type/Value:presentation' => 'presentation',
  191. 'Class:bizDocument/Attribute:type/Value:presentation+' => 'presentation',
  192. 'Class:bizDocument/Attribute:type/Value:training' => 'training',
  193. 'Class:bizDocument/Attribute:type/Value:training+' => 'training',
  194. 'Class:bizDocument/Attribute:description' => 'Description',
  195. 'Class:bizDocument/Attribute:description+' => 'Service Description',
  196. 'Class:bizDocument/Attribute:contents' => 'Contents',
  197. 'Class:bizDocument/Attribute:contents+' => 'File content',
  198. ));
  199. //
  200. // Class: lnkDocumentRealObject
  201. //
  202. Dict::Add('EN US', 'English', 'English', array(
  203. 'Class:lnkDocumentRealObject' => 'DocumentsLinks',
  204. 'Class:lnkDocumentRealObject+' => 'A link between a document and another object',
  205. 'Class:lnkDocumentRealObject/Attribute:doc_id' => 'Document',
  206. 'Class:lnkDocumentRealObject/Attribute:doc_id+' => 'id of the Document',
  207. 'Class:lnkDocumentRealObject/Attribute:doc_name' => 'Document Name',
  208. 'Class:lnkDocumentRealObject/Attribute:doc_name+' => 'name of the document',
  209. 'Class:lnkDocumentRealObject/Attribute:object_id' => 'Object',
  210. 'Class:lnkDocumentRealObject/Attribute:object_id+' => 'Object linked',
  211. 'Class:lnkDocumentRealObject/Attribute:object_name' => 'Object Name',
  212. 'Class:lnkDocumentRealObject/Attribute:object_name+' => 'name of the linked object',
  213. 'Class:lnkDocumentRealObject/Attribute:link_type' => 'Link Type',
  214. 'Class:lnkDocumentRealObject/Attribute:link_type+' => 'More information',
  215. ));
  216. //
  217. // Class: lnkContactRealObject
  218. //
  219. Dict::Add('EN US', 'English', 'English', array(
  220. 'Class:lnkContactRealObject' => 'ContactsLinks',
  221. 'Class:lnkContactRealObject+' => 'A link between a contact and another object',
  222. 'Class:lnkContactRealObject/Attribute:contact_id' => 'Contact',
  223. 'Class:lnkContactRealObject/Attribute:contact_id+' => 'The contact',
  224. 'Class:lnkContactRealObject/Attribute:contact_name' => 'Contact Name',
  225. 'Class:lnkContactRealObject/Attribute:contact_name+' => 'name of the contact',
  226. 'Class:lnkContactRealObject/Attribute:contact_phone' => 'Phone',
  227. 'Class:lnkContactRealObject/Attribute:contact_phone+' => 'Phone number of the contact',
  228. 'Class:lnkContactRealObject/Attribute:contact_email' => 'eMail',
  229. 'Class:lnkContactRealObject/Attribute:contact_email+' => 'eMail address of the contact',
  230. 'Class:lnkContactRealObject/Attribute:object_id' => 'Object',
  231. 'Class:lnkContactRealObject/Attribute:object_id+' => 'Object linked',
  232. 'Class:lnkContactRealObject/Attribute:object_name' => 'Object Name',
  233. 'Class:lnkContactRealObject/Attribute:object_name+' => 'name of the linked object',
  234. 'Class:lnkContactRealObject/Attribute:role' => 'Role',
  235. 'Class:lnkContactRealObject/Attribute:role+' => 'Role of the contact',
  236. ));
  237. //
  238. // Class: logInfra
  239. //
  240. Dict::Add('EN US', 'English', 'English', array(
  241. 'Class:logInfra' => 'Infra',
  242. 'Class:logInfra+' => 'Infrastructure real object',
  243. 'Class:logInfra/Attribute:status' => 'Status',
  244. 'Class:logInfra/Attribute:status+' => 'Lifecycle status',
  245. 'Class:logInfra/Attribute:status/Value:production' => 'production',
  246. 'Class:logInfra/Attribute:status/Value:production+' => 'production',
  247. 'Class:logInfra/Attribute:status/Value:implementation' => 'implementation',
  248. 'Class:logInfra/Attribute:status/Value:implementation+' => 'implementation',
  249. 'Class:logInfra/Attribute:status/Value:obsolete' => 'obsolete',
  250. 'Class:logInfra/Attribute:status/Value:obsolete+' => 'obsolete',
  251. 'Class:logInfra/Attribute:severity' => 'Business Criticity',
  252. 'Class:logInfra/Attribute:severity+' => 'Severity for this infrastructure',
  253. 'Class:logInfra/Attribute:severity/Value:high' => 'high',
  254. 'Class:logInfra/Attribute:severity/Value:high+' => 'high',
  255. 'Class:logInfra/Attribute:severity/Value:medium' => 'medium',
  256. 'Class:logInfra/Attribute:severity/Value:medium+' => 'medium',
  257. 'Class:logInfra/Attribute:severity/Value:low' => 'low',
  258. 'Class:logInfra/Attribute:severity/Value:low+' => 'low',
  259. ));
  260. //
  261. // Class: lnkContactInfra
  262. //
  263. Dict::Add('EN US', 'English', 'English', array(
  264. 'Class:lnkContactInfra' => 'ContactsInfraLinks',
  265. 'Class:lnkContactInfra+' => 'A link between a contact and an infrastructure',
  266. 'Class:lnkContactInfra/Attribute:contact_id' => 'Contact',
  267. 'Class:lnkContactInfra/Attribute:contact_id+' => 'The contact',
  268. 'Class:lnkContactInfra/Attribute:contact_name' => 'Contact Name',
  269. 'Class:lnkContactInfra/Attribute:contact_name+' => 'name of the contact',
  270. 'Class:lnkContactInfra/Attribute:contact_phone' => 'Phone',
  271. 'Class:lnkContactInfra/Attribute:contact_phone+' => 'Phone number of the contact',
  272. 'Class:lnkContactInfra/Attribute:contact_email' => 'eMail',
  273. 'Class:lnkContactInfra/Attribute:contact_email+' => 'eMail address of the contact',
  274. 'Class:lnkContactInfra/Attribute:infra_id' => 'Infrastructure',
  275. 'Class:lnkContactInfra/Attribute:infra_id+' => 'Infrastructure linked',
  276. 'Class:lnkContactInfra/Attribute:infra_name' => 'Infrastructure',
  277. 'Class:lnkContactInfra/Attribute:infra_name+' => 'name of the linked infrastructure',
  278. 'Class:lnkContactInfra/Attribute:role' => 'Role',
  279. 'Class:lnkContactInfra/Attribute:role+' => 'Role of the contact',
  280. ));
  281. //
  282. // Class: bizLocation
  283. //
  284. Dict::Add('EN US', 'English', 'English', array(
  285. 'Class:bizLocation' => 'Location',
  286. 'Class:bizLocation+' => 'Any type of location: Region, Country, City, Site, Building, Floor, Room, Rack,...',
  287. 'Class:bizLocation/Attribute:address' => 'Address',
  288. 'Class:bizLocation/Attribute:address+' => 'The postal address of the location',
  289. 'Class:bizLocation/Attribute:country' => 'Country',
  290. 'Class:bizLocation/Attribute:country+' => 'Country of the location',
  291. 'Class:bizLocation/Attribute:parent_location_id' => 'Parent Location',
  292. 'Class:bizLocation/Attribute:parent_location_id+' => 'where is the real object physically located',
  293. 'Class:bizLocation/Attribute:parent_location_name' => 'Parent location (Name)',
  294. 'Class:bizLocation/Attribute:parent_location_name+' => 'name of the parent location',
  295. ));
  296. //
  297. // Class: bizCircuit
  298. //
  299. Dict::Add('EN US', 'English', 'English', array(
  300. 'Class:bizCircuit' => 'Circuit',
  301. 'Class:bizCircuit+' => 'Any type of circuit',
  302. 'Class:bizCircuit/Attribute:speed' => 'speed',
  303. 'Class:bizCircuit/Attribute:speed+' => 'speed of the circuit',
  304. 'Class:bizCircuit/Attribute:location1_id' => 'Location 1',
  305. 'Class:bizCircuit/Attribute:location1_id+' => 'Id of the location 1',
  306. 'Class:bizCircuit/Attribute:location1_name' => 'Location 1',
  307. 'Class:bizCircuit/Attribute:location1_name+' => 'Name of the location',
  308. 'Class:bizCircuit/Attribute:location2_id' => 'Location 2',
  309. 'Class:bizCircuit/Attribute:location2_id+' => 'Id of the location 2',
  310. 'Class:bizCircuit/Attribute:location2_name' => 'Location 2',
  311. 'Class:bizCircuit/Attribute:location2_name+' => 'Name of the location',
  312. 'Class:bizCircuit/Attribute:interface1_id' => 'Interface 1',
  313. 'Class:bizCircuit/Attribute:interface1_id+' => 'id of the interface 1',
  314. 'Class:bizCircuit/Attribute:interface1_name' => 'Interface',
  315. 'Class:bizCircuit/Attribute:interface1_name+' => 'Name of the interface 1',
  316. 'Class:bizCircuit/Attribute:device1_name' => 'Device 1',
  317. 'Class:bizCircuit/Attribute:device1_name+' => 'Name of the device 1',
  318. 'Class:bizCircuit/Attribute:interface2_id' => 'Interface 2',
  319. 'Class:bizCircuit/Attribute:interface2_id+' => 'id of the interface 2',
  320. 'Class:bizCircuit/Attribute:interface2_name' => 'Interface',
  321. 'Class:bizCircuit/Attribute:interface2_name+' => 'Name of the interface 2',
  322. 'Class:bizCircuit/Attribute:device2_name' => 'Interface',
  323. 'Class:bizCircuit/Attribute:device2_name+' => 'Name of the device 2',
  324. 'Class:bizCircuit/Attribute:provider_id' => 'Carrier ID',
  325. 'Class:bizCircuit/Attribute:provider_id+' => 'Organization ID of the provider of the Circuit',
  326. 'Class:bizCircuit/Attribute:carrier_name' => 'Carrier',
  327. 'Class:bizCircuit/Attribute:carrier_name+' => 'Name of the carrier',
  328. 'Class:bizCircuit/Attribute:carrier_ref' => 'Carrier reference',
  329. 'Class:bizCircuit/Attribute:carrier_ref+' => 'reference of the circuit used by the carrier',
  330. ));
  331. //
  332. // Class: bizInterface
  333. //
  334. Dict::Add('EN US', 'English', 'English', array(
  335. 'Class:bizInterface' => 'Interface',
  336. 'Class:bizInterface+' => 'Interface',
  337. 'Class:bizInterface/Attribute:device_id' => 'Device',
  338. 'Class:bizInterface/Attribute:device_id+' => 'Device on which the interface is physically located',
  339. 'Class:bizInterface/Attribute:device_name' => 'Device',
  340. 'Class:bizInterface/Attribute:device_name+' => 'name of the device on which the interface is located',
  341. 'Class:bizInterface/Attribute:device_location_id' => 'Device location',
  342. 'Class:bizInterface/Attribute:device_location_id+' => 'location of the device on which the interface is located',
  343. 'Class:bizInterface/Attribute:device_location_name' => 'Device location',
  344. 'Class:bizInterface/Attribute:device_location_name+' => 'name of the location of the device on which the interface is located',
  345. 'Class:bizInterface/Attribute:logical_type' => 'Logical type',
  346. 'Class:bizInterface/Attribute:logical_type+' => 'Logical type of interface',
  347. 'Class:bizInterface/Attribute:logical_type/Value:primary' => 'primary',
  348. 'Class:bizInterface/Attribute:logical_type/Value:primary+' => 'primary',
  349. 'Class:bizInterface/Attribute:logical_type/Value:secondary' => 'secondary',
  350. 'Class:bizInterface/Attribute:logical_type/Value:secondary+' => 'secondary',
  351. 'Class:bizInterface/Attribute:logical_type/Value:backup' => 'backup',
  352. 'Class:bizInterface/Attribute:logical_type/Value:backup+' => 'backup',
  353. 'Class:bizInterface/Attribute:logical_type/Value:port' => 'port',
  354. 'Class:bizInterface/Attribute:logical_type/Value:port+' => 'port',
  355. 'Class:bizInterface/Attribute:logical_type/Value:logical' => 'logical',
  356. 'Class:bizInterface/Attribute:logical_type/Value:logical+' => 'logical',
  357. 'Class:bizInterface/Attribute:physical_type' => 'Physical type',
  358. 'Class:bizInterface/Attribute:physical_type+' => 'Physical type of interface',
  359. 'Class:bizInterface/Attribute:physical_type/Value:ethernet' => 'ethernet',
  360. 'Class:bizInterface/Attribute:physical_type/Value:ethernet+' => 'ethernet',
  361. 'Class:bizInterface/Attribute:physical_type/Value:framerelay' => 'framerelay',
  362. 'Class:bizInterface/Attribute:physical_type/Value:framerelay+' => 'framerelay',
  363. 'Class:bizInterface/Attribute:physical_type/Value:atm' => 'atm',
  364. 'Class:bizInterface/Attribute:physical_type/Value:atm+' => 'atm',
  365. 'Class:bizInterface/Attribute:physical_type/Value:vlan' => 'vlan',
  366. 'Class:bizInterface/Attribute:physical_type/Value:vlan+' => 'vlan',
  367. 'Class:bizInterface/Attribute:ip_address' => 'IP address',
  368. 'Class:bizInterface/Attribute:ip_address+' => 'address IP for this interface',
  369. 'Class:bizInterface/Attribute:mask' => 'Subnet Mask',
  370. 'Class:bizInterface/Attribute:mask+' => 'Subnet mask for this interface',
  371. 'Class:bizInterface/Attribute:mac' => 'MAC address',
  372. 'Class:bizInterface/Attribute:mac+' => 'MAC address for this interface',
  373. 'Class:bizInterface/Attribute:speed' => 'Speed (Kb/s)',
  374. 'Class:bizInterface/Attribute:speed+' => 'speed of this interface',
  375. 'Class:bizInterface/Attribute:duplex' => 'Duplex',
  376. 'Class:bizInterface/Attribute:duplex+' => 'Duplex configured for this interface',
  377. 'Class:bizInterface/Attribute:duplex/Value:half' => 'half',
  378. 'Class:bizInterface/Attribute:duplex/Value:half+' => 'half',
  379. 'Class:bizInterface/Attribute:duplex/Value:full' => 'full',
  380. 'Class:bizInterface/Attribute:duplex/Value:full+' => 'full',
  381. 'Class:bizInterface/Attribute:duplex/Value:unknown' => 'unknown',
  382. 'Class:bizInterface/Attribute:duplex/Value:unknown+' => 'unknown',
  383. 'Class:bizInterface/Attribute:if_connected_id' => 'Connected interface',
  384. 'Class:bizInterface/Attribute:if_connected_id+' => 'interface connected to this one',
  385. 'Class:bizInterface/Attribute:if_connected_name' => 'Connected interface',
  386. 'Class:bizInterface/Attribute:if_connected_name+' => 'name of the interface connected to this one',
  387. 'Class:bizInterface/Attribute:if_connected_device' => 'Connected device',
  388. 'Class:bizInterface/Attribute:if_connected_device+' => 'name of the device connected to this interface',
  389. ));
  390. //
  391. // Class: bizSubnet
  392. //
  393. Dict::Add('EN US', 'English', 'English', array(
  394. 'Class:bizSubnet' => 'Subnet',
  395. 'Class:bizSubnet+' => 'Logical or physical subnet',
  396. 'Class:bizSubnet/Attribute:ip' => 'IP',
  397. 'Class:bizSubnet/Attribute:ip+' => 'IP',
  398. 'Class:bizSubnet/Attribute:mask' => 'IP mask',
  399. 'Class:bizSubnet/Attribute:mask+' => 'IP mask',
  400. ));
  401. //
  402. // Class: bizDevice
  403. //
  404. Dict::Add('EN US', 'English', 'English', array(
  405. 'Class:bizDevice' => 'Device',
  406. 'Class:bizDevice+' => 'Electronic devices',
  407. 'Class:bizDevice/Attribute:location_id' => 'Location',
  408. 'Class:bizDevice/Attribute:location_id+' => 'where is the located object physically located',
  409. 'Class:bizDevice/Attribute:location_name' => 'Location Name',
  410. 'Class:bizDevice/Attribute:location_name+' => 'name of the location',
  411. 'Class:bizDevice/Attribute:country' => 'Country',
  412. 'Class:bizDevice/Attribute:country+' => 'country where the device is located',
  413. 'Class:bizDevice/Attribute:brand' => 'Brand',
  414. 'Class:bizDevice/Attribute:brand+' => 'The manufacturer of the device',
  415. 'Class:bizDevice/Attribute:model' => 'Model',
  416. 'Class:bizDevice/Attribute:model+' => 'The model number of the device',
  417. 'Class:bizDevice/Attribute:serial_number' => 'Serial Number',
  418. 'Class:bizDevice/Attribute:serial_number+' => 'The serial number of the device',
  419. 'Class:bizDevice/Attribute:mgmt_ip' => 'Mgmt IP',
  420. 'Class:bizDevice/Attribute:mgmt_ip+' => 'Management IP',
  421. 'Class:bizDevice/Attribute:mgmt_ip?' => 'Format: nnn.nnn.nnn.nnn',
  422. ));
  423. //
  424. // Class: bizPC
  425. //
  426. Dict::Add('EN US', 'English', 'English', array(
  427. 'Class:bizPC' => 'PC',
  428. 'Class:bizPC+' => 'Personal Computers',
  429. 'Class:bizPC/Attribute:type' => 'Type',
  430. 'Class:bizPC/Attribute:type+' => 'Type of computer',
  431. 'Class:bizPC/Attribute:type/Value:desktop PC' => 'desktop PC',
  432. 'Class:bizPC/Attribute:type/Value:desktop PC+' => 'desktop PC',
  433. 'Class:bizPC/Attribute:type/Value:laptop' => 'laptop',
  434. 'Class:bizPC/Attribute:type/Value:laptop+' => 'laptop',
  435. 'Class:bizPC/Attribute:memory_size' => 'Memory Size',
  436. 'Class:bizPC/Attribute:memory_size+' => 'Size of the memory',
  437. 'Class:bizPC/Attribute:cpu' => 'CPU',
  438. 'Class:bizPC/Attribute:cpu+' => 'CPU type',
  439. 'Class:bizPC/Attribute:hdd_size' => 'HDD Size',
  440. 'Class:bizPC/Attribute:hdd_size+' => 'Size of the hard drive',
  441. 'Class:bizPC/Attribute:os_family' => 'OS Family',
  442. 'Class:bizPC/Attribute:os_family+' => 'Type of operating system',
  443. 'Class:bizPC/Attribute:os_version' => 'OS Version',
  444. 'Class:bizPC/Attribute:os_version+' => 'Detailed version number of the operating system',
  445. 'Class:bizPC/Attribute:shipment_number' => 'Shipment Code',
  446. 'Class:bizPC/Attribute:shipment_number+' => 'Number for tracking shipment',
  447. 'Class:bizPC/Attribute:default_gateway' => 'Default Gateway',
  448. 'Class:bizPC/Attribute:default_gateway+' => 'Default Gateway for this device',
  449. ));
  450. //
  451. // Class: bizServer
  452. //
  453. Dict::Add('EN US', 'English', 'English', array(
  454. 'Class:bizServer' => 'Server',
  455. 'Class:bizServer+' => 'Computer Servers',
  456. 'Class:bizServer/Attribute:memory_size' => 'Memory Size',
  457. 'Class:bizServer/Attribute:memory_size+' => 'Size of the memory',
  458. 'Class:bizServer/Attribute:cpu' => 'CPU type',
  459. 'Class:bizServer/Attribute:cpu+' => 'CPU type',
  460. 'Class:bizServer/Attribute:number_of_cpus' => 'Number of CPUs',
  461. 'Class:bizServer/Attribute:number_of_cpus+' => 'Number of CPUs',
  462. 'Class:bizServer/Attribute:hdd_size' => 'HDD Size',
  463. 'Class:bizServer/Attribute:hdd_size+' => 'Size of the hard drive',
  464. 'Class:bizServer/Attribute:hdd_free_size' => 'Free HDD Size',
  465. 'Class:bizServer/Attribute:hdd_free_size+' => 'Size of the free space on the hard drive(s)',
  466. 'Class:bizServer/Attribute:os_family' => 'OS Family',
  467. 'Class:bizServer/Attribute:os_family+' => 'Type of operating system',
  468. 'Class:bizServer/Attribute:os_version' => 'OS Version',
  469. 'Class:bizServer/Attribute:os_version+' => 'Detailed version number of the operating system',
  470. 'Class:bizServer/Attribute:shipment_number' => 'Shipment number',
  471. 'Class:bizServer/Attribute:shipment_number+' => 'Number for tracking shipment',
  472. 'Class:bizServer/Attribute:default_gateway' => 'Default Gateway',
  473. 'Class:bizServer/Attribute:default_gateway+' => 'Default Gateway for this device',
  474. ));
  475. //
  476. // Class: bizNetworkDevice
  477. //
  478. Dict::Add('EN US', 'English', 'English', array(
  479. 'Class:bizNetworkDevice' => 'Network Device',
  480. 'Class:bizNetworkDevice+' => 'A network device',
  481. 'Class:bizNetworkDevice/Attribute:type' => 'Type',
  482. 'Class:bizNetworkDevice/Attribute:type+' => 'Type of device',
  483. 'Class:bizNetworkDevice/Attribute:type/Value:switch' => 'switch',
  484. 'Class:bizNetworkDevice/Attribute:type/Value:switch+' => 'switch',
  485. 'Class:bizNetworkDevice/Attribute:type/Value:router' => 'router',
  486. 'Class:bizNetworkDevice/Attribute:type/Value:router+' => 'router',
  487. 'Class:bizNetworkDevice/Attribute:type/Value:firewall' => 'firewall',
  488. 'Class:bizNetworkDevice/Attribute:type/Value:firewall+' => 'firewall',
  489. 'Class:bizNetworkDevice/Attribute:type/Value:load balancer' => 'load balancer',
  490. 'Class:bizNetworkDevice/Attribute:type/Value:load balancer+' => 'load balancer',
  491. 'Class:bizNetworkDevice/Attribute:type/Value:hub' => 'hub',
  492. 'Class:bizNetworkDevice/Attribute:type/Value:hub+' => 'hub',
  493. 'Class:bizNetworkDevice/Attribute:type/Value:WAN accelerator' => 'WAN accelerator',
  494. 'Class:bizNetworkDevice/Attribute:type/Value:WAN accelerator+' => 'WAN accelerator',
  495. 'Class:bizNetworkDevice/Attribute:default_gateway' => 'Default Gateway',
  496. 'Class:bizNetworkDevice/Attribute:default_gateway+' => 'Default Gateway for this device',
  497. 'Class:bizNetworkDevice/Attribute:ios_version' => 'IOS version',
  498. 'Class:bizNetworkDevice/Attribute:ios_version+' => 'IOS (software) version',
  499. 'Class:bizNetworkDevice/Attribute:memory' => 'Memory',
  500. 'Class:bizNetworkDevice/Attribute:memory+' => 'Memory description',
  501. 'Class:bizNetworkDevice/Attribute:snmp_read' => 'SNMP Community (Read)',
  502. 'Class:bizNetworkDevice/Attribute:snmp_read+' => 'SNMP Read Community String',
  503. 'Class:bizNetworkDevice/Attribute:snmp_write' => 'SNMP Community (Write)',
  504. 'Class:bizNetworkDevice/Attribute:snmp_write+' => 'SNMP Write Community String',
  505. ));
  506. //
  507. // Class: bizInfraGroup
  508. //
  509. Dict::Add('EN US', 'English', 'English', array(
  510. 'Class:bizInfraGroup' => 'Infra Group',
  511. 'Class:bizInfraGroup+' => 'A group of infrastructure elements',
  512. 'Class:bizInfraGroup/Attribute:type' => 'Type',
  513. 'Class:bizInfraGroup/Attribute:type+' => 'Type of groupe',
  514. 'Class:bizInfraGroup/Attribute:type/Value:Monitoring' => 'Monitoring',
  515. 'Class:bizInfraGroup/Attribute:type/Value:Monitoring+' => 'Monitoring',
  516. 'Class:bizInfraGroup/Attribute:type/Value:Reporting' => 'Reporting',
  517. 'Class:bizInfraGroup/Attribute:type/Value:Reporting+' => 'Reporting',
  518. 'Class:bizInfraGroup/Attribute:type/Value:list' => 'list',
  519. 'Class:bizInfraGroup/Attribute:type/Value:list+' => 'list',
  520. 'Class:bizInfraGroup/Attribute:description' => 'Description',
  521. 'Class:bizInfraGroup/Attribute:description+' => 'usage of the Group',
  522. 'Class:bizInfraGroup/Attribute:parent_group_id' => 'Parent Group',
  523. 'Class:bizInfraGroup/Attribute:parent_group_id+' => 'including group',
  524. 'Class:bizInfraGroup/Attribute:parent_group_name' => 'Parent Group (Name)',
  525. 'Class:bizInfraGroup/Attribute:parent_group_name+' => 'name of the parent group',
  526. ));
  527. //
  528. // Class: bizApplication
  529. //
  530. Dict::Add('EN US', 'English', 'English', array(
  531. 'Class:bizApplication' => 'Application',
  532. 'Class:bizApplication+' => 'General application',
  533. 'Class:bizApplication/Attribute:device_id' => 'Hosting device',
  534. 'Class:bizApplication/Attribute:device_id+' => 'The device where application is installed',
  535. 'Class:bizApplication/Attribute:device_name' => 'Hosting device',
  536. 'Class:bizApplication/Attribute:device_name+' => 'Name of the device where application is installed',
  537. 'Class:bizApplication/Attribute:install_date' => 'Installation Date',
  538. 'Class:bizApplication/Attribute:install_date+' => 'Date when application was installed',
  539. 'Class:bizApplication/Attribute:version' => 'Version',
  540. 'Class:bizApplication/Attribute:version+' => 'Application version',
  541. 'Class:bizApplication/Attribute:function' => 'Function',
  542. 'Class:bizApplication/Attribute:function+' => 'Function provided by this application',
  543. ));
  544. //
  545. // Class: lnkInfraGrouping
  546. //
  547. Dict::Add('EN US', 'English', 'English', array(
  548. 'Class:lnkInfraGrouping' => 'Infra Grouping',
  549. 'Class:lnkInfraGrouping+' => 'Infra part of an Infra Group',
  550. 'Class:lnkInfraGrouping/Attribute:infra_id' => 'Infrastructure',
  551. 'Class:lnkInfraGrouping/Attribute:infra_id+' => 'Infrastructure part of the group',
  552. 'Class:lnkInfraGrouping/Attribute:infra_name' => 'Infrastructure Name',
  553. 'Class:lnkInfraGrouping/Attribute:infra_name+' => 'Name of the impacted infrastructure',
  554. 'Class:lnkInfraGrouping/Attribute:infra_status' => 'Status',
  555. 'Class:lnkInfraGrouping/Attribute:infra_status+' => 'Status of the impacted infrastructure',
  556. 'Class:lnkInfraGrouping/Attribute:infra_group_id' => 'Group',
  557. 'Class:lnkInfraGrouping/Attribute:infra_group_id+' => 'Name of the group',
  558. 'Class:lnkInfraGrouping/Attribute:group_name' => 'Group Name',
  559. 'Class:lnkInfraGrouping/Attribute:group_name+' => 'Name of the group containing infrastructure',
  560. 'Class:lnkInfraGrouping/Attribute:impact' => 'Relation',
  561. 'Class:lnkInfraGrouping/Attribute:impact+' => 'Relation between this group and infra',
  562. ));
  563. //
  564. // Class: lnkClientServer
  565. //
  566. Dict::Add('EN US', 'English', 'English', array(
  567. 'Class:lnkClientServer' => 'ClientServerLinks',
  568. 'Class:lnkClientServer+' => 'Link between client server application',
  569. 'Class:lnkClientServer/Attribute:status' => 'Status',
  570. 'Class:lnkClientServer/Attribute:status+' => 'Lifecycle status',
  571. 'Class:lnkClientServer/Attribute:status/Value:production' => 'production',
  572. 'Class:lnkClientServer/Attribute:status/Value:production+' => 'production',
  573. 'Class:lnkClientServer/Attribute:status/Value:implementation' => 'implementation',
  574. 'Class:lnkClientServer/Attribute:status/Value:implementation+' => 'implementation',
  575. 'Class:lnkClientServer/Attribute:status/Value:obsolete' => 'obsolete',
  576. 'Class:lnkClientServer/Attribute:status/Value:obsolete+' => 'obsolete',
  577. 'Class:lnkClientServer/Attribute:client_id' => 'Client',
  578. 'Class:lnkClientServer/Attribute:client_id+' => 'The client part of the link',
  579. 'Class:lnkClientServer/Attribute:client_name' => 'Client',
  580. 'Class:lnkClientServer/Attribute:client_name+' => 'Name of the client',
  581. 'Class:lnkClientServer/Attribute:server_id' => 'Server',
  582. 'Class:lnkClientServer/Attribute:server_id+' => 'the server part of the link',
  583. 'Class:lnkClientServer/Attribute:server_name' => 'Server',
  584. 'Class:lnkClientServer/Attribute:server_name+' => 'Name of the server',
  585. 'Class:lnkClientServer/Attribute:relation' => 'Relation',
  586. 'Class:lnkClientServer/Attribute:relation+' => 'Type of relation between both application',
  587. ));
  588. //
  589. // Class: bizPatch
  590. //
  591. Dict::Add('EN US', 'English', 'English', array(
  592. 'Class:bizPatch' => 'Patch',
  593. 'Class:bizPatch+' => 'Patch installed on infrastucture',
  594. 'Class:bizPatch/Attribute:status' => 'Status',
  595. 'Class:bizPatch/Attribute:status+' => 'Lifecycle status',
  596. 'Class:bizPatch/Attribute:status/Value:production' => 'production',
  597. 'Class:bizPatch/Attribute:status/Value:production+' => 'production',
  598. 'Class:bizPatch/Attribute:status/Value:obsolete' => 'obsolete',
  599. 'Class:bizPatch/Attribute:status/Value:obsolete+' => 'obsolete',
  600. 'Class:bizPatch/Attribute:device_id' => 'Device',
  601. 'Class:bizPatch/Attribute:device_id+' => 'The Device where patch is installed',
  602. 'Class:bizPatch/Attribute:device_name' => 'Device Name',
  603. 'Class:bizPatch/Attribute:device_name+' => 'Name of the impacted device',
  604. 'Class:bizPatch/Attribute:install_date' => 'Installation Date',
  605. 'Class:bizPatch/Attribute:install_date+' => 'Date when application was installed',
  606. 'Class:bizPatch/Attribute:description' => 'Description',
  607. 'Class:bizPatch/Attribute:description+' => 'description du patch',
  608. 'Class:bizPatch/Attribute:patch_type' => 'Type',
  609. 'Class:bizPatch/Attribute:patch_type+' => 'type de patch',
  610. ));
  611. //
  612. // Class: bizIncidentTicket
  613. //
  614. Dict::Add('EN US', 'English', 'English', array(
  615. 'Class:bizIncidentTicket' => 'Incident',
  616. 'Class:bizIncidentTicket+' => 'Incident ticket',
  617. 'Class:bizIncidentTicket/Attribute:name' => 'Ticket Ref',
  618. 'Class:bizIncidentTicket/Attribute:name+' => 'Refence number ofr this incident',
  619. 'Class:bizIncidentTicket/Attribute:title' => 'Title',
  620. 'Class:bizIncidentTicket/Attribute:title+' => 'Overview of the Incident',
  621. 'Class:bizIncidentTicket/Attribute:type' => 'Type',
  622. 'Class:bizIncidentTicket/Attribute:type+' => 'Type of the Incident',
  623. 'Class:bizIncidentTicket/Attribute:type/Value:Network' => 'Network',
  624. 'Class:bizIncidentTicket/Attribute:type/Value:Network+' => 'Network',
  625. 'Class:bizIncidentTicket/Attribute:type/Value:Server' => 'Server',
  626. 'Class:bizIncidentTicket/Attribute:type/Value:Server+' => 'Server',
  627. 'Class:bizIncidentTicket/Attribute:type/Value:Desktop' => 'Desktop',
  628. 'Class:bizIncidentTicket/Attribute:type/Value:Desktop+' => 'Desktop',
  629. 'Class:bizIncidentTicket/Attribute:type/Value:Application' => 'Application',
  630. 'Class:bizIncidentTicket/Attribute:type/Value:Application+' => 'Application',
  631. 'Class:bizIncidentTicket/Attribute:org_id' => 'Customer',
  632. 'Class:bizIncidentTicket/Attribute:org_id+' => 'who is impacted by the ticket',
  633. 'Class:bizIncidentTicket/Attribute:customer_name' => 'Customer',
  634. 'Class:bizIncidentTicket/Attribute:customer_name+' => 'Name of the customer impacted by this ticket',
  635. 'Class:bizIncidentTicket/Attribute:ticket_status' => 'Status',
  636. 'Class:bizIncidentTicket/Attribute:ticket_status+' => 'Status of the ticket',
  637. 'Class:bizIncidentTicket/Attribute:ticket_status/Value:New' => 'New (Unassigned)',
  638. 'Class:bizIncidentTicket/Attribute:ticket_status/Value:New+' => 'Newly created ticket',
  639. 'Class:bizIncidentTicket/Attribute:ticket_status/Value:Assigned' => 'Assigned',
  640. 'Class:bizIncidentTicket/Attribute:ticket_status/Value:Assigned+' => 'Ticket is assigned to somebody',
  641. 'Class:bizIncidentTicket/Attribute:ticket_status/Value:WorkInProgress' => 'Work In Progress',
  642. 'Class:bizIncidentTicket/Attribute:ticket_status/Value:WorkInProgress+' => 'Work is in progress',
  643. 'Class:bizIncidentTicket/Attribute:ticket_status/Value:Resolved' => 'Resolved',
  644. 'Class:bizIncidentTicket/Attribute:ticket_status/Value:Resolved+' => 'Ticket is resolved',
  645. 'Class:bizIncidentTicket/Attribute:ticket_status/Value:Closed' => 'Closed',
  646. 'Class:bizIncidentTicket/Attribute:ticket_status/Value:Closed+' => 'Ticket is closed',
  647. 'Class:bizIncidentTicket/Attribute:initial_situation' => 'Initial Situation',
  648. 'Class:bizIncidentTicket/Attribute:initial_situation+' => 'Initial situation of the Incident',
  649. 'Class:bizIncidentTicket/Attribute:current_situation' => 'Current Situation',
  650. 'Class:bizIncidentTicket/Attribute:current_situation+' => 'Current situation of the Incident',
  651. 'Class:bizIncidentTicket/Attribute:start_date' => 'Starting date',
  652. 'Class:bizIncidentTicket/Attribute:start_date+' => 'Incident starting date',
  653. 'Class:bizIncidentTicket/Attribute:last_update' => 'Last update',
  654. 'Class:bizIncidentTicket/Attribute:last_update+' => 'last time the Ticket was modified',
  655. 'Class:bizIncidentTicket/Attribute:next_update' => 'Next update',
  656. 'Class:bizIncidentTicket/Attribute:next_update+' => 'next time the Ticket is expected to be modified',
  657. 'Class:bizIncidentTicket/Attribute:end_date' => 'Closure Date',
  658. 'Class:bizIncidentTicket/Attribute:end_date+' => 'Date when the Ticket was closed',
  659. 'Class:bizIncidentTicket/Attribute:caller_id' => 'Caller',
  660. 'Class:bizIncidentTicket/Attribute:caller_id+' => 'person that trigger incident',
  661. 'Class:bizIncidentTicket/Attribute:caller_mail' => 'Caller',
  662. 'Class:bizIncidentTicket/Attribute:caller_mail+' => 'Person that trigger this incident',
  663. 'Class:bizIncidentTicket/Attribute:impact' => 'Impact',
  664. 'Class:bizIncidentTicket/Attribute:impact+' => 'Impact of the Incident',
  665. 'Class:bizIncidentTicket/Attribute:workgroup_id' => 'Workgroup',
  666. 'Class:bizIncidentTicket/Attribute:workgroup_id+' => 'which workgroup is owning ticket',
  667. 'Class:bizIncidentTicket/Attribute:workgroup_name' => 'Workgroup',
  668. 'Class:bizIncidentTicket/Attribute:workgroup_name+' => 'name of workgroup managing the Ticket',
  669. 'Class:bizIncidentTicket/Attribute:agent_id' => 'Agent',
  670. 'Class:bizIncidentTicket/Attribute:agent_id+' => 'who is managing the ticket',
  671. 'Class:bizIncidentTicket/Attribute:agent_mail' => 'Agent',
  672. 'Class:bizIncidentTicket/Attribute:agent_mail+' => 'mail of agent managing the Ticket',
  673. 'Class:bizIncidentTicket/Attribute:action_log' => 'Action Logs',
  674. 'Class:bizIncidentTicket/Attribute:action_log+' => 'List all action performed during the incident',
  675. 'Class:bizIncidentTicket/Attribute:severity' => 'Severity',
  676. 'Class:bizIncidentTicket/Attribute:severity+' => 'Field defining the criticity if the incident',
  677. 'Class:bizIncidentTicket/Attribute:severity/Value:critical' => 'critical',
  678. 'Class:bizIncidentTicket/Attribute:severity/Value:critical+' => 'critical',
  679. 'Class:bizIncidentTicket/Attribute:severity/Value:medium' => 'medium',
  680. 'Class:bizIncidentTicket/Attribute:severity/Value:medium+' => 'medium',
  681. 'Class:bizIncidentTicket/Attribute:severity/Value:low' => 'low',
  682. 'Class:bizIncidentTicket/Attribute:severity/Value:low+' => 'low',
  683. 'Class:bizIncidentTicket/Attribute:assignment_count' => 'Assignment Count',
  684. 'Class:bizIncidentTicket/Attribute:assignment_count+' => 'Number of times this ticket was assigned or reassigned',
  685. 'Class:bizIncidentTicket/Attribute:resolution' => 'Resolution',
  686. 'Class:bizIncidentTicket/Attribute:resolution+' => 'Description of the resolution',
  687. 'Class:bizIncidentTicket/Attribute:impacted_infra_manual' => 'Impacted Infrastructure',
  688. 'Class:bizIncidentTicket/Attribute:impacted_infra_manual+' => 'CIs that are not meeting the SLA',
  689. 'Class:bizIncidentTicket/Attribute:related_tickets' => 'Related Tickets',
  690. 'Class:bizIncidentTicket/Attribute:related_tickets+' => 'Other incident tickets related to this one',
  691. 'Class:bizIncidentTicket/Attribute:contacts_a_notifier' => 'contacts auto',
  692. 'Class:bizIncidentTicket/Attribute:contacts_a_notifier+' => 'blah',
  693. 'Class:bizIncidentTicket/Stimulus:ev_assign' => 'Assign this ticket',
  694. 'Class:bizIncidentTicket/Stimulus:ev_assign+' => 'Assign this ticket to a group and an agent',
  695. 'Class:bizIncidentTicket/Stimulus:ev_reassign' => 'Reassign this ticket',
  696. 'Class:bizIncidentTicket/Stimulus:ev_reassign+' => 'Reassign this ticket to a different group and agent',
  697. 'Class:bizIncidentTicket/Stimulus:ev_start_working' => 'Work on this ticket',
  698. 'Class:bizIncidentTicket/Stimulus:ev_start_working+' => 'Start working on this ticket',
  699. 'Class:bizIncidentTicket/Stimulus:ev_resolve' => 'Resolve this ticket',
  700. 'Class:bizIncidentTicket/Stimulus:ev_resolve+' => 'Resolve this ticket',
  701. 'Class:bizIncidentTicket/Stimulus:ev_close' => 'Close this ticket',
  702. 'Class:bizIncidentTicket/Stimulus:ev_close+' => 'Close this ticket',
  703. ));
  704. //
  705. // Class: lnkRelatedTicket
  706. //
  707. Dict::Add('EN US', 'English', 'English', array(
  708. 'Class:lnkRelatedTicket' => 'Related Ticket',
  709. 'Class:lnkRelatedTicket+' => 'Ticket related to a ticket',
  710. 'Class:lnkRelatedTicket/Attribute:rel_ticket_id' => 'Related Ticket',
  711. 'Class:lnkRelatedTicket/Attribute:rel_ticket_id+' => 'The related ticket',
  712. 'Class:lnkRelatedTicket/Attribute:rel_ticket_name' => 'Related ticket',
  713. 'Class:lnkRelatedTicket/Attribute:rel_ticket_name+' => 'Name of the related ticket',
  714. 'Class:lnkRelatedTicket/Attribute:ticket_id' => 'Ticket',
  715. 'Class:lnkRelatedTicket/Attribute:ticket_id+' => 'Ticket number',
  716. 'Class:lnkRelatedTicket/Attribute:ticket_name' => 'Ticket Name',
  717. 'Class:lnkRelatedTicket/Attribute:ticket_name+' => 'Name of the ticket',
  718. 'Class:lnkRelatedTicket/Attribute:impact' => 'Impact',
  719. 'Class:lnkRelatedTicket/Attribute:impact+' => 'Impact on the related ticket',
  720. ));
  721. //
  722. // Class: lnkInfraTicket
  723. //
  724. Dict::Add('EN US', 'English', 'English', array(
  725. 'Class:lnkInfraTicket' => 'Infra Ticket',
  726. 'Class:lnkInfraTicket+' => 'Infra impacted by a ticket',
  727. 'Class:lnkInfraTicket/Attribute:infra_id' => 'Infrastructure',
  728. 'Class:lnkInfraTicket/Attribute:infra_id+' => 'The infrastructure impacted',
  729. 'Class:lnkInfraTicket/Attribute:infra_name' => 'Infrastructure Name',
  730. 'Class:lnkInfraTicket/Attribute:infra_name+' => 'Name of the impacted infrastructure',
  731. 'Class:lnkInfraTicket/Attribute:ticket_id' => 'Ticket #',
  732. 'Class:lnkInfraTicket/Attribute:ticket_id+' => 'Ticket number',
  733. 'Class:lnkInfraTicket/Attribute:ticket_name' => 'Ticket Name',
  734. 'Class:lnkInfraTicket/Attribute:ticket_name+' => 'Name of the ticket',
  735. 'Class:lnkInfraTicket/Attribute:impact' => 'Impact',
  736. 'Class:lnkInfraTicket/Attribute:impact+' => 'Level of impact of the infra by the related ticket',
  737. ));
  738. //
  739. // Class: lnkContactTicket
  740. //
  741. Dict::Add('EN US', 'English', 'English', array(
  742. 'Class:lnkContactTicket' => 'Contact Ticket',
  743. 'Class:lnkContactTicket+' => 'Contacts to be notify for a ticket',
  744. 'Class:lnkContactTicket/Attribute:contact_id' => 'Contact',
  745. 'Class:lnkContactTicket/Attribute:contact_id+' => 'Contact to Notify',
  746. 'Class:lnkContactTicket/Attribute:contact_email' => 'Contact email',
  747. 'Class:lnkContactTicket/Attribute:contact_email+' => 'Mail for the contact',
  748. 'Class:lnkContactTicket/Attribute:ticket_id' => 'Ticket #',
  749. 'Class:lnkContactTicket/Attribute:ticket_id+' => 'Ticket number',
  750. 'Class:lnkContactTicket/Attribute:ticket_name' => 'Ticket Name',
  751. 'Class:lnkContactTicket/Attribute:ticket_name+' => 'Name of the ticket',
  752. 'Class:lnkContactTicket/Attribute:role' => 'Role',
  753. 'Class:lnkContactTicket/Attribute:role+' => 'Role of the contact',
  754. ));
  755. //
  756. // Class: bizWorkgroup
  757. //
  758. Dict::Add('EN US', 'English', 'English', array(
  759. 'Class:bizWorkgroup' => 'Workgroup',
  760. 'Class:bizWorkgroup+' => 'Call tracking workgroup',
  761. 'Class:bizWorkgroup/Attribute:status' => 'Status',
  762. 'Class:bizWorkgroup/Attribute:status+' => 'Lifecycle status',
  763. 'Class:bizWorkgroup/Attribute:status/Value:production' => 'production',
  764. 'Class:bizWorkgroup/Attribute:status/Value:production+' => 'production',
  765. 'Class:bizWorkgroup/Attribute:status/Value:implementation' => 'implementation',
  766. 'Class:bizWorkgroup/Attribute:status/Value:implementation+' => 'implementation',
  767. 'Class:bizWorkgroup/Attribute:status/Value:obsolete' => 'obsolete',
  768. 'Class:bizWorkgroup/Attribute:status/Value:obsolete+' => 'obsolete',
  769. 'Class:bizWorkgroup/Attribute:org_name' => 'Organization',
  770. 'Class:bizWorkgroup/Attribute:org_name+' => 'Company / Department owning this object',
  771. 'Class:bizWorkgroup/Attribute:team_id' => 'Team',
  772. 'Class:bizWorkgroup/Attribute:team_id+' => 'Team owning the workgroup',
  773. 'Class:bizWorkgroup/Attribute:team_name' => 'Team Name',
  774. 'Class:bizWorkgroup/Attribute:team_name+' => 'name of the team',
  775. 'Class:bizWorkgroup/Attribute:role' => 'Role',
  776. 'Class:bizWorkgroup/Attribute:role+' => 'Role of this work group',
  777. ));
  778. //
  779. // Class: bizService
  780. //
  781. Dict::Add('EN US', 'English', 'English', array(
  782. 'Class:bizService' => 'Service',
  783. 'Class:bizService+' => 'Service provided by an organization',
  784. 'Class:bizService/Attribute:name' => 'Name',
  785. 'Class:bizService/Attribute:name+' => 'Name of the service',
  786. 'Class:bizService/Attribute:org_id' => 'Provider',
  787. 'Class:bizService/Attribute:org_id+' => 'Provider for this service',
  788. 'Class:bizService/Attribute:provider_name' => 'Provider',
  789. 'Class:bizService/Attribute:provider_name+' => 'name of the Provider',
  790. 'Class:bizService/Attribute:service_category' => 'Service Category',
  791. 'Class:bizService/Attribute:service_category+' => 'Category for this contract',
  792. 'Class:bizService/Attribute:service_category/Value:Server' => 'Server',
  793. 'Class:bizService/Attribute:service_category/Value:Server+' => 'Server',
  794. 'Class:bizService/Attribute:service_category/Value:Network' => 'Network',
  795. 'Class:bizService/Attribute:service_category/Value:Network+' => 'Network',
  796. 'Class:bizService/Attribute:service_category/Value:End-User' => 'End-User',
  797. 'Class:bizService/Attribute:service_category/Value:End-User+' => 'End-User',
  798. 'Class:bizService/Attribute:service_category/Value:Desktop' => 'Desktop',
  799. 'Class:bizService/Attribute:service_category/Value:Desktop+' => 'Desktop',
  800. 'Class:bizService/Attribute:service_category/Value:Application' => 'Application',
  801. 'Class:bizService/Attribute:service_category/Value:Application+' => 'Application',
  802. 'Class:bizService/Attribute:description' => 'Description',
  803. 'Class:bizService/Attribute:description+' => 'Description of this service',
  804. 'Class:bizService/Attribute:status' => 'Status',
  805. 'Class:bizService/Attribute:status+' => 'Status of the service',
  806. 'Class:bizService/Attribute:status/Value:New' => 'New',
  807. 'Class:bizService/Attribute:status/Value:New+' => 'New',
  808. 'Class:bizService/Attribute:status/Value:Implementation' => 'Implementation',
  809. 'Class:bizService/Attribute:status/Value:Implementation+' => 'Implementation',
  810. 'Class:bizService/Attribute:status/Value:Production' => 'Production',
  811. 'Class:bizService/Attribute:status/Value:Production+' => 'Production',
  812. 'Class:bizService/Attribute:status/Value:Obsolete' => 'Obsolete',
  813. 'Class:bizService/Attribute:status/Value:Obsolete+' => 'Obsolete',
  814. 'Class:bizService/Attribute:type' => 'Type',
  815. 'Class:bizService/Attribute:type+' => 'Type of the service',
  816. 'Class:bizService/Attribute:type/Value:Hardware' => 'Hardware',
  817. 'Class:bizService/Attribute:type/Value:Hardware+' => 'Hardware',
  818. 'Class:bizService/Attribute:type/Value:Software' => 'Software',
  819. 'Class:bizService/Attribute:type/Value:Software+' => 'Software',
  820. 'Class:bizService/Attribute:type/Value:Support' => 'Support',
  821. 'Class:bizService/Attribute:type/Value:Support+' => 'Support',
  822. ));
  823. //
  824. // Class: bizContract
  825. //
  826. Dict::Add('EN US', 'English', 'English', array(
  827. 'Class:bizContract' => 'Contract',
  828. 'Class:bizContract+' => 'Contract signed by an organization',
  829. 'Class:bizContract/Attribute:name' => 'Name',
  830. 'Class:bizContract/Attribute:name+' => 'Name of the contract',
  831. 'Class:bizContract/Attribute:org_id' => 'Customer',
  832. 'Class:bizContract/Attribute:org_id+' => 'Customer for this contract',
  833. 'Class:bizContract/Attribute:customer_name' => 'Customer',
  834. 'Class:bizContract/Attribute:customer_name+' => 'name of the Customer',
  835. 'Class:bizContract/Attribute:service_id' => 'Service',
  836. 'Class:bizContract/Attribute:service_id+' => 'Provider for this contract',
  837. 'Class:bizContract/Attribute:provider_name' => 'Provider',
  838. 'Class:bizContract/Attribute:provider_name+' => 'name of the service provider',
  839. 'Class:bizContract/Attribute:service_name' => 'Service',
  840. 'Class:bizContract/Attribute:service_name+' => 'name of the service',
  841. 'Class:bizContract/Attribute:team_id' => 'Team',
  842. 'Class:bizContract/Attribute:team_id+' => 'Team managing this contract',
  843. 'Class:bizContract/Attribute:team_name' => 'Team',
  844. 'Class:bizContract/Attribute:team_name+' => 'name of the team managing this contract',
  845. 'Class:bizContract/Attribute:service_level' => 'Service Level',
  846. 'Class:bizContract/Attribute:service_level+' => 'Level of service for this contract',
  847. 'Class:bizContract/Attribute:service_level/Value:Gold' => 'Gold',
  848. 'Class:bizContract/Attribute:service_level/Value:Gold+' => 'Gold',
  849. 'Class:bizContract/Attribute:service_level/Value:Silver' => 'Silver',
  850. 'Class:bizContract/Attribute:service_level/Value:Silver+' => 'Silver',
  851. 'Class:bizContract/Attribute:service_level/Value:Bronze' => 'Bronze',
  852. 'Class:bizContract/Attribute:service_level/Value:Bronze+' => 'Bronze',
  853. 'Class:bizContract/Attribute:cost_unit' => 'Cost Unit',
  854. 'Class:bizContract/Attribute:cost_unit+' => 'Cost unit to compute global cost for this contract',
  855. 'Class:bizContract/Attribute:cost_unit/Value:Devices' => 'Devices',
  856. 'Class:bizContract/Attribute:cost_unit/Value:Devices+' => 'Devices',
  857. 'Class:bizContract/Attribute:cost_unit/Value:Persons' => 'Persons',
  858. 'Class:bizContract/Attribute:cost_unit/Value:Persons+' => 'Persons',
  859. 'Class:bizContract/Attribute:cost_unit/Value:Applications' => 'Applications',
  860. 'Class:bizContract/Attribute:cost_unit/Value:Applications+' => 'Applications',
  861. 'Class:bizContract/Attribute:cost_unit/Value:Global' => 'Global',
  862. 'Class:bizContract/Attribute:cost_unit/Value:Global+' => 'Global',
  863. 'Class:bizContract/Attribute:cost_freq' => 'Billing frequency',
  864. 'Class:bizContract/Attribute:cost_freq+' => 'Frequency of cost for this contract',
  865. 'Class:bizContract/Attribute:cost_freq/Value:Monthly' => 'Monthly',
  866. 'Class:bizContract/Attribute:cost_freq/Value:Monthly+' => 'Monthly',
  867. 'Class:bizContract/Attribute:cost_freq/Value:Yearly' => 'Yearly',
  868. 'Class:bizContract/Attribute:cost_freq/Value:Yearly+' => 'Yearly',
  869. 'Class:bizContract/Attribute:cost_freq/Value:Once' => 'Once',
  870. 'Class:bizContract/Attribute:cost_freq/Value:Once+' => 'Once',
  871. 'Class:bizContract/Attribute:cost' => 'Cost',
  872. 'Class:bizContract/Attribute:cost+' => 'Cost of this contract',
  873. 'Class:bizContract/Attribute:currency' => 'Currency',
  874. 'Class:bizContract/Attribute:currency+' => 'Currency of cost for this contract',
  875. 'Class:bizContract/Attribute:currency/Value:Euros' => 'Euros',
  876. 'Class:bizContract/Attribute:currency/Value:Euros+' => 'Euros',
  877. 'Class:bizContract/Attribute:currency/Value:Dollars' => 'Dollars',
  878. 'Class:bizContract/Attribute:currency/Value:Dollars+' => 'Dollars',
  879. 'Class:bizContract/Attribute:description' => 'Description',
  880. 'Class:bizContract/Attribute:description+' => 'Description of this contract',
  881. 'Class:bizContract/Attribute:move2prod_date' => 'Date of Move To Production',
  882. 'Class:bizContract/Attribute:move2prod_date+' => 'Date when the contract is on production',
  883. 'Class:bizContract/Attribute:end_prod' => 'Date of End Of Production',
  884. 'Class:bizContract/Attribute:end_prod+' => 'Date when the contract is stopped',
  885. 'Class:bizContract/Attribute:status' => 'Status',
  886. 'Class:bizContract/Attribute:status+' => 'Status of the contract',
  887. 'Class:bizContract/Attribute:status/Value:New' => 'New',
  888. 'Class:bizContract/Attribute:status/Value:New+' => 'New',
  889. 'Class:bizContract/Attribute:status/Value:Negotiating' => 'Negotiating',
  890. 'Class:bizContract/Attribute:status/Value:Negotiating+' => 'Negotiating',
  891. 'Class:bizContract/Attribute:status/Value:Signed' => 'Signed',
  892. 'Class:bizContract/Attribute:status/Value:Signed+' => 'Signed',
  893. 'Class:bizContract/Attribute:status/Value:Production' => 'Production',
  894. 'Class:bizContract/Attribute:status/Value:Production+' => 'Production',
  895. 'Class:bizContract/Attribute:status/Value:Finished' => 'Finished',
  896. 'Class:bizContract/Attribute:status/Value:Finished+' => 'Finished',
  897. 'Class:bizContract/Attribute:type' => 'Type',
  898. 'Class:bizContract/Attribute:type+' => 'Type of the contract',
  899. 'Class:bizContract/Attribute:type/Value:Hardware' => 'Hardware',
  900. 'Class:bizContract/Attribute:type/Value:Hardware+' => 'Hardware',
  901. 'Class:bizContract/Attribute:type/Value:Software' => 'Software',
  902. 'Class:bizContract/Attribute:type/Value:Software+' => 'Software',
  903. 'Class:bizContract/Attribute:type/Value:Support' => 'Support',
  904. 'Class:bizContract/Attribute:type/Value:Support+' => 'Support',
  905. 'Class:bizContract/Attribute:type/Value:Licence' => 'Licence',
  906. 'Class:bizContract/Attribute:type/Value:Licence+' => 'Licence',
  907. 'Class:bizContract/Attribute:version_number' => 'Version',
  908. 'Class:bizContract/Attribute:version_number+' => 'Revision number for this contract',
  909. ));
  910. //
  911. // Class: lnkInfraContract
  912. //
  913. Dict::Add('EN US', 'English', 'English', array(
  914. 'Class:lnkInfraContract' => 'InfraContractLinks',
  915. 'Class:lnkInfraContract+' => 'Infra covered by a contract',
  916. 'Class:lnkInfraContract/Attribute:infra_id' => 'Infrastructure',
  917. 'Class:lnkInfraContract/Attribute:infra_id+' => 'The infrastructure impacted',
  918. 'Class:lnkInfraContract/Attribute:infra_name' => 'Infrastructure Name',
  919. 'Class:lnkInfraContract/Attribute:infra_name+' => 'Name of the impacted infrastructure',
  920. 'Class:lnkInfraContract/Attribute:infra_status' => 'Status',
  921. 'Class:lnkInfraContract/Attribute:infra_status+' => 'Status of the impacted infrastructure',
  922. 'Class:lnkInfraContract/Attribute:contract_id' => 'Contract',
  923. 'Class:lnkInfraContract/Attribute:contract_id+' => 'Contract id',
  924. 'Class:lnkInfraContract/Attribute:contract_name' => 'Contract Name',
  925. 'Class:lnkInfraContract/Attribute:contract_name+' => 'Name of the contract',
  926. 'Class:lnkInfraContract/Attribute:coverage' => 'Coverage',
  927. 'Class:lnkInfraContract/Attribute:coverage+' => 'coverage for the given infra',
  928. 'Class:lnkInfraContract/Attribute:service_level' => 'Service Level',
  929. 'Class:lnkInfraContract/Attribute:service_level+' => 'service level for the given infra',
  930. ));
  931. //
  932. // Class: lnkContactContract
  933. //
  934. Dict::Add('EN US', 'English', 'English', array(
  935. 'Class:lnkContactContract' => 'ContactContractLink',
  936. 'Class:lnkContactContract+' => 'Contact associated to a contract',
  937. 'Class:lnkContactContract/Attribute:contact_id' => 'Contact',
  938. 'Class:lnkContactContract/Attribute:contact_id+' => 'The contact linked to contract',
  939. 'Class:lnkContactContract/Attribute:contact_mail' => 'Contact E-mail',
  940. 'Class:lnkContactContract/Attribute:contact_mail+' => 'Mail for the contact',
  941. 'Class:lnkContactContract/Attribute:contract_id' => 'Contract',
  942. 'Class:lnkContactContract/Attribute:contract_id+' => 'Contract ID',
  943. 'Class:lnkContactContract/Attribute:contract_name' => 'Contract Name',
  944. 'Class:lnkContactContract/Attribute:contract_name+' => 'Name of the contract',
  945. 'Class:lnkContactContract/Attribute:role' => 'Role',
  946. 'Class:lnkContactContract/Attribute:role+' => 'Role of this contact for this contract',
  947. ));
  948. //
  949. // Class: lnkDocumentContract
  950. //
  951. Dict::Add('EN US', 'English', 'English', array(
  952. 'Class:lnkDocumentContract' => 'DocumentsContractLinks',
  953. 'Class:lnkDocumentContract+' => 'A link between a document and another contract',
  954. 'Class:lnkDocumentContract/Attribute:doc_id' => 'Document',
  955. 'Class:lnkDocumentContract/Attribute:doc_id+' => 'id of the Document',
  956. 'Class:lnkDocumentContract/Attribute:doc_name' => 'Document Name',
  957. 'Class:lnkDocumentContract/Attribute:doc_name+' => 'name of the document',
  958. 'Class:lnkDocumentContract/Attribute:contract_id' => 'Contract',
  959. 'Class:lnkDocumentContract/Attribute:contract_id+' => 'Contract linked to this document',
  960. 'Class:lnkDocumentContract/Attribute:contract_name' => 'Contract Name',
  961. 'Class:lnkDocumentContract/Attribute:contract_name+' => 'name of the linked contract',
  962. 'Class:lnkDocumentContract/Attribute:link_type' => 'Link Type',
  963. 'Class:lnkDocumentContract/Attribute:link_type+' => 'More information',
  964. ));
  965. //
  966. // Class: bizChangeTicket
  967. //
  968. Dict::Add('EN US', 'English', 'English', array(
  969. 'Class:bizChangeTicket' => 'Change',
  970. 'Class:bizChangeTicket+' => 'Change ticket',
  971. 'Class:bizChangeTicket/Attribute:name' => 'Ticket Ref',
  972. 'Class:bizChangeTicket/Attribute:name+' => 'Refence number ofr this change',
  973. 'Class:bizChangeTicket/Attribute:title' => 'Title',
  974. 'Class:bizChangeTicket/Attribute:title+' => 'Overview of the Change',
  975. 'Class:bizChangeTicket/Attribute:type' => 'Change Type',
  976. 'Class:bizChangeTicket/Attribute:type+' => 'Type of the Change',
  977. 'Class:bizChangeTicket/Attribute:domain' => 'Domain',
  978. 'Class:bizChangeTicket/Attribute:domain+' => 'Domain for the Change',
  979. 'Class:bizChangeTicket/Attribute:reason' => 'Reason For Change',
  980. 'Class:bizChangeTicket/Attribute:reason+' => 'Reason for the Change',
  981. 'Class:bizChangeTicket/Attribute:requestor_id' => 'Requestor',
  982. 'Class:bizChangeTicket/Attribute:requestor_id+' => 'who is requesting this change',
  983. 'Class:bizChangeTicket/Attribute:requestor_mail' => 'Requestor',
  984. 'Class:bizChangeTicket/Attribute:requestor_mail+' => 'mail of user requesting this change',
  985. 'Class:bizChangeTicket/Attribute:org_id' => 'Customer',
  986. 'Class:bizChangeTicket/Attribute:org_id+' => 'who is impacted by the ticket',
  987. 'Class:bizChangeTicket/Attribute:customer_name' => 'Customer',
  988. 'Class:bizChangeTicket/Attribute:customer_name+' => 'Name of the customer impacted by this ticket',
  989. 'Class:bizChangeTicket/Attribute:ticket_status' => 'Status',
  990. 'Class:bizChangeTicket/Attribute:ticket_status+' => 'Status of the ticket',
  991. 'Class:bizChangeTicket/Attribute:ticket_status/Value:New' => 'New (Unassigned)',
  992. 'Class:bizChangeTicket/Attribute:ticket_status/Value:New+' => 'Newly created ticket',
  993. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Validated' => 'Validated',
  994. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Validated+' => 'Ticket is validated',
  995. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Rejected' => 'Rejected',
  996. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Rejected+' => 'This ticket is not approved',
  997. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Assigned' => 'Assigned',
  998. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Assigned+' => 'Ticket is assigned',
  999. 'Class:bizChangeTicket/Attribute:ticket_status/Value:PlannedScheduled' => 'Planned&Scheduled',
  1000. 'Class:bizChangeTicket/Attribute:ticket_status/Value:PlannedScheduled+' => 'Evaluation is done for this change',
  1001. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Approved' => 'Approved',
  1002. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Approved+' => 'Ticket is approved by CAB',
  1003. 'Class:bizChangeTicket/Attribute:ticket_status/Value:NotApproved' => 'Not Approved',
  1004. 'Class:bizChangeTicket/Attribute:ticket_status/Value:NotApproved+' => 'Ticket has not been approved by CAB',
  1005. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Implemented' => 'Implementation',
  1006. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Implemented+' => 'Work is in progress for this ticket',
  1007. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Monitored' => 'Monitored',
  1008. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Monitored+' => 'Change performed is now monitored',
  1009. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Closed' => 'Closed',
  1010. 'Class:bizChangeTicket/Attribute:ticket_status/Value:Closed+' => 'Ticket is closed',
  1011. 'Class:bizChangeTicket/Attribute:creation_date' => 'Creation Date',
  1012. 'Class:bizChangeTicket/Attribute:creation_date+' => 'Change creation date',
  1013. 'Class:bizChangeTicket/Attribute:last_update' => 'Last Update',
  1014. 'Class:bizChangeTicket/Attribute:last_update+' => 'last time the Ticket was modified',
  1015. 'Class:bizChangeTicket/Attribute:start_date' => 'Start Date',
  1016. 'Class:bizChangeTicket/Attribute:start_date+' => 'Time the change is expected to start',
  1017. 'Class:bizChangeTicket/Attribute:end_date' => 'End Date',
  1018. 'Class:bizChangeTicket/Attribute:end_date+' => 'Date when the change is supposed to end',
  1019. 'Class:bizChangeTicket/Attribute:close_date' => 'Closure Date',
  1020. 'Class:bizChangeTicket/Attribute:close_date+' => 'Date when the Ticket was closed',
  1021. 'Class:bizChangeTicket/Attribute:impact' => 'Risk Assessment',
  1022. 'Class:bizChangeTicket/Attribute:impact+' => 'Impact of the change',
  1023. 'Class:bizChangeTicket/Attribute:workgroup_id' => 'Workgroup',
  1024. 'Class:bizChangeTicket/Attribute:workgroup_id+' => 'which workgroup is owning ticket',
  1025. 'Class:bizChangeTicket/Attribute:workgroup_name' => 'Workgroup',
  1026. 'Class:bizChangeTicket/Attribute:workgroup_name+' => 'name of workgroup managing the Ticket',
  1027. 'Class:bizChangeTicket/Attribute:agent_id' => 'Agent',
  1028. 'Class:bizChangeTicket/Attribute:agent_id+' => 'who is managing the ticket',
  1029. 'Class:bizChangeTicket/Attribute:agent_mail' => 'Agent',
  1030. 'Class:bizChangeTicket/Attribute:agent_mail+' => 'name of agent managing the Ticket',
  1031. 'Class:bizChangeTicket/Attribute:supervisorgroup_id' => 'Supervisor Group',
  1032. 'Class:bizChangeTicket/Attribute:supervisorgroup_id+' => 'which workgroup is supervising ticket',
  1033. 'Class:bizChangeTicket/Attribute:supervisorgroup_name' => 'Supervisor Group',
  1034. 'Class:bizChangeTicket/Attribute:supervisorgroup_name+' => 'name of the group supervising the Ticket',
  1035. 'Class:bizChangeTicket/Attribute:supervisor_id' => 'Supervisor',
  1036. 'Class:bizChangeTicket/Attribute:supervisor_id+' => 'who is managing the ticket',
  1037. 'Class:bizChangeTicket/Attribute:supervisor_mail' => 'Supervisor',
  1038. 'Class:bizChangeTicket/Attribute:supervisor_mail+' => 'name of agent supervising the Ticket',
  1039. 'Class:bizChangeTicket/Attribute:managergroup_id' => 'Manager Group',
  1040. 'Class:bizChangeTicket/Attribute:managergroup_id+' => 'which workgroup is approving ticket',
  1041. 'Class:bizChangeTicket/Attribute:managergroup_name' => 'Manager Group',
  1042. 'Class:bizChangeTicket/Attribute:managergroup_name+' => 'name of workgroup approving the Ticket',
  1043. 'Class:bizChangeTicket/Attribute:manager_id' => 'Manager',
  1044. 'Class:bizChangeTicket/Attribute:manager_id+' => 'who is approving the ticket',
  1045. 'Class:bizChangeTicket/Attribute:manager_mail' => 'Manager',
  1046. 'Class:bizChangeTicket/Attribute:manager_mail+' => 'name of agent approving the Ticket',
  1047. 'Class:bizChangeTicket/Attribute:outage' => 'Planned Outage',
  1048. 'Class:bizChangeTicket/Attribute:outage+' => 'Flag to define if there is a planned outage',
  1049. 'Class:bizChangeTicket/Attribute:outage/Value:Yes' => 'Yes',
  1050. 'Class:bizChangeTicket/Attribute:outage/Value:Yes+' => 'Yes',
  1051. 'Class:bizChangeTicket/Attribute:outage/Value:No' => 'No',
  1052. 'Class:bizChangeTicket/Attribute:outage/Value:No+' => 'No',
  1053. 'Class:bizChangeTicket/Attribute:change_request' => 'Change Request',
  1054. 'Class:bizChangeTicket/Attribute:change_request+' => 'Description of Change required',
  1055. 'Class:bizChangeTicket/Attribute:change_log' => 'Implementation Log',
  1056. 'Class:bizChangeTicket/Attribute:change_log+' => 'List all action performed during the change',
  1057. 'Class:bizChangeTicket/Attribute:fallback' => 'Fallback Plan',
  1058. 'Class:bizChangeTicket/Attribute:fallback+' => 'Instruction to come back to former situation',
  1059. 'Class:bizChangeTicket/Attribute:assignment_count' => 'Assignment Count',
  1060. 'Class:bizChangeTicket/Attribute:assignment_count+' => 'Number of times this ticket was assigned or reassigned',
  1061. 'Class:bizChangeTicket/Attribute:impacted_infra_manual' => 'Impacted Infrastructure',
  1062. 'Class:bizChangeTicket/Attribute:impacted_infra_manual+' => 'CIs that are impacted by this change',
  1063. 'Class:bizChangeTicket/Stimulus:ev_validate' => 'Validate this change',
  1064. 'Class:bizChangeTicket/Stimulus:ev_validate+' => 'Make sure it is a valid change request',
  1065. 'Class:bizChangeTicket/Stimulus:ev_reject' => 'Reject this change',
  1066. 'Class:bizChangeTicket/Stimulus:ev_reject+' => 'This change request is rejected because it is a non valid one',
  1067. 'Class:bizChangeTicket/Stimulus:ev_assign' => 'Assign this change',
  1068. 'Class:bizChangeTicket/Stimulus:ev_assign+' => 'This change request is assigned',
  1069. 'Class:bizChangeTicket/Stimulus:ev_reopen' => 'Modify this change',
  1070. 'Class:bizChangeTicket/Stimulus:ev_reopen+' => 'Update change request to make it valid',
  1071. 'Class:bizChangeTicket/Stimulus:ev_plan' => 'Plan this change',
  1072. 'Class:bizChangeTicket/Stimulus:ev_plan+' => 'Plan and Schedule this change for validation',
  1073. 'Class:bizChangeTicket/Stimulus:ev_approve' => 'Approve this change',
  1074. 'Class:bizChangeTicket/Stimulus:ev_approve+' => 'This change is approved by CAB',
  1075. 'Class:bizChangeTicket/Stimulus:ev_replan' => 'Update planning and schedule',
  1076. 'Class:bizChangeTicket/Stimulus:ev_replan+' => 'Modify Plan and Schedule in order to have this change re-validated',
  1077. 'Class:bizChangeTicket/Stimulus:ev_notapprove' => 'Not approve this change',
  1078. 'Class:bizChangeTicket/Stimulus:ev_notapprove+' => 'This change is not approved by CAB',
  1079. 'Class:bizChangeTicket/Stimulus:ev_implement' => 'Implement this change',
  1080. 'Class:bizChangeTicket/Stimulus:ev_implement+' => 'Implementation phase for current change',
  1081. 'Class:bizChangeTicket/Stimulus:ev_monitor' => 'Monitor this change',
  1082. 'Class:bizChangeTicket/Stimulus:ev_monitor+' => 'Starting monitoring period for this change',
  1083. 'Class:bizChangeTicket/Stimulus:ev_finish' => 'Close change',
  1084. 'Class:bizChangeTicket/Stimulus:ev_finish+' => 'Change is done, and can be closed',
  1085. ));
  1086. //
  1087. // Class: lnkInfraChangeTicket
  1088. //
  1089. Dict::Add('EN US', 'English', 'English', array(
  1090. 'Class:lnkInfraChangeTicket' => 'Infra Change Ticket',
  1091. 'Class:lnkInfraChangeTicket+' => 'Infra impacted by a Change ticket',
  1092. 'Class:lnkInfraChangeTicket/Attribute:infra_id' => 'Infrastructure',
  1093. 'Class:lnkInfraChangeTicket/Attribute:infra_id+' => 'The infrastructure impacted',
  1094. 'Class:lnkInfraChangeTicket/Attribute:infra_name' => 'Infrastructure Name',
  1095. 'Class:lnkInfraChangeTicket/Attribute:infra_name+' => 'Name of the impacted infrastructure',
  1096. 'Class:lnkInfraChangeTicket/Attribute:ticket_id' => 'Ticket',
  1097. 'Class:lnkInfraChangeTicket/Attribute:ticket_id+' => 'Ticket number',
  1098. 'Class:lnkInfraChangeTicket/Attribute:ticket_name' => 'Ticket Name',
  1099. 'Class:lnkInfraChangeTicket/Attribute:ticket_name+' => 'Name of the ticket',
  1100. 'Class:lnkInfraChangeTicket/Attribute:impact' => 'Impact',
  1101. 'Class:lnkInfraChangeTicket/Attribute:impact+' => 'Level of impact of the infra by the related ticket',
  1102. ));
  1103. //
  1104. // Class: lnkContactChange
  1105. //
  1106. Dict::Add('EN US', 'English', 'English', array(
  1107. 'Class:lnkContactChange' => 'ContactChangeLink',
  1108. 'Class:lnkContactChange+' => 'Contact associated to a change',
  1109. 'Class:lnkContactChange/Attribute:contact_id' => 'Contact',
  1110. 'Class:lnkContactChange/Attribute:contact_id+' => 'The contact linked to contract',
  1111. 'Class:lnkContactChange/Attribute:contact_mail' => 'Contact E-mail',
  1112. 'Class:lnkContactChange/Attribute:contact_mail+' => 'Mail for the contact',
  1113. 'Class:lnkContactChange/Attribute:change_id' => 'Change Ticket',
  1114. 'Class:lnkContactChange/Attribute:change_id+' => 'Change ticket ID',
  1115. 'Class:lnkContactChange/Attribute:change_number' => 'Change Ticket',
  1116. 'Class:lnkContactChange/Attribute:change_number+' => 'Ticket number for this change',
  1117. 'Class:lnkContactChange/Attribute:role' => 'Role',
  1118. 'Class:lnkContactChange/Attribute:role+' => 'Role of this contact for this change',
  1119. ));
  1120. //
  1121. // Class: bizKnownError
  1122. //
  1123. Dict::Add('EN US', 'English', 'English', array(
  1124. 'Class:bizKnownError' => 'Known Error',
  1125. 'Class:bizKnownError+' => 'Error documented for a known issue',
  1126. 'Class:bizKnownError/Attribute:name' => 'Name',
  1127. 'Class:bizKnownError/Attribute:name+' => 'Name to identify this error',
  1128. 'Class:bizKnownError/Attribute:org_id' => 'Organization',
  1129. 'Class:bizKnownError/Attribute:org_id+' => 'Organization for this known error',
  1130. 'Class:bizKnownError/Attribute:cust_name' => 'Organization',
  1131. 'Class:bizKnownError/Attribute:cust_name+' => 'Company / Department owning this object',
  1132. 'Class:bizKnownError/Attribute:symptom' => 'Symptom',
  1133. 'Class:bizKnownError/Attribute:symptom+' => 'Description of this error',
  1134. 'Class:bizKnownError/Attribute:root_cause' => 'Root cause',
  1135. 'Class:bizKnownError/Attribute:root_cause+' => 'Original cause for this known error',
  1136. 'Class:bizKnownError/Attribute:workaround' => 'Workaround',
  1137. 'Class:bizKnownError/Attribute:workaround+' => 'Work around to fix this error',
  1138. 'Class:bizKnownError/Attribute:solution' => 'Solution',
  1139. 'Class:bizKnownError/Attribute:solution+' => 'Description of this contract',
  1140. 'Class:bizKnownError/Attribute:error_code' => 'Error Code',
  1141. 'Class:bizKnownError/Attribute:error_code+' => 'Key word to identify error',
  1142. 'Class:bizKnownError/Attribute:domain' => 'Domain',
  1143. 'Class:bizKnownError/Attribute:domain+' => 'Domain for this known error, network, desktop, ...',
  1144. 'Class:bizKnownError/Attribute:domain/Value:Network' => 'Network',
  1145. 'Class:bizKnownError/Attribute:domain/Value:Network+' => 'Network',
  1146. 'Class:bizKnownError/Attribute:domain/Value:Server' => 'Server',
  1147. 'Class:bizKnownError/Attribute:domain/Value:Server+' => 'Server',
  1148. 'Class:bizKnownError/Attribute:domain/Value:Application' => 'Application',
  1149. 'Class:bizKnownError/Attribute:domain/Value:Application+' => 'Application',
  1150. 'Class:bizKnownError/Attribute:domain/Value:Desktop' => 'Desktop',
  1151. 'Class:bizKnownError/Attribute:domain/Value:Desktop+' => 'Desktop',
  1152. 'Class:bizKnownError/Attribute:vendor' => 'Vendor',
  1153. 'Class:bizKnownError/Attribute:vendor+' => 'Vendor concerned by this known error',
  1154. 'Class:bizKnownError/Attribute:model' => 'Model',
  1155. 'Class:bizKnownError/Attribute:model+' => 'Model concerned by this known error, it may be an application, a device ...',
  1156. 'Class:bizKnownError/Attribute:version' => 'Version',
  1157. 'Class:bizKnownError/Attribute:version+' => 'Version related to model impacted by known error',
  1158. ));
  1159. //
  1160. // Class: lnkInfraError
  1161. //
  1162. Dict::Add('EN US', 'English', 'English', array(
  1163. 'Class:lnkInfraError' => 'InfraErrorLinks',
  1164. 'Class:lnkInfraError+' => 'Infra related to a known error',
  1165. 'Class:lnkInfraError/Attribute:infra_id' => 'Infrastructure',
  1166. 'Class:lnkInfraError/Attribute:infra_id+' => 'The infrastructure impacted',
  1167. 'Class:lnkInfraError/Attribute:infra_name' => 'Infrastructure Name',
  1168. 'Class:lnkInfraError/Attribute:infra_name+' => 'Name of the impacted infrastructure',
  1169. 'Class:lnkInfraError/Attribute:infra_status' => 'Status',
  1170. 'Class:lnkInfraError/Attribute:infra_status+' => 'Status of the impacted infrastructure',
  1171. 'Class:lnkInfraError/Attribute:error_id' => 'Error',
  1172. 'Class:lnkInfraError/Attribute:error_id+' => 'Error id',
  1173. 'Class:lnkInfraError/Attribute:error_name' => 'Error Name',
  1174. 'Class:lnkInfraError/Attribute:error_name+' => 'Name of the error',
  1175. ));
  1176. //
  1177. // Class: lnkDocumentError
  1178. //
  1179. Dict::Add('EN US', 'English', 'English', array(
  1180. 'Class:lnkDocumentError' => 'DocumentsErrorLinks',
  1181. 'Class:lnkDocumentError+' => 'A link between a document and a known error',
  1182. 'Class:lnkDocumentError/Attribute:doc_id' => 'Document',
  1183. 'Class:lnkDocumentError/Attribute:doc_id+' => 'id of the Document',
  1184. 'Class:lnkDocumentError/Attribute:doc_name' => 'Document Name',
  1185. 'Class:lnkDocumentError/Attribute:doc_name+' => 'name of the document',
  1186. 'Class:lnkDocumentError/Attribute:error_id' => 'Error',
  1187. 'Class:lnkDocumentError/Attribute:error_id+' => 'Error linked to this document',
  1188. 'Class:lnkDocumentError/Attribute:error_name' => 'Error Name',
  1189. 'Class:lnkDocumentError/Attribute:error_name+' => 'name of the linked error',
  1190. 'Class:lnkDocumentError/Attribute:link_type' => 'Link Type',
  1191. 'Class:lnkDocumentError/Attribute:link_type+' => 'More information',
  1192. ));
  1193. //
  1194. // Class: bizServiceCall
  1195. //
  1196. Dict::Add('EN US', 'English', 'English', array(
  1197. 'Class:bizServiceCall' => 'ServiceCall',
  1198. 'Class:bizServiceCall+' => 'Service Call from customer',
  1199. 'Class:bizServiceCall/Attribute:name' => 'Service Call Ref',
  1200. 'Class:bizServiceCall/Attribute:name+' => 'Refence identifier for this service call',
  1201. 'Class:bizServiceCall/Attribute:title' => 'Title',
  1202. 'Class:bizServiceCall/Attribute:title+' => 'Overview of the service call',
  1203. 'Class:bizServiceCall/Attribute:type' => 'Type',
  1204. 'Class:bizServiceCall/Attribute:type+' => 'Type of the Incident',
  1205. 'Class:bizServiceCall/Attribute:type/Value:Network' => 'Network',
  1206. 'Class:bizServiceCall/Attribute:type/Value:Network+' => 'Network',
  1207. 'Class:bizServiceCall/Attribute:type/Value:Server' => 'Server',
  1208. 'Class:bizServiceCall/Attribute:type/Value:Server+' => 'Server',
  1209. 'Class:bizServiceCall/Attribute:type/Value:Desktop' => 'Desktop',
  1210. 'Class:bizServiceCall/Attribute:type/Value:Desktop+' => 'Desktop',
  1211. 'Class:bizServiceCall/Attribute:type/Value:Application' => 'Application',
  1212. 'Class:bizServiceCall/Attribute:type/Value:Application+' => 'Application',
  1213. 'Class:bizServiceCall/Attribute:org_id' => 'Customer',
  1214. 'Class:bizServiceCall/Attribute:org_id+' => 'Customer concerned by this service call',
  1215. 'Class:bizServiceCall/Attribute:customer_name' => 'Customer',
  1216. 'Class:bizServiceCall/Attribute:customer_name+' => 'Name of the customer raising this service call',
  1217. 'Class:bizServiceCall/Attribute:call_status' => 'Status',
  1218. 'Class:bizServiceCall/Attribute:call_status+' => 'Status of the ticket',
  1219. 'Class:bizServiceCall/Attribute:call_status/Value:New' => 'New (Unassigned)',
  1220. 'Class:bizServiceCall/Attribute:call_status/Value:New+' => 'Newly created call',
  1221. 'Class:bizServiceCall/Attribute:call_status/Value:Assigned' => 'Assigned',
  1222. 'Class:bizServiceCall/Attribute:call_status/Value:Assigned+' => 'Call is assigned to somebody',
  1223. 'Class:bizServiceCall/Attribute:call_status/Value:WorkInProgress' => 'Work In Progress',
  1224. 'Class:bizServiceCall/Attribute:call_status/Value:WorkInProgress+' => 'Work is in progress',
  1225. 'Class:bizServiceCall/Attribute:call_status/Value:Resolved' => 'Resolved',
  1226. 'Class:bizServiceCall/Attribute:call_status/Value:Resolved+' => 'Call is resolved',
  1227. 'Class:bizServiceCall/Attribute:call_status/Value:Closed' => 'Closed',
  1228. 'Class:bizServiceCall/Attribute:call_status/Value:Closed+' => 'Call is closed',
  1229. 'Class:bizServiceCall/Attribute:call_description' => 'Description',
  1230. 'Class:bizServiceCall/Attribute:call_description+' => 'Description of the call as describe by caller',
  1231. 'Class:bizServiceCall/Attribute:creation_date' => 'Creation date',
  1232. 'Class:bizServiceCall/Attribute:creation_date+' => 'Call creation date',
  1233. 'Class:bizServiceCall/Attribute:last_update' => 'Last update',
  1234. 'Class:bizServiceCall/Attribute:last_update+' => 'last time the call was modified',
  1235. 'Class:bizServiceCall/Attribute:next_update' => 'Next update',
  1236. 'Class:bizServiceCall/Attribute:next_update+' => 'next time the Ticket is expected to be modified',
  1237. 'Class:bizServiceCall/Attribute:end_date' => 'Closure Date',
  1238. 'Class:bizServiceCall/Attribute:end_date+' => 'Date when the call was closed',
  1239. 'Class:bizServiceCall/Attribute:caller_id' => 'Caller',
  1240. 'Class:bizServiceCall/Attribute:caller_id+' => 'person that trigger this call',
  1241. 'Class:bizServiceCall/Attribute:caller_mail' => 'Caller',
  1242. 'Class:bizServiceCall/Attribute:caller_mail+' => 'Person that trigger this call',
  1243. 'Class:bizServiceCall/Attribute:impact' => 'Impact',
  1244. 'Class:bizServiceCall/Attribute:impact+' => 'Impact for this call',
  1245. 'Class:bizServiceCall/Attribute:workgroup_id' => 'Workgroup',
  1246. 'Class:bizServiceCall/Attribute:workgroup_id+' => 'which workgroup is owning call',
  1247. 'Class:bizServiceCall/Attribute:workgroup_name' => 'Workgroup',
  1248. 'Class:bizServiceCall/Attribute:workgroup_name+' => 'name of workgroup managing the call',
  1249. 'Class:bizServiceCall/Attribute:agent_id' => 'Agent',
  1250. 'Class:bizServiceCall/Attribute:agent_id+' => 'who is managing the call',
  1251. 'Class:bizServiceCall/Attribute:agent_mail' => 'Agent',
  1252. 'Class:bizServiceCall/Attribute:agent_mail+' => 'mail of agent managing the call',
  1253. 'Class:bizServiceCall/Attribute:action_log' => 'Action Logs',
  1254. 'Class:bizServiceCall/Attribute:action_log+' => 'List all action performed during the call',
  1255. 'Class:bizServiceCall/Attribute:severity' => 'Severity',
  1256. 'Class:bizServiceCall/Attribute:severity+' => 'Field defining the criticity for the call',
  1257. 'Class:bizServiceCall/Attribute:severity/Value:critical' => 'critical',
  1258. 'Class:bizServiceCall/Attribute:severity/Value:critical+' => 'critical',
  1259. 'Class:bizServiceCall/Attribute:severity/Value:medium' => 'medium',
  1260. 'Class:bizServiceCall/Attribute:severity/Value:medium+' => 'medium',
  1261. 'Class:bizServiceCall/Attribute:severity/Value:low' => 'low',
  1262. 'Class:bizServiceCall/Attribute:severity/Value:low+' => 'low',
  1263. 'Class:bizServiceCall/Attribute:resolution' => 'Resolution',
  1264. 'Class:bizServiceCall/Attribute:resolution+' => 'Description of the resolution',
  1265. 'Class:bizServiceCall/Attribute:source' => 'Source',
  1266. 'Class:bizServiceCall/Attribute:source+' => 'source type for this call',
  1267. 'Class:bizServiceCall/Attribute:source/Value:phone' => 'phone',
  1268. 'Class:bizServiceCall/Attribute:source/Value:phone+' => 'phone',
  1269. 'Class:bizServiceCall/Attribute:source/Value:E-mail' => 'E-mail',
  1270. 'Class:bizServiceCall/Attribute:source/Value:E-mail+' => 'E-mail',
  1271. 'Class:bizServiceCall/Attribute:source/Value:Fax' => 'Fax',
  1272. 'Class:bizServiceCall/Attribute:source/Value:Fax+' => 'Fax',
  1273. 'Class:bizServiceCall/Attribute:impacted_infra_manual' => 'Impacted Infrastructure',
  1274. 'Class:bizServiceCall/Attribute:impacted_infra_manual+' => 'CIs that are not meeting the SLA',
  1275. 'Class:bizServiceCall/Attribute:related_tickets' => 'Related Incident',
  1276. 'Class:bizServiceCall/Attribute:related_tickets+' => 'Other incident tickets related to this call',
  1277. 'Class:bizServiceCall/Stimulus:ev_assign' => 'Assign this call',
  1278. 'Class:bizServiceCall/Stimulus:ev_assign+' => 'Assign this call to a group and an agent',
  1279. 'Class:bizServiceCall/Stimulus:ev_reassign' => 'Reassign this call',
  1280. 'Class:bizServiceCall/Stimulus:ev_reassign+' => 'Reassign this call to a different group and agent',
  1281. 'Class:bizServiceCall/Stimulus:ev_start_working' => 'Work on this call',
  1282. 'Class:bizServiceCall/Stimulus:ev_start_working+' => 'Start working on this call',
  1283. 'Class:bizServiceCall/Stimulus:ev_resolve' => 'Resolve this call',
  1284. 'Class:bizServiceCall/Stimulus:ev_resolve+' => 'Resolve this call',
  1285. 'Class:bizServiceCall/Stimulus:ev_close' => 'Close this call',
  1286. 'Class:bizServiceCall/Stimulus:ev_close+' => 'Close this call',
  1287. ));
  1288. //
  1289. // Class: lnkCallTicket
  1290. //
  1291. Dict::Add('EN US', 'English', 'English', array(
  1292. 'Class:lnkCallTicket' => 'Call Ticket',
  1293. 'Class:lnkCallTicket+' => 'Ticket related to a call',
  1294. 'Class:lnkCallTicket/Attribute:ticket_id' => 'Related Ticket',
  1295. 'Class:lnkCallTicket/Attribute:ticket_id+' => 'The related ticket',
  1296. 'Class:lnkCallTicket/Attribute:ticket_name' => 'Related ticket',
  1297. 'Class:lnkCallTicket/Attribute:ticket_name+' => 'Name of the related ticket',
  1298. 'Class:lnkCallTicket/Attribute:call_id' => 'Call',
  1299. 'Class:lnkCallTicket/Attribute:call_id+' => 'Ticket number',
  1300. 'Class:lnkCallTicket/Attribute:call_name' => 'Call name',
  1301. 'Class:lnkCallTicket/Attribute:call_name+' => 'Name of the call',
  1302. 'Class:lnkCallTicket/Attribute:impact' => 'Impact',
  1303. 'Class:lnkCallTicket/Attribute:impact+' => 'Impact on the call',
  1304. ));
  1305. //
  1306. // Class: lnkInfraCall
  1307. //
  1308. Dict::Add('EN US', 'English', 'English', array(
  1309. 'Class:lnkInfraCall' => 'Infra Call',
  1310. 'Class:lnkInfraCall+' => 'Infra concerned by a call',
  1311. 'Class:lnkInfraCall/Attribute:infra_id' => 'Infrastructure',
  1312. 'Class:lnkInfraCall/Attribute:infra_id+' => 'The infrastructure impacted',
  1313. 'Class:lnkInfraCall/Attribute:infra_name' => 'Infrastructure Name',
  1314. 'Class:lnkInfraCall/Attribute:infra_name+' => 'Name of the impacted infrastructure',
  1315. 'Class:lnkInfraCall/Attribute:call_id' => 'Call',
  1316. 'Class:lnkInfraCall/Attribute:call_id+' => 'Call number',
  1317. 'Class:lnkInfraCall/Attribute:call_name' => 'Call name',
  1318. 'Class:lnkInfraCall/Attribute:call_name+' => 'Name of the call',
  1319. 'Class:lnkInfraCall/Attribute:impact' => 'Impact',
  1320. 'Class:lnkInfraCall/Attribute:impact+' => 'Level of impact of the infra by the related ticket',
  1321. ));
  1322. ?>