* @author Romain Quetiez * @author Denis Flaven * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL */ Dict::Add('EN US', 'English', 'English', array( 'Core:AttributeLinkedSet' => 'Array of objects', 'Core:AttributeLinkedSet+' => 'Any kind of objects of the same class or subclass', 'Core:AttributeLinkedSetIndirect' => 'Array of objects (N-N)', 'Core:AttributeLinkedSetIndirect+' => 'Any kind of objects [subclass] of the same class', 'Core:AttributeInteger' => 'Integer', 'Core:AttributeInteger+' => 'Numeric value (could be negative)', 'Core:AttributeDecimal' => 'Decimal', 'Core:AttributeDecimal+' => 'Decimal value (could be negative)', 'Core:AttributeBoolean' => 'Boolean', 'Core:AttributeBoolean+' => 'Boolean', 'Core:AttributeString' => 'String', 'Core:AttributeString+' => 'Alphanumeric string', 'Core:AttributeClass' => 'Class', 'Core:AttributeClass+' => 'Class', 'Core:AttributeApplicationLanguage' => 'User language', 'Core:AttributeApplicationLanguage+' => 'Language and country (EN US)', 'Core:AttributeFinalClass' => 'Class (auto)', 'Core:AttributeFinalClass+' => 'Real class of the object (automatically created by the core)', 'Core:AttributePassword' => 'Password', 'Core:AttributePassword+' => 'Password of an external device', 'Core:AttributeEncryptedString' => 'Encrypted string', 'Core:AttributeEncryptedString+' => 'String encrypted with a local key', 'Core:AttributeText' => 'Text', 'Core:AttributeText+' => 'Multiline character string', 'Core:AttributeHTML' => 'HTML', 'Core:AttributeHTML+' => 'HTML string', 'Core:AttributeEmailAddress' => 'Email address', 'Core:AttributeEmailAddress+' => 'Email address', 'Core:AttributeIPAddress' => 'IP address', 'Core:AttributeIPAddress+' => 'IP address', 'Core:AttributeOQL' => 'OQL', 'Core:AttributeOQL+' => 'Object Query Langage expression', 'Core:AttributeEnum' => 'Enum', 'Core:AttributeEnum+' => 'List of predefined alphanumeric strings', 'Core:AttributeTemplateString' => 'Template string', 'Core:AttributeTemplateString+' => 'String containing placeholders', 'Core:AttributeTemplateText' => 'Template text', 'Core:AttributeTemplateText+' => 'Text containing placeholders', 'Core:AttributeTemplateHTML' => 'Template HTML', 'Core:AttributeTemplateHTML+' => 'HTML containing placeholders', 'Core:AttributeWikiText' => 'Wiki article', 'Core:AttributeWikiText+' => 'Wiki formatted text', 'Core:AttributeDateTime' => 'Date/time', 'Core:AttributeDateTime+' => 'Date and time (year-month-day hh:mm:ss)', 'Core:AttributeDate' => 'Date', 'Core:AttributeDate+' => 'Date (year-month-day)', 'Core:AttributeDeadline' => 'Deadline', 'Core:AttributeDeadline+' => 'Date, displayed relatively to the current time', 'Core:AttributeExternalKey' => 'External key', 'Core:AttributeExternalKey+' => 'External (or foreign) key', 'Core:AttributeExternalField' => 'External field', 'Core:AttributeExternalField+' => 'Field mapped to an external key', 'Core:AttributeURL' => 'URL', 'Core:AttributeURL+' => 'Absolute or relative URL as a text string', 'Core:AttributeBlob' => 'Blob', 'Core:AttributeBlob+' => 'Any binary content (document)', 'Core:AttributeOneWayPassword' => 'One way password', 'Core:AttributeOneWayPassword+' => 'One way encrypted (hashed) password', 'Core:AttributeTable' => 'Table', 'Core:AttributeTable+' => 'Indexed array having two dimensions', 'Core:AttributePropertySet' => 'Properties', 'Core:AttributePropertySet+' => 'List of untyped properties (name and value)', )); ////////////////////////////////////////////////////////////////////// // Classes in 'core/cmdb' ////////////////////////////////////////////////////////////////////// // // // Class: CMDBChange // Dict::Add('EN US', 'English', 'English', array( 'Class:CMDBChange' => 'Change', 'Class:CMDBChange+' => 'Changes tracking', 'Class:CMDBChange/Attribute:date' => 'date', 'Class:CMDBChange/Attribute:date+' => 'date and time at which the changes have been recorded', 'Class:CMDBChange/Attribute:userinfo' => 'misc. info', 'Class:CMDBChange/Attribute:userinfo+' => 'caller\'s defined information', )); // // Class: CMDBChangeOp // Dict::Add('EN US', 'English', 'English', array( 'Class:CMDBChangeOp' => 'Change Operation', 'Class:CMDBChangeOp+' => 'Change operations tracking', 'Class:CMDBChangeOp/Attribute:change' => 'change', 'Class:CMDBChangeOp/Attribute:change+' => 'change', 'Class:CMDBChangeOp/Attribute:date' => 'date', 'Class:CMDBChangeOp/Attribute:date+' => 'date and time of the change', 'Class:CMDBChangeOp/Attribute:userinfo' => 'user', 'Class:CMDBChangeOp/Attribute:userinfo+' => 'who made this change', 'Class:CMDBChangeOp/Attribute:objclass' => 'object class', 'Class:CMDBChangeOp/Attribute:objclass+' => 'object class', 'Class:CMDBChangeOp/Attribute:objkey' => 'object id', 'Class:CMDBChangeOp/Attribute:objkey+' => 'object id', 'Class:CMDBChangeOp/Attribute:finalclass' => 'type', 'Class:CMDBChangeOp/Attribute:finalclass+' => '', )); // // Class: CMDBChangeOpCreate // Dict::Add('EN US', 'English', 'English', array( 'Class:CMDBChangeOpCreate' => 'object creation', 'Class:CMDBChangeOpCreate+' => 'Object creation tracking', )); // // Class: CMDBChangeOpDelete // Dict::Add('EN US', 'English', 'English', array( 'Class:CMDBChangeOpDelete' => 'object deletion', 'Class:CMDBChangeOpDelete+' => 'Object deletion tracking', )); // // Class: CMDBChangeOpSetAttribute // Dict::Add('EN US', 'English', 'English', array( 'Class:CMDBChangeOpSetAttribute' => 'object change', 'Class:CMDBChangeOpSetAttribute+' => 'Object properties change tracking', 'Class:CMDBChangeOpSetAttribute/Attribute:attcode' => 'Attribute', 'Class:CMDBChangeOpSetAttribute/Attribute:attcode+' => 'code of the modified property', )); // // Class: CMDBChangeOpSetAttributeScalar // Dict::Add('EN US', 'English', 'English', array( 'Class:CMDBChangeOpSetAttributeScalar' => 'property change', 'Class:CMDBChangeOpSetAttributeScalar+' => 'Object scalar properties change tracking', 'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue' => 'Previous value', 'Class:CMDBChangeOpSetAttributeScalar/Attribute:oldvalue+' => 'previous value of the attribute', 'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue' => 'New value', 'Class:CMDBChangeOpSetAttributeScalar/Attribute:newvalue+' => 'new value of the attribute', )); // Used by CMDBChangeOp... & derived classes Dict::Add('EN US', 'English', 'English', array( 'Change:ObjectCreated' => 'Object created', 'Change:ObjectDeleted' => 'Object deleted', 'Change:ObjectModified' => 'Object modified', 'Change:AttName_SetTo_NewValue_PreviousValue_OldValue' => '%1$s set to %2$s (previous value: %3$s)', 'Change:Text_AppendedTo_AttName' => '%1$s appended to %2$s', 'Change:AttName_Changed_PreviousValue_OldValue' => '%1$s modified, previous value: %2$s', 'Change:AttName_Changed' => '%1$s modified', )); // // Class: CMDBChangeOpSetAttributeBlob // Dict::Add('EN US', 'English', 'English', array( 'Class:CMDBChangeOpSetAttributeBlob' => 'data change', 'Class:CMDBChangeOpSetAttributeBlob+' => 'data change tracking', 'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata' => 'Previous data', 'Class:CMDBChangeOpSetAttributeBlob/Attribute:prevdata+' => 'previous contents of the attribute', )); // // Class: CMDBChangeOpSetAttributeText // Dict::Add('EN US', 'English', 'English', array( 'Class:CMDBChangeOpSetAttributeText' => 'text change', 'Class:CMDBChangeOpSetAttributeText+' => 'text change tracking', 'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata' => 'Previous data', 'Class:CMDBChangeOpSetAttributeText/Attribute:prevdata+' => 'previous contents of the attribute', )); // // Class: Event // Dict::Add('EN US', 'English', 'English', array( 'Class:Event' => 'Log Event', 'Class:Event+' => 'An application internal event', 'Class:Event/Attribute:message' => 'message', 'Class:Event/Attribute:message+' => 'short description of the event', 'Class:Event/Attribute:date' => 'date', 'Class:Event/Attribute:date+' => 'date and time at which the changes have been recorded', 'Class:Event/Attribute:userinfo' => 'user info', 'Class:Event/Attribute:userinfo+' => 'identification of the user that was doing the action that triggered this event', 'Class:Event/Attribute:finalclass' => 'type', 'Class:Event/Attribute:finalclass+' => '', )); // // Class: EventNotification // Dict::Add('EN US', 'English', 'English', array( 'Class:EventNotification' => 'Notification event', 'Class:EventNotification+' => 'Trace of a notification that has been sent', 'Class:EventNotification/Attribute:trigger_id' => 'Trigger', 'Class:EventNotification/Attribute:trigger_id+' => 'user account', 'Class:EventNotification/Attribute:action_id' => 'user', 'Class:EventNotification/Attribute:action_id+' => 'user account', 'Class:EventNotification/Attribute:object_id' => 'Object id', 'Class:EventNotification/Attribute:object_id+' => 'object id (class defined by the trigger ?)', )); // // Class: EventNotificationEmail // Dict::Add('EN US', 'English', 'English', array( 'Class:EventNotificationEmail' => 'Email emission event', 'Class:EventNotificationEmail+' => 'Trace of an email that has been sent', 'Class:EventNotificationEmail/Attribute:to' => 'TO', 'Class:EventNotificationEmail/Attribute:to+' => 'TO', 'Class:EventNotificationEmail/Attribute:cc' => 'CC', 'Class:EventNotificationEmail/Attribute:cc+' => 'CC', 'Class:EventNotificationEmail/Attribute:bcc' => 'BCC', 'Class:EventNotificationEmail/Attribute:bcc+' => 'BCC', 'Class:EventNotificationEmail/Attribute:from' => 'From', 'Class:EventNotificationEmail/Attribute:from+' => 'Sender of the message', 'Class:EventNotificationEmail/Attribute:subject' => 'Subject', 'Class:EventNotificationEmail/Attribute:subject+' => 'Subject', 'Class:EventNotificationEmail/Attribute:body' => 'Body', 'Class:EventNotificationEmail/Attribute:body+' => 'Body', )); // // Class: EventIssue // Dict::Add('EN US', 'English', 'English', array( 'Class:EventIssue' => 'Issue event', 'Class:EventIssue+' => 'Trace of an issue (warning, error, etc.)', 'Class:EventIssue/Attribute:issue' => 'Issue', 'Class:EventIssue/Attribute:issue+' => 'What happened', 'Class:EventIssue/Attribute:impact' => 'Impact', 'Class:EventIssue/Attribute:impact+' => 'What are the consequences', 'Class:EventIssue/Attribute:page' => 'Page', 'Class:EventIssue/Attribute:page+' => 'HTTP entry point', 'Class:EventIssue/Attribute:arguments_post' => 'Posted arguments', 'Class:EventIssue/Attribute:arguments_post+' => 'HTTP POST arguments', 'Class:EventIssue/Attribute:arguments_get' => 'URL arguments', 'Class:EventIssue/Attribute:arguments_get+' => 'HTTP GET arguments', 'Class:EventIssue/Attribute:callstack' => 'Callstack', 'Class:EventIssue/Attribute:callstack+' => 'Call stack', 'Class:EventIssue/Attribute:data' => 'Data', 'Class:EventIssue/Attribute:data+' => 'More information', )); // // Class: EventWebService // Dict::Add('EN US', 'English', 'English', array( 'Class:EventWebService' => 'Web service event', 'Class:EventWebService+' => 'Trace of an web service call', 'Class:EventWebService/Attribute:verb' => 'Verb', 'Class:EventWebService/Attribute:verb+' => 'Name of the operation', 'Class:EventWebService/Attribute:result' => 'Result', 'Class:EventWebService/Attribute:result+' => 'Overall success/failure', 'Class:EventWebService/Attribute:log_info' => 'Info log', 'Class:EventWebService/Attribute:log_info+' => 'Result info log', 'Class:EventWebService/Attribute:log_warning' => 'Warning log', 'Class:EventWebService/Attribute:log_warning+' => 'Result warning log', 'Class:EventWebService/Attribute:log_error' => 'Error log', 'Class:EventWebService/Attribute:log_error+' => 'Result error log', 'Class:EventWebService/Attribute:data' => 'Data', 'Class:EventWebService/Attribute:data+' => 'Result data', )); // // Class: Action // Dict::Add('EN US', 'English', 'English', array( 'Class:Action' => 'Custom Action', 'Class:Action+' => 'User defined action', 'Class:Action/Attribute:name' => 'Name', 'Class:Action/Attribute:name+' => '', 'Class:Action/Attribute:description' => 'Description', 'Class:Action/Attribute:description+' => '', 'Class:Action/Attribute:status' => 'Status', 'Class:Action/Attribute:status+' => 'In production or ?', 'Class:Action/Attribute:status/Value:test' => 'Being tested', 'Class:Action/Attribute:status/Value:test+' => 'Being tested', 'Class:Action/Attribute:status/Value:enabled' => 'In production', 'Class:Action/Attribute:status/Value:enabled+' => 'In production', 'Class:Action/Attribute:status/Value:disabled' => 'Inactive', 'Class:Action/Attribute:status/Value:disabled+' => 'Inactive', 'Class:Action/Attribute:trigger_list' => 'Related Triggers', 'Class:Action/Attribute:trigger_list+' => 'Triggers linked to this action', 'Class:Action/Attribute:finalclass' => 'Type', 'Class:Action/Attribute:finalclass+' => '', )); // // Class: ActionNotification // Dict::Add('EN US', 'English', 'English', array( 'Class:ActionNotification' => 'Notification', 'Class:ActionNotification+' => 'Notification (abstract)', )); // // Class: ActionEmail // Dict::Add('EN US', 'English', 'English', array( 'Class:ActionEmail' => 'Email notification', 'Class:ActionEmail+' => '', 'Class:ActionEmail/Attribute:test_recipient' => 'Test recipient', 'Class:ActionEmail/Attribute:test_recipient+' => 'Detination in case status is set to "Test"', 'Class:ActionEmail/Attribute:from' => 'From', 'Class:ActionEmail/Attribute:from+' => 'Will be sent into the email header', 'Class:ActionEmail/Attribute:reply_to' => 'Reply to', 'Class:ActionEmail/Attribute:reply_to+' => 'Will be sent into the email header', 'Class:ActionEmail/Attribute:to' => 'To', 'Class:ActionEmail/Attribute:to+' => 'Destination of the email', 'Class:ActionEmail/Attribute:cc' => 'Cc', 'Class:ActionEmail/Attribute:cc+' => 'Carbon Copy', 'Class:ActionEmail/Attribute:bcc' => 'bcc', 'Class:ActionEmail/Attribute:bcc+' => 'Blind Carbon Copy', 'Class:ActionEmail/Attribute:subject' => 'subject', 'Class:ActionEmail/Attribute:subject+' => 'Title of the email', 'Class:ActionEmail/Attribute:body' => 'body', 'Class:ActionEmail/Attribute:body+' => 'Contents of the email', 'Class:ActionEmail/Attribute:importance' => 'importance', 'Class:ActionEmail/Attribute:importance+' => 'Importance flag', 'Class:ActionEmail/Attribute:importance/Value:low' => 'low', 'Class:ActionEmail/Attribute:importance/Value:low+' => 'low', 'Class:ActionEmail/Attribute:importance/Value:normal' => 'normal', 'Class:ActionEmail/Attribute:importance/Value:normal+' => 'normal', 'Class:ActionEmail/Attribute:importance/Value:high' => 'high', 'Class:ActionEmail/Attribute:importance/Value:high+' => 'high', )); // // Class: Trigger // Dict::Add('EN US', 'English', 'English', array( 'Class:Trigger' => 'Trigger', 'Class:Trigger+' => 'Custom event handler', 'Class:Trigger/Attribute:description' => 'Description', 'Class:Trigger/Attribute:description+' => 'one line description', 'Class:Trigger/Attribute:action_list' => 'Triggered actions', 'Class:Trigger/Attribute:action_list+' => 'Actions performed when the trigger is activated', 'Class:Trigger/Attribute:finalclass' => 'Type', 'Class:Trigger/Attribute:finalclass+' => '', )); // // Class: TriggerOnObject // Dict::Add('EN US', 'English', 'English', array( 'Class:TriggerOnObject' => 'Trigger (class dependent)', 'Class:TriggerOnObject+' => 'Trigger on a given class of objects', 'Class:TriggerOnObject/Attribute:target_class' => 'Target class', 'Class:TriggerOnObject/Attribute:target_class+' => '', )); // // Class: TriggerOnStateChange // Dict::Add('EN US', 'English', 'English', array( 'Class:TriggerOnStateChange' => 'Trigger (on state change)', 'Class:TriggerOnStateChange+' => 'Trigger on object state change', 'Class:TriggerOnStateChange/Attribute:state' => 'State', 'Class:TriggerOnStateChange/Attribute:state+' => '', )); // // Class: TriggerOnStateEnter // Dict::Add('EN US', 'English', 'English', array( 'Class:TriggerOnStateEnter' => 'Trigger (on entering a state)', 'Class:TriggerOnStateEnter+' => 'Trigger on object state change - entering', )); // // Class: TriggerOnStateLeave // Dict::Add('EN US', 'English', 'English', array( 'Class:TriggerOnStateLeave' => 'Trigger (on leaving a state)', 'Class:TriggerOnStateLeave+' => 'Trigger on object state change - leaving', )); // // Class: TriggerOnObjectCreate // Dict::Add('EN US', 'English', 'English', array( 'Class:TriggerOnObjectCreate' => 'Trigger (on object creation)', 'Class:TriggerOnObjectCreate+' => 'Trigger on object creation of [a child class of] the given class', )); // // Class: lnkTriggerAction // Dict::Add('EN US', 'English', 'English', array( 'Class:lnkTriggerAction' => 'Action/Trigger', 'Class:lnkTriggerAction+' => 'Link between a trigger and an action', 'Class:lnkTriggerAction/Attribute:action_id' => 'Action', 'Class:lnkTriggerAction/Attribute:action_id+' => 'The action to be executed', 'Class:lnkTriggerAction/Attribute:action_name' => 'Action', 'Class:lnkTriggerAction/Attribute:action_name+' => '', 'Class:lnkTriggerAction/Attribute:trigger_id' => 'Trigger', 'Class:lnkTriggerAction/Attribute:trigger_id+' => '', 'Class:lnkTriggerAction/Attribute:trigger_name' => 'Trigger', 'Class:lnkTriggerAction/Attribute:trigger_name+' => '', 'Class:lnkTriggerAction/Attribute:order' => 'Order', 'Class:lnkTriggerAction/Attribute:order+' => 'Actions execution order', )); ?>