dictionary.itop.core.php 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746
  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. Dict::Add('EN US', 'English', 'English', array(
  25. 'Core:AttributeLinkedSet' => 'Array of objects',
  26. 'Core:AttributeLinkedSet+' => 'Any kind of objects of the same class or subclass',
  27. 'Core:AttributeLinkedSetIndirect' => 'Array of objects (N-N)',
  28. 'Core:AttributeLinkedSetIndirect+' => 'Any kind of objects [subclass] of the same class',
  29. 'Core:AttributeInteger' => 'Integer',
  30. 'Core:AttributeInteger+' => 'Numeric value (could be negative)',
  31. 'Core:AttributeDecimal' => 'Decimal',
  32. 'Core:AttributeDecimal+' => 'Decimal value (could be negative)',
  33. 'Core:AttributeBoolean' => 'Boolean',
  34. 'Core:AttributeBoolean+' => 'Boolean',
  35. 'Core:AttributeString' => 'String',
  36. 'Core:AttributeString+' => 'Alphanumeric string',
  37. 'Core:AttributeClass' => 'Class',
  38. 'Core:AttributeClass+' => 'Class',
  39. 'Core:AttributeApplicationLanguage' => 'User language',
  40. 'Core:AttributeApplicationLanguage+' => 'Language and country (EN US)',
  41. 'Core:AttributeFinalClass' => 'Class (auto)',
  42. 'Core:AttributeFinalClass+' => 'Real class of the object (automatically created by the core)',
  43. 'Core:AttributePassword' => 'Password',
  44. 'Core:AttributePassword+' => 'Password of an external device',
  45. 'Core:AttributeEncryptedString' => 'Encrypted string',
  46. 'Core:AttributeEncryptedString+' => 'String encrypted with a local key',
  47. 'Core:AttributeText' => 'Text',
  48. 'Core:AttributeText+' => 'Multiline character string',
  49. 'Core:AttributeHTML' => 'HTML',
  50. 'Core:AttributeHTML+' => 'HTML string',
  51. 'Core:AttributeEmailAddress' => 'Email address',
  52. 'Core:AttributeEmailAddress+' => 'Email address',
  53. 'Core:AttributeIPAddress' => 'IP address',
  54. 'Core:AttributeIPAddress+' => 'IP address',
  55. 'Core:AttributeOQL' => 'OQL',
  56. 'Core:AttributeOQL+' => 'Object Query Langage expression',
  57. 'Core:AttributeEnum' => 'Enum',
  58. 'Core:AttributeEnum+' => 'List of predefined alphanumeric strings',
  59. 'Core:AttributeTemplateString' => 'Template string',
  60. 'Core:AttributeTemplateString+' => 'String containing placeholders',
  61. 'Core:AttributeTemplateText' => 'Template text',
  62. 'Core:AttributeTemplateText+' => 'Text containing placeholders',
  63. 'Core:AttributeTemplateHTML' => 'Template HTML',
  64. 'Core:AttributeTemplateHTML+' => 'HTML containing placeholders',
  65. 'Core:AttributeDateTime' => 'Date/time',
  66. 'Core:AttributeDateTime+' => 'Date and time (year-month-day hh:mm:ss)',
  67. 'Core:AttributeDateTime?SmartSearch' => '
  68. <p>
  69. Date format:<br/>
  70. <b>yyyy-mm-dd hh:mm:ss</b><br/>
  71. Example: 2011-07-19 18:40:00
  72. </p>
  73. <p>
  74. Operators:<br/>
  75. <b>&gt;</b><em>date</em><br/>
  76. <b>&lt;</b><em>date</em><br/>
  77. <b>[</b><em>date</em>,<em>date</em><b>]</b>
  78. </p>
  79. <p>
  80. If the time is omitted, it defaults to 00:00:00
  81. </p>',
  82. 'Core:AttributeDate' => 'Date',
  83. 'Core:AttributeDate+' => 'Date (year-month-day)',
  84. 'Core:AttributeDate?SmartSearch' => '
  85. <p>
  86. Date format:<br/>
  87. <b>yyyy-mm-dd</b><br/>
  88. Example: 2011-07-19
  89. </p>
  90. <p>
  91. Operators:<br/>
  92. <b>&gt;</b><em>date</em><br/>
  93. <b>&lt;</b><em>date</em><br/>
  94. <b>[</b><em>date</em>,<em>date</em><b>]</b>
  95. </p>',
  96. 'Core:AttributeDeadline' => 'Deadline',
  97. 'Core:AttributeDeadline+' => 'Date, displayed relatively to the current time',
  98. 'Core:AttributeExternalKey' => 'External key',
  99. 'Core:AttributeExternalKey+' => 'External (or foreign) key',
  100. 'Core:AttributeExternalField' => 'External field',
  101. 'Core:AttributeExternalField+' => 'Field mapped to an external key',
  102. 'Core:AttributeURL' => 'URL',
  103. 'Core:AttributeURL+' => 'Absolute or relative URL as a text string',
  104. 'Core:AttributeBlob' => 'Blob',
  105. 'Core:AttributeBlob+' => 'Any binary content (document)',
  106. 'Core:AttributeOneWayPassword' => 'One way password',
  107. 'Core:AttributeOneWayPassword+' => 'One way encrypted (hashed) password',
  108. 'Core:AttributeTable' => 'Table',
  109. 'Core:AttributeTable+' => 'Indexed array having two dimensions',
  110. 'Core:AttributePropertySet' => 'Properties',
  111. 'Core:AttributePropertySet+' => 'List of untyped properties (name and value)',
  112. ));
  113. //////////////////////////////////////////////////////////////////////
  114. // Classes in 'core/cmdb'
  115. //////////////////////////////////////////////////////////////////////
  116. //
  117. //
  118. // Class: CMDBChange
  119. //
  120. Dict::Add('EN US', 'English', 'English', array(
  121. 'Class:CMDBChange' => 'Change',
  122. 'Class:CMDBChange+' => 'Changes tracking',
  123. 'Class:CMDBChange/Attribute:date' => 'date',
  124. 'Class:CMDBChange/Attribute:date+' => 'date and time at which the changes have been recorded',
  125. 'Class:CMDBChange/Attribute:userinfo' => 'misc. info',
  126. 'Class:CMDBChange/Attribute:userinfo+' => 'caller\'s defined information',
  127. ));
  128. //
  129. // Class: CMDBChangeOp
  130. //
  131. Dict::Add('EN US', 'English', 'English', array(
  132. 'Class:CMDBChangeOp' => 'Change Operation',
  133. 'Class:CMDBChangeOp+' => 'Change operations tracking',
  134. 'Class:CMDBChangeOp/Attribute:change' => 'change',
  135. 'Class:CMDBChangeOp/Attribute:change+' => 'change',
  136. 'Class:CMDBChangeOp/Attribute:date' => 'date',
  137. 'Class:CMDBChangeOp/Attribute:date+' => 'date and time of the change',
  138. 'Class:CMDBChangeOp/Attribute:userinfo' => 'user',
  139. 'Class:CMDBChangeOp/Attribute:userinfo+' => 'who made this change',
  140. 'Class:CMDBChangeOp/Attribute:objclass' => 'object class',
  141. 'Class:CMDBChangeOp/Attribute:objclass+' => 'object class',
  142. 'Class:CMDBChangeOp/Attribute:objkey' => 'object id',
  143. 'Class:CMDBChangeOp/Attribute:objkey+' => 'object id',
  144. 'Class:CMDBChangeOp/Attribute:finalclass' => 'type',
  145. 'Class:CMDBChangeOp/Attribute:finalclass+' => '',
  146. ));
  147. //
  148. // Class: CMDBChangeOpCreate
  149. //
  150. Dict::Add('EN US', 'English', 'English', array(
  151. 'Class:CMDBChangeOpCreate' => 'object creation',
  152. 'Class:CMDBChangeOpCreate+' => 'Object creation tracking',
  153. ));
  154. //
  155. // Class: CMDBChangeOpDelete
  156. //
  157. Dict::Add('EN US', 'English', 'English', array(
  158. 'Class:CMDBChangeOpDelete' => 'object deletion',
  159. 'Class:CMDBChangeOpDelete+' => 'Object deletion tracking',
  160. ));
  161. //
  162. // Class: CMDBChangeOpSetAttribute
  163. //
  164. Dict::Add('EN US', 'English', 'English', array(
  165. 'Class:CMDBChangeOpSetAttribute' => 'object change',
  166. 'Class:CMDBChangeOpSetAttribute+' => 'Object properties change tracking',
  167. 'Class:CMDBChangeOpSetAttribute/Attribute:attcode' => 'Attribute',
  168. 'Class:CMDBChangeOpSetAttribute/Attribute:attcode+' => 'code of the modified property',
  169. ));
  170. //
  171. // Class: CMDBChangeOpSetAttributeScalar
  172. //
  173. Dict::Add('EN US', 'English', 'English', array(
  174. 'Class:CMDBChangeOpSetAttributeScalar' => 'property change',
  175. 'Class:CMDBChangeOpSetAttributeScalar+' => 'Object scalar properties change tracking',
  176. 'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue' => 'Previous value',
  177. 'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue+' => 'previous value of the attribute',
  178. 'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue' => 'New value',
  179. 'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue+' => 'new value of the attribute',
  180. ));
  181. // Used by CMDBChangeOp... & derived classes
  182. Dict::Add('EN US', 'English', 'English', array(
  183. 'Change:ObjectCreated' => 'Object created',
  184. 'Change:ObjectDeleted' => 'Object deleted',
  185. 'Change:ObjectModified' => 'Object modified',
  186. 'Change:AttName_SetTo_NewValue_PreviousValue_OldValue' => '%1$s set to %2$s (previous value: %3$s)',
  187. 'Change:AttName_SetTo' => '%1$s set to %2$s',
  188. 'Change:Text_AppendedTo_AttName' => '%1$s appended to %2$s',
  189. 'Change:AttName_Changed_PreviousValue_OldValue' => '%1$s modified, previous value: %2$s',
  190. 'Change:AttName_Changed' => '%1$s modified',
  191. 'Change:AttName_EntryAdded' => '%1$s modified, new entry added.',
  192. ));
  193. //
  194. // Class: CMDBChangeOpSetAttributeBlob
  195. //
  196. Dict::Add('EN US', 'English', 'English', array(
  197. 'Class:CMDBChangeOpSetAttributeBlob' => 'data change',
  198. 'Class:CMDBChangeOpSetAttributeBlob+' => 'data change tracking',
  199. 'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata' => 'Previous data',
  200. 'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata+' => 'previous contents of the attribute',
  201. ));
  202. //
  203. // Class: CMDBChangeOpSetAttributeText
  204. //
  205. Dict::Add('EN US', 'English', 'English', array(
  206. 'Class:CMDBChangeOpSetAttributeText' => 'text change',
  207. 'Class:CMDBChangeOpSetAttributeText+' => 'text change tracking',
  208. 'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata' => 'Previous data',
  209. 'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata+' => 'previous contents of the attribute',
  210. ));
  211. //
  212. // Class: Event
  213. //
  214. Dict::Add('EN US', 'English', 'English', array(
  215. 'Class:Event' => 'Log Event',
  216. 'Class:Event+' => 'An application internal event',
  217. 'Class:Event/Attribute:message' => 'Message',
  218. 'Class:Event/Attribute:message+' => 'short description of the event',
  219. 'Class:Event/Attribute:date' => 'Date',
  220. 'Class:Event/Attribute:date+' => 'date and time at which the changes have been recorded',
  221. 'Class:Event/Attribute:userinfo' => 'User info',
  222. 'Class:Event/Attribute:userinfo+' => 'identification of the user that was doing the action that triggered this event',
  223. 'Class:Event/Attribute:finalclass' => 'Type',
  224. 'Class:Event/Attribute:finalclass+' => '',
  225. ));
  226. //
  227. // Class: EventNotification
  228. //
  229. Dict::Add('EN US', 'English', 'English', array(
  230. 'Class:EventNotification' => 'Notification event',
  231. 'Class:EventNotification+' => 'Trace of a notification that has been sent',
  232. 'Class:EventNotification/Attribute:trigger_id' => 'Trigger',
  233. 'Class:EventNotification/Attribute:trigger_id+' => 'user account',
  234. 'Class:EventNotification/Attribute:action_id' => 'user',
  235. 'Class:EventNotification/Attribute:action_id+' => 'user account',
  236. 'Class:EventNotification/Attribute:object_id' => 'Object id',
  237. 'Class:EventNotification/Attribute:object_id+' => 'object id (class defined by the trigger ?)',
  238. ));
  239. //
  240. // Class: EventNotificationEmail
  241. //
  242. Dict::Add('EN US', 'English', 'English', array(
  243. 'Class:EventNotificationEmail' => 'Email emission event',
  244. 'Class:EventNotificationEmail+' => 'Trace of an email that has been sent',
  245. 'Class:EventNotificationEmail/Attribute:to' => 'TO',
  246. 'Class:EventNotificationEmail/Attribute:to+' => 'TO',
  247. 'Class:EventNotificationEmail/Attribute:cc' => 'CC',
  248. 'Class:EventNotificationEmail/Attribute:cc+' => 'CC',
  249. 'Class:EventNotificationEmail/Attribute:bcc' => 'BCC',
  250. 'Class:EventNotificationEmail/Attribute:bcc+' => 'BCC',
  251. 'Class:EventNotificationEmail/Attribute:from' => 'From',
  252. 'Class:EventNotificationEmail/Attribute:from+' => 'Sender of the message',
  253. 'Class:EventNotificationEmail/Attribute:subject' => 'Subject',
  254. 'Class:EventNotificationEmail/Attribute:subject+' => 'Subject',
  255. 'Class:EventNotificationEmail/Attribute:body' => 'Body',
  256. 'Class:EventNotificationEmail/Attribute:body+' => 'Body',
  257. ));
  258. //
  259. // Class: EventIssue
  260. //
  261. Dict::Add('EN US', 'English', 'English', array(
  262. 'Class:EventIssue' => 'Issue event',
  263. 'Class:EventIssue+' => 'Trace of an issue (warning, error, etc.)',
  264. 'Class:EventIssue/Attribute:issue' => 'Issue',
  265. 'Class:EventIssue/Attribute:issue+' => 'What happened',
  266. 'Class:EventIssue/Attribute:impact' => 'Impact',
  267. 'Class:EventIssue/Attribute:impact+' => 'What are the consequences',
  268. 'Class:EventIssue/Attribute:page' => 'Page',
  269. 'Class:EventIssue/Attribute:page+' => 'HTTP entry point',
  270. 'Class:EventIssue/Attribute:arguments_post' => 'Posted arguments',
  271. 'Class:EventIssue/Attribute:arguments_post+' => 'HTTP POST arguments',
  272. 'Class:EventIssue/Attribute:arguments_get' => 'URL arguments',
  273. 'Class:EventIssue/Attribute:arguments_get+' => 'HTTP GET arguments',
  274. 'Class:EventIssue/Attribute:callstack' => 'Callstack',
  275. 'Class:EventIssue/Attribute:callstack+' => 'Call stack',
  276. 'Class:EventIssue/Attribute:data' => 'Data',
  277. 'Class:EventIssue/Attribute:data+' => 'More information',
  278. ));
  279. //
  280. // Class: EventWebService
  281. //
  282. Dict::Add('EN US', 'English', 'English', array(
  283. 'Class:EventWebService' => 'Web service event',
  284. 'Class:EventWebService+' => 'Trace of an web service call',
  285. 'Class:EventWebService/Attribute:verb' => 'Verb',
  286. 'Class:EventWebService/Attribute:verb+' => 'Name of the operation',
  287. 'Class:EventWebService/Attribute:result' => 'Result',
  288. 'Class:EventWebService/Attribute:result+' => 'Overall success/failure',
  289. 'Class:EventWebService/Attribute:log_info' => 'Info log',
  290. 'Class:EventWebService/Attribute:log_info+' => 'Result info log',
  291. 'Class:EventWebService/Attribute:log_warning' => 'Warning log',
  292. 'Class:EventWebService/Attribute:log_warning+' => 'Result warning log',
  293. 'Class:EventWebService/Attribute:log_error' => 'Error log',
  294. 'Class:EventWebService/Attribute:log_error+' => 'Result error log',
  295. 'Class:EventWebService/Attribute:data' => 'Data',
  296. 'Class:EventWebService/Attribute:data+' => 'Result data',
  297. ));
  298. //
  299. // Class: EventLoginUsage
  300. //
  301. Dict::Add('EN US', 'English', 'English', array(
  302. 'Class:EventLoginUsage' => 'Login Usage',
  303. 'Class:EventLoginUsage+' => 'Connection to the application',
  304. 'Class:EventLoginUsage/Attribute:user_id' => 'Login',
  305. 'Class:EventLoginUsage/Attribute:user_id+' => 'Login',
  306. 'Class:EventLoginUsage/Attribute:contact_name' => 'User Name',
  307. 'Class:EventLoginUsage/Attribute:contact_name+' => 'User Name',
  308. 'Class:EventLoginUsage/Attribute:contact_email' => 'User Email',
  309. 'Class:EventLoginUsage/Attribute:contact_email+' => 'Email Address of the User',
  310. ));
  311. //
  312. // Class: Action
  313. //
  314. Dict::Add('EN US', 'English', 'English', array(
  315. 'Class:Action' => 'Custom Action',
  316. 'Class:Action+' => 'User defined action',
  317. 'Class:Action/Attribute:name' => 'Name',
  318. 'Class:Action/Attribute:name+' => '',
  319. 'Class:Action/Attribute:description' => 'Description',
  320. 'Class:Action/Attribute:description+' => '',
  321. 'Class:Action/Attribute:status' => 'Status',
  322. 'Class:Action/Attribute:status+' => 'In production or ?',
  323. 'Class:Action/Attribute:status/Value:test' => 'Being tested',
  324. 'Class:Action/Attribute:status/Value:test+' => 'Being tested',
  325. 'Class:Action/Attribute:status/Value:enabled' => 'In production',
  326. 'Class:Action/Attribute:status/Value:enabled+' => 'In production',
  327. 'Class:Action/Attribute:status/Value:disabled' => 'Inactive',
  328. 'Class:Action/Attribute:status/Value:disabled+' => 'Inactive',
  329. 'Class:Action/Attribute:trigger_list' => 'Related Triggers',
  330. 'Class:Action/Attribute:trigger_list+' => 'Triggers linked to this action',
  331. 'Class:Action/Attribute:finalclass' => 'Type',
  332. 'Class:Action/Attribute:finalclass+' => '',
  333. ));
  334. //
  335. // Class: ActionNotification
  336. //
  337. Dict::Add('EN US', 'English', 'English', array(
  338. 'Class:ActionNotification' => 'Notification',
  339. 'Class:ActionNotification+' => 'Notification (abstract)',
  340. ));
  341. //
  342. // Class: ActionEmail
  343. //
  344. Dict::Add('EN US', 'English', 'English', array(
  345. 'Class:ActionEmail' => 'Email notification',
  346. 'Class:ActionEmail+' => '',
  347. 'Class:ActionEmail/Attribute:test_recipient' => 'Test recipient',
  348. 'Class:ActionEmail/Attribute:test_recipient+' => 'Detination in case status is set to "Test"',
  349. 'Class:ActionEmail/Attribute:from' => 'From',
  350. 'Class:ActionEmail/Attribute:from+' => 'Will be sent into the email header',
  351. 'Class:ActionEmail/Attribute:reply_to' => 'Reply to',
  352. 'Class:ActionEmail/Attribute:reply_to+' => 'Will be sent into the email header',
  353. 'Class:ActionEmail/Attribute:to' => 'To',
  354. 'Class:ActionEmail/Attribute:to+' => 'Destination of the email',
  355. 'Class:ActionEmail/Attribute:cc' => 'Cc',
  356. 'Class:ActionEmail/Attribute:cc+' => 'Carbon Copy',
  357. 'Class:ActionEmail/Attribute:bcc' => 'bcc',
  358. 'Class:ActionEmail/Attribute:bcc+' => 'Blind Carbon Copy',
  359. 'Class:ActionEmail/Attribute:subject' => 'subject',
  360. 'Class:ActionEmail/Attribute:subject+' => 'Title of the email',
  361. 'Class:ActionEmail/Attribute:body' => 'body',
  362. 'Class:ActionEmail/Attribute:body+' => 'Contents of the email',
  363. 'Class:ActionEmail/Attribute:importance' => 'importance',
  364. 'Class:ActionEmail/Attribute:importance+' => 'Importance flag',
  365. 'Class:ActionEmail/Attribute:importance/Value:low' => 'low',
  366. 'Class:ActionEmail/Attribute:importance/Value:low+' => 'low',
  367. 'Class:ActionEmail/Attribute:importance/Value:normal' => 'normal',
  368. 'Class:ActionEmail/Attribute:importance/Value:normal+' => 'normal',
  369. 'Class:ActionEmail/Attribute:importance/Value:high' => 'high',
  370. 'Class:ActionEmail/Attribute:importance/Value:high+' => 'high',
  371. ));
  372. //
  373. // Class: Trigger
  374. //
  375. Dict::Add('EN US', 'English', 'English', array(
  376. 'Class:Trigger' => 'Trigger',
  377. 'Class:Trigger+' => 'Custom event handler',
  378. 'Class:Trigger/Attribute:description' => 'Description',
  379. 'Class:Trigger/Attribute:description+' => 'one line description',
  380. 'Class:Trigger/Attribute:action_list' => 'Triggered actions',
  381. 'Class:Trigger/Attribute:action_list+' => 'Actions performed when the trigger is activated',
  382. 'Class:Trigger/Attribute:finalclass' => 'Type',
  383. 'Class:Trigger/Attribute:finalclass+' => '',
  384. ));
  385. //
  386. // Class: TriggerOnObject
  387. //
  388. Dict::Add('EN US', 'English', 'English', array(
  389. 'Class:TriggerOnObject' => 'Trigger (class dependent)',
  390. 'Class:TriggerOnObject+' => 'Trigger on a given class of objects',
  391. 'Class:TriggerOnObject/Attribute:target_class' => 'Target class',
  392. 'Class:TriggerOnObject/Attribute:target_class+' => '',
  393. ));
  394. //
  395. // Class: TriggerOnPortalUpdate
  396. //
  397. Dict::Add('EN US', 'English', 'English', array(
  398. 'Class:TriggerOnPortalUpdate' => 'Trigger (when updated from the portal)',
  399. 'Class:TriggerOnPortalUpdate+' => 'Trigger on a end-user\'s update from the portal',
  400. ));
  401. //
  402. // Class: TriggerOnStateChange
  403. //
  404. Dict::Add('EN US', 'English', 'English', array(
  405. 'Class:TriggerOnStateChange' => 'Trigger (on state change)',
  406. 'Class:TriggerOnStateChange+' => 'Trigger on object state change',
  407. 'Class:TriggerOnStateChange/Attribute:state' => 'State',
  408. 'Class:TriggerOnStateChange/Attribute:state+' => '',
  409. ));
  410. //
  411. // Class: TriggerOnStateEnter
  412. //
  413. Dict::Add('EN US', 'English', 'English', array(
  414. 'Class:TriggerOnStateEnter' => 'Trigger (on entering a state)',
  415. 'Class:TriggerOnStateEnter+' => 'Trigger on object state change - entering',
  416. ));
  417. //
  418. // Class: TriggerOnStateLeave
  419. //
  420. Dict::Add('EN US', 'English', 'English', array(
  421. 'Class:TriggerOnStateLeave' => 'Trigger (on leaving a state)',
  422. 'Class:TriggerOnStateLeave+' => 'Trigger on object state change - leaving',
  423. ));
  424. //
  425. // Class: TriggerOnObjectCreate
  426. //
  427. Dict::Add('EN US', 'English', 'English', array(
  428. 'Class:TriggerOnObjectCreate' => 'Trigger (on object creation)',
  429. 'Class:TriggerOnObjectCreate+' => 'Trigger on object creation of [a child class of] the given class',
  430. ));
  431. //
  432. // Class: lnkTriggerAction
  433. //
  434. Dict::Add('EN US', 'English', 'English', array(
  435. 'Class:lnkTriggerAction' => 'Action/Trigger',
  436. 'Class:lnkTriggerAction+' => 'Link between a trigger and an action',
  437. 'Class:lnkTriggerAction/Attribute:action_id' => 'Action',
  438. 'Class:lnkTriggerAction/Attribute:action_id+' => 'The action to be executed',
  439. 'Class:lnkTriggerAction/Attribute:action_name' => 'Action',
  440. 'Class:lnkTriggerAction/Attribute:action_name+' => '',
  441. 'Class:lnkTriggerAction/Attribute:trigger_id' => 'Trigger',
  442. 'Class:lnkTriggerAction/Attribute:trigger_id+' => '',
  443. 'Class:lnkTriggerAction/Attribute:trigger_name' => 'Trigger',
  444. 'Class:lnkTriggerAction/Attribute:trigger_name+' => '',
  445. 'Class:lnkTriggerAction/Attribute:order' => 'Order',
  446. 'Class:lnkTriggerAction/Attribute:order+' => 'Actions execution order',
  447. ));
  448. //
  449. // Synchro Data Source
  450. //
  451. Dict::Add('EN US', 'English', 'English', array(
  452. 'Class:SynchroDataSource/Attribute:name' => 'Name',
  453. 'Class:SynchroDataSource/Attribute:name+' => 'Name',
  454. 'Class:SynchroDataSource/Attribute:description' => 'Description',
  455. 'Class:SynchroDataSource/Attribute:status' => 'Status', //TODO: enum values
  456. 'Class:SynchroDataSource/Attribute:scope_class' => 'Target class',
  457. 'Class:SynchroDataSource/Attribute:user_id' => 'User',
  458. 'Class:SynchroDataSource/Attribute:notify_contact_id' => 'Contact to notify',
  459. 'Class:SynchroDataSource/Attribute:notify_contact_id+' => 'Contact to notify in case of error',
  460. 'Class:SynchroDataSource/Attribute:url_icon' => 'Icon\'s hyperlink',
  461. 'Class:SynchroDataSource/Attribute:url_icon+' => 'Hyperlink a (small) image representing the application with which iTop is synchronized',
  462. 'Class:SynchroDataSource/Attribute:url_application' => 'Application\'s hyperlink',
  463. 'Class:SynchroDataSource/Attribute:url_application+' => 'Hyperlink to the iTop object in the external application with which iTop is synchronized (if applicable). Possible placeholders: $this->attribute$ and $replica->primary_key$',
  464. 'Class:SynchroDataSource/Attribute:reconciliation_policy' => 'Reconciliation policy', //TODO enum values
  465. 'Class:SynchroDataSource/Attribute:full_load_periodicity' => 'Full load interval',
  466. 'Class:SynchroDataSource/Attribute:full_load_periodicity+' => 'A complete reload of all data must occur at least as often as specified here',
  467. 'Class:SynchroDataSource/Attribute:action_on_zero' => 'Action on zero',
  468. 'Class:SynchroDataSource/Attribute:action_on_zero+' => 'Action taken when the search returns no object',
  469. 'Class:SynchroDataSource/Attribute:action_on_one' => 'Action on one',
  470. 'Class:SynchroDataSource/Attribute:action_on_one+' => 'Action taken when the search returns exactly one object',
  471. 'Class:SynchroDataSource/Attribute:action_on_multiple' => 'Action on many',
  472. 'Class:SynchroDataSource/Attribute:action_on_multiple+' => 'Action taken when the search returns more than one object',
  473. 'Class:SynchroDataSource/Attribute:user_delete_policy' => 'Users allowed',
  474. 'Class:SynchroDataSource/Attribute:user_delete_policy+' => 'Who is allowed to delete synchronized objects',
  475. 'Class:SynchroDataSource/Attribute:user_delete_policy' => 'Users allowed',
  476. 'Class:SynchroDataSource/Attribute:delete_policy/Value:never' => 'Nobody',
  477. 'Class:SynchroDataSource/Attribute:delete_policy/Value:depends' => 'Administrators only',
  478. 'Class:SynchroDataSource/Attribute:delete_policy/Value:always' => 'All allowed users',
  479. 'Class:SynchroDataSource/Attribute:delete_policy_update' => 'Update rules',
  480. 'Class:SynchroDataSource/Attribute:delete_policy_update+' => 'Syntax: field_name:value; ...',
  481. 'Class:SynchroDataSource/Attribute:delete_policy_retention' => 'Retention Duration',
  482. 'Class:SynchroDataSource/Attribute:delete_policy_retention+' => 'How much time an obsolete object is kept before being deleted',
  483. 'SynchroDataSource:Description' => 'Description',
  484. 'SynchroDataSource:Reconciliation' => 'Search &amp; reconciliation',
  485. 'SynchroDataSource:Deletion' => 'Deletion rules',
  486. 'SynchroDataSource:Status' => 'Status',
  487. 'SynchroDataSource:Information' => 'Information',
  488. 'SynchroDataSource:Definition' => 'Definition',
  489. 'Core:SynchroAttributes' => 'Attributes',
  490. 'Core:SynchroStatus' => 'Status',
  491. 'Core:Synchro:ErrorsLabel' => 'Errors',
  492. 'Core:Synchro:CreatedLabel' => 'Created',
  493. 'Core:Synchro:ModifiedLabel' => 'Modified',
  494. 'Core:Synchro:UnchangedLabel' => 'Unchanged',
  495. 'Core:Synchro:ReconciledErrorsLabel' => 'Errors',
  496. 'Core:Synchro:ReconciledLabel' => 'Reconciled',
  497. 'Core:Synchro:ReconciledNewLabel' => 'Created',
  498. 'Core:SynchroReconcile:Yes' => 'Yes',
  499. 'Core:SynchroReconcile:No' => 'No',
  500. 'Core:SynchroUpdate:Yes' => 'Yes',
  501. 'Core:SynchroUpdate:No' => 'No',
  502. 'Core:Synchro:LastestStatus' => 'Latest Status',
  503. 'Core:Synchro:History' => 'Synchronization History',
  504. 'Core:Synchro:NeverRun' => 'This synchro was never run. No log yet.',
  505. 'Core:Synchro:SynchroEndedOn_Date' => 'The latest synchronization ended on %1$s.',
  506. 'Core:Synchro:SynchroRunningStartedOn_Date' => 'The synchronization started on $1$s is still running...',
  507. 'Menu:DataSources' => 'Synchronization Data Sources',
  508. 'Menu:DataSources+' => 'All Synchronization Data Sources',
  509. 'Core:Synchro:label_repl_ignored' => 'Ignored (%1$s)',
  510. 'Core:Synchro:label_repl_disappeared' => 'Disappeared (%1$s)',
  511. 'Core:Synchro:label_repl_existing' => 'Existing (%1$s)',
  512. 'Core:Synchro:label_repl_new' => 'New (%1$s)',
  513. 'Core:Synchro:label_obj_deleted' => 'Deleted (%1$s)',
  514. 'Core:Synchro:label_obj_obsoleted' => 'Obsoleted (%1$s)',
  515. 'Core:Synchro:label_obj_disappeared_errors' => 'Errors (%1$s)',
  516. 'Core:Synchro:label_obj_disappeared_no_action' => 'No Action (%1$s)',
  517. 'Core:Synchro:label_obj_unchanged' => 'Unchanged (%1$s)',
  518. 'Core:Synchro:label_obj_updated' => 'Updated (%1$s)',
  519. 'Core:Synchro:label_obj_updated_errors' => 'Errors (%1$s)',
  520. 'Core:Synchro:label_obj_new_unchanged' => 'Unchanged (%1$s)',
  521. 'Core:Synchro:label_obj_new_updated' => 'Updated (%1$s)',
  522. 'Core:Synchro:label_obj_created' => 'Created (%1$s)',
  523. 'Core:Synchro:label_obj_new_errors' => 'Errors (%1$s)',
  524. 'Core:Synchro:History' => 'Synchronization History',
  525. 'Core:SynchroLogTitle' => '%1$s - %2$s',
  526. 'Core:Synchro:Nb_Replica' => 'Replica processed: %1$s',
  527. 'Core:Synchro:Nb_Class:Objects' => '%1$s: %2$s',
  528. 'Class:SynchroDataSource/Error:AtLeastOneReconciliationKeyMustBeSpecified' => 'At Least one reconciliation key must be specified, or the reconciliation policy must be to use the primary key.',
  529. 'Class:SynchroDataSource/Error:DeleteRetentionDurationMustBeSpecified' => 'A delete retention period must be specified, since objects are to be deleted after being marked as obsolete',
  530. 'Class:SynchroDataSource/Error:DeletePolicyUpdateMustBeSpecified' => 'Obsolete objects are to be updated, but no update is specified.',
  531. 'Core:SynchroReplica:PublicData' => 'Public Data',
  532. 'Core:SynchroReplica:PrivateDetails' => 'Private Details',
  533. 'Core:SynchroReplica:BackToDataSource' => 'Go Back to the Synchro Data Source: %1$s',
  534. 'Core:SynchroReplica:ListOfReplicas' => 'List of Replica',
  535. 'Core:SynchroAttExtKey:ReconciliationById' => 'id (Primary Key)',
  536. 'Core:SynchroAtt:attcode' => 'Attribute',
  537. 'Core:SynchroAtt:attcode+' => 'Field of the object',
  538. 'Core:SynchroAtt:reconciliation' => 'Reconciliation ?',
  539. 'Core:SynchroAtt:reconciliation+' => 'Used for searching',
  540. 'Core:SynchroAtt:update' => 'Update ?',
  541. 'Core:SynchroAtt:update+' => 'Used to update the object',
  542. 'Core:SynchroAtt:update_policy' => 'Update Policy',
  543. 'Core:SynchroAtt:update_policy+' => 'Behavior of the updated field',
  544. 'Core:SynchroAtt:reconciliation_attcode' => 'Reconciliation Key',
  545. 'Core:SynchroAtt:reconciliation_attcode+' => 'Attribute Code for the External Key Reconciliation',
  546. 'Core:SyncDataExchangeComment' => '(Data Synchro)',
  547. 'Core:Synchro:ListOfDataSources' => 'List of data sources:',
  548. 'Core:Synchro:LastSynchro' => 'Last synchronization:',
  549. 'Core:Synchro:ThisObjectIsSynchronized' => 'This object is synchronized with an external data source',
  550. 'Core:Synchro:TheObjectWasCreatedBy_Source' => 'The object was <b>created</b> by the external data source %1$s',
  551. 'Core:Synchro:TheObjectCanBeDeletedBy_Source' => 'The object <b>can be deleted</b> by the external data source %1$s',
  552. 'Core:Synchro:TheObjectCannotBeDeletedByUser_Source' => 'You <b>cannot delete the object</b> because it is owned by the external data source %1$s',
  553. 'TitleSynchroExecution' => 'Execution of the synchronization',
  554. 'Class:SynchroDataSource:DataTable' => 'Database table: %1$s',
  555. 'Core:SyncDataSourceObsolete' => 'The data source is marked as obsolete. Operation cancelled.',
  556. 'Core:SyncDataSourceAccessRestriction' => 'Only adminstrators or the user specified in the data source can execute this operation. Operation cancelled.',
  557. 'Core:SyncTooManyMissingReplicas' => 'All records have been untouched for some time (all of the objects could be deleted). Please check that the process that writes into the synchronization table is still running. Operation cancelled.',
  558. 'Class:AsyncSendEmail' => 'Email (asynchronous)',
  559. 'Class:AsyncSendEmail/Attribute:to' => 'To',
  560. 'Class:AsyncSendEmail/Attribute:subject' => 'Subject',
  561. 'Class:AsyncSendEmail/Attribute:body' => 'Body',
  562. 'Class:AsyncSendEmail/Attribute:header' => 'Header',
  563. 'Class:CMDBChangeOpSetAttributeOneWayPassword' => 'Encrypted Password',
  564. 'Class:CMDBChangeOpSetAttributeOneWayPassword/Attribute:prev_pwd' => 'Previous Value',
  565. 'Class:CMDBChangeOpSetAttributeEncrypted' => 'Encrypted Field',
  566. 'Class:CMDBChangeOpSetAttributeEncrypted/Attribute:prevstring' => 'Previous Value',
  567. 'Class:CMDBChangeOpSetAttributeCaseLog' => 'Case Log',
  568. 'Class:CMDBChangeOpSetAttributeCaseLog/Attribute:lastentry' => 'Last Entry',
  569. 'Class:SynchroDataSource' => 'Synchro Data Source',
  570. 'Class:SynchroDataSource/Attribute:status/Value:implementation' => 'Implementation',
  571. 'Class:SynchroDataSource/Attribute:status/Value:obsolete' => 'Obsolete',
  572. 'Class:SynchroDataSource/Attribute:status/Value:production' => 'Production',
  573. 'Class:SynchroDataSource/Attribute:scope_restriction' => 'Scope restriction',
  574. 'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_attributes' => 'Use the attributes',
  575. 'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_primary_key' => 'Use the primary_key field',
  576. 'Class:SynchroDataSource/Attribute:action_on_zero/Value:create' => 'Create',
  577. 'Class:SynchroDataSource/Attribute:action_on_zero/Value:error' => 'Error',
  578. 'Class:SynchroDataSource/Attribute:action_on_one/Value:error' => 'Error',
  579. 'Class:SynchroDataSource/Attribute:action_on_one/Value:update' => 'Update',
  580. 'Class:SynchroDataSource/Attribute:action_on_multiple/Value:create' => 'Create',
  581. 'Class:SynchroDataSource/Attribute:action_on_multiple/Value:error' => 'Error',
  582. 'Class:SynchroDataSource/Attribute:action_on_multiple/Value:take_first' => 'Take the first one (random?)',
  583. 'Class:SynchroDataSource/Attribute:delete_policy' => 'Delete Policy',
  584. 'Class:SynchroDataSource/Attribute:delete_policy/Value:delete' => 'Delete',
  585. 'Class:SynchroDataSource/Attribute:delete_policy/Value:ignore' => 'Ignore',
  586. 'Class:SynchroDataSource/Attribute:delete_policy/Value:update' => 'Update',
  587. 'Class:SynchroDataSource/Attribute:delete_policy/Value:update_then_delete' => 'Update then Delete',
  588. 'Class:SynchroDataSource/Attribute:attribute_list' => 'Attributes List',
  589. 'Class:SynchroDataSource/Attribute:user_delete_policy/Value:administrators' => 'Administrators only',
  590. 'Class:SynchroDataSource/Attribute:user_delete_policy/Value:everybody' => 'Everybody allowed to delete such objects',
  591. 'Class:SynchroDataSource/Attribute:user_delete_policy/Value:nobody' => 'Nobody',
  592. 'Class:SynchroAttribute' => 'Synchro Attribute',
  593. 'Class:SynchroAttribute/Attribute:sync_source_id' => 'Sycnhro Data Source',
  594. 'Class:SynchroAttribute/Attribute:attcode' => 'Attribute Code',
  595. 'Class:SynchroAttribute/Attribute:update' => 'Update',
  596. 'Class:SynchroAttribute/Attribute:reconcile' => 'Reconcile',
  597. 'Class:SynchroAttribute/Attribute:update_policy' => 'Update Policy',
  598. 'Class:SynchroAttribute/Attribute:update_policy/Value:master_locked' => 'Locked',
  599. 'Class:SynchroAttribute/Attribute:update_policy/Value:master_unlocked' => 'Unlocked',
  600. 'Class:SynchroAttribute/Attribute:update_policy/Value:write_if_empty' => 'Initialize if empty',
  601. 'Class:SynchroAttribute/Attribute:finalclass' => 'Class',
  602. 'Class:SynchroAttExtKey' => 'Synchro Attribute (ExtKey)',
  603. 'Class:SynchroAttExtKey/Attribute:reconciliation_attcode' => 'Reconciliation Attribute',
  604. 'Class:SynchroAttLinkSet' => 'Synchro Attribute (Linkset)',
  605. 'Class:SynchroAttLinkSet/Attribute:row_separator' => 'Rows separator',
  606. 'Class:SynchroAttLinkSet/Attribute:attribute_separator' => 'Attributes separator',
  607. 'Class:SynchroLog' => 'Synchr Log',
  608. 'Class:SynchroLog/Attribute:sync_source_id' => 'Synchro Data Source',
  609. 'Class:SynchroLog/Attribute:start_date' => 'Start Date',
  610. 'Class:SynchroLog/Attribute:end_date' => 'End Date',
  611. 'Class:SynchroLog/Attribute:status' => 'Status',
  612. 'Class:SynchroLog/Attribute:status/Value:completed' => 'Completed',
  613. 'Class:SynchroLog/Attribute:status/Value:error' => 'Error',
  614. 'Class:SynchroLog/Attribute:status/Value:running' => 'Still Running',
  615. 'Class:SynchroLog/Attribute:stats_nb_replica_seen' => 'Nb replica seen',
  616. 'Class:SynchroLog/Attribute:stats_nb_replica_total' => 'Nb replica total',
  617. 'Class:SynchroLog/Attribute:stats_nb_obj_deleted' => 'Nb objects deleted',
  618. 'Class:SynchroLog/Attribute:stats_nb_obj_deleted_errors' => 'Nb of errors while deleting',
  619. 'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted' => 'Nb objects obsoleted',
  620. 'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted_errors' => 'Nb of errors while obsoleting',
  621. 'Class:SynchroLog/Attribute:stats_nb_obj_created' => 'Nb objects created',
  622. 'Class:SynchroLog/Attribute:stats_nb_obj_created_errors' => 'Nb or errors while creating',
  623. 'Class:SynchroLog/Attribute:stats_nb_obj_updated' => 'Nb objects updated',
  624. 'Class:SynchroLog/Attribute:stats_nb_obj_updated_errors' => 'Nb errors while updating',
  625. 'Class:SynchroLog/Attribute:stats_nb_replica_reconciled_errors' => 'Nb of errors during reconciliation',
  626. 'Class:SynchroLog/Attribute:stats_nb_replica_disappeared_no_action' => 'Nb replica disappeared',
  627. 'Class:SynchroLog/Attribute:stats_nb_obj_new_updated' => 'Nb objects updated',
  628. 'Class:SynchroLog/Attribute:stats_nb_obj_new_unchanged' => 'Nb objects unchanged',
  629. 'Class:SynchroLog/Attribute:last_error' => 'Last error',
  630. 'Class:SynchroLog/Attribute:traces' => 'Traces',
  631. 'Class:SynchroReplica' => 'Synchro Replica',
  632. 'Class:SynchroReplica/Attribute:sync_source_id' => 'Synchro Data Source',
  633. 'Class:SynchroReplica/Attribute:dest_id' => 'Destination object (ID)',
  634. 'Class:SynchroReplica/Attribute:dest_class' => 'Destination type',
  635. 'Class:SynchroReplica/Attribute:status_last_seen' => 'Lat seen',
  636. 'Class:SynchroReplica/Attribute:status' => 'Status',
  637. 'Class:SynchroReplica/Attribute:status/Value:modified' => 'Modified',
  638. 'Class:SynchroReplica/Attribute:status/Value:new' => 'New',
  639. 'Class:SynchroReplica/Attribute:status/Value:obsolete' => 'Obsolete',
  640. 'Class:SynchroReplica/Attribute:status/Value:orphan' => 'Orphan',
  641. 'Class:SynchroReplica/Attribute:status/Value:synchronized' => 'Synchronized',
  642. 'Class:SynchroReplica/Attribute:status_dest_creator' => 'Object Created ?',
  643. 'Class:SynchroReplica/Attribute:status_last_error' => 'Last Error',
  644. 'Class:SynchroReplica/Attribute:info_creation_date' => 'Creation Date',
  645. 'Class:SynchroReplica/Attribute:info_last_modified' => 'Last Modified Date',
  646. 'Class:appUserPreferences' => 'User Preferences',
  647. 'Class:appUserPreferences/Attribute:userid' => 'User',
  648. 'Class:appUserPreferences/Attribute:preferences' => 'Prefs',
  649. ));
  650. //
  651. // Attribute Duration
  652. //
  653. Dict::Add('EN US', 'English', 'English', array(
  654. 'Core:Duration_Seconds' => '%1$ds',
  655. 'Core:Duration_Minutes_Seconds' =>'%1$dmin %2$ds',
  656. 'Core:Duration_Hours_Minutes_Seconds' => '%1$dh %2$dmin %3$ds',
  657. 'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds',
  658. ));
  659. ?>