diff --git a/dictionaries/dictionary.itop.core.php b/dictionaries/dictionary.itop.core.php index 1de4fd194..8cbc76fd8 100644 --- a/dictionaries/dictionary.itop.core.php +++ b/dictionaries/dictionary.itop.core.php @@ -601,6 +601,98 @@ Dict::Add('EN US', 'English', 'English', array( 'Core:SyncDataSourceObsolete' => 'The data source is marked as obsolete. Operation cancelled.', 'Core:SyncDataSourceAccessRestriction' => 'Only adminstrators or the user specified in the data source can execute this operation. Operation cancelled.', 'Core:SyncTooManyMissingReplicas' => 'All replicas are missing from import. Did the import actually run? Operation cancelled.', + + 'Class:AsyncSendEmail' => 'Email (asynchronous)', + 'Class:AsyncSendEmail/Attribute:to' => 'To', + 'Class:AsyncSendEmail/Attribute:subject' => 'Subject', + 'Class:AsyncSendEmail/Attribute:body' => 'Body', + 'Class:AsyncSendEmail/Attribute:header' => 'Header', + 'Class:CMDBChangeOpSetAttributeOneWayPassword' => 'Encrypted Password', + 'Class:CMDBChangeOpSetAttributeOneWayPassword/Attribute:prev_pwd' => 'Previous Value', + 'Class:CMDBChangeOpSetAttributeEncrypted' => 'Encrypted Field', + 'Class:CMDBChangeOpSetAttributeEncrypted/Attribute:prevstring' => 'Previous Value', + 'Class:CMDBChangeOpSetAttributeCaseLog' => 'Case Log', + 'Class:CMDBChangeOpSetAttributeCaseLog/Attribute:lastentry' => 'Last Entry', + 'Class:SynchroDataSource' => 'Synchro Data Source', + 'Class:SynchroDataSource/Attribute:status/Value:implementation' => 'Implementation', + 'Class:SynchroDataSource/Attribute:status/Value:obsolete' => 'Obsolete', + 'Class:SynchroDataSource/Attribute:status/Value:production' => 'Production', + 'Class:SynchroDataSource/Attribute:scope_restriction' => 'Scope restriction', + 'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_attributes' => 'Use the attributes', + 'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_primary_key' => 'Use the primary_key field', + 'Class:SynchroDataSource/Attribute:action_on_zero/Value:create' => 'Create', + 'Class:SynchroDataSource/Attribute:action_on_zero/Value:error' => 'Error', + 'Class:SynchroDataSource/Attribute:action_on_one/Value:error' => 'Error', + 'Class:SynchroDataSource/Attribute:action_on_one/Value:update' => 'Update', + 'Class:SynchroDataSource/Attribute:action_on_multiple/Value:create' => 'Create', + 'Class:SynchroDataSource/Attribute:action_on_multiple/Value:error' => 'Error', + 'Class:SynchroDataSource/Attribute:action_on_multiple/Value:take_first' => 'Take the first one (random?)', + 'Class:SynchroDataSource/Attribute:delete_policy' => 'Delete Policy', + 'Class:SynchroDataSource/Attribute:delete_policy/Value:delete' => 'Delete', + 'Class:SynchroDataSource/Attribute:delete_policy/Value:ignore' => 'Ignore', + 'Class:SynchroDataSource/Attribute:delete_policy/Value:update' => 'Update', + 'Class:SynchroDataSource/Attribute:delete_policy/Value:update_then_delete' => 'Update then Delete', + 'Class:SynchroDataSource/Attribute:attribute_list' => 'Attributes List', + 'Class:SynchroDataSource/Attribute:user_delete_policy/Value:administrators' => 'Administrators only', + 'Class:SynchroDataSource/Attribute:user_delete_policy/Value:everybody' => 'Everybody allowed to delete such objects', + 'Class:SynchroDataSource/Attribute:user_delete_policy/Value:nobody' => 'Nobody', + 'Class:SynchroAttribute' => 'Synchro Attribute', + 'Class:SynchroAttribute/Attribute:sync_source_id' => 'Sycnhro Data Source', + 'Class:SynchroAttribute/Attribute:attcode' => 'Attribute Code', + 'Class:SynchroAttribute/Attribute:update' => 'Update', + 'Class:SynchroAttribute/Attribute:reconcile' => 'Reconcile', + 'Class:SynchroAttribute/Attribute:update_policy' => 'Update Policy', + 'Class:SynchroAttribute/Attribute:update_policy/Value:master_locked' => 'Locked', + 'Class:SynchroAttribute/Attribute:update_policy/Value:master_unlocked' => 'Unlocked', + 'Class:SynchroAttribute/Attribute:update_policy/Value:write_if_empty' => 'Initialize if empty', + 'Class:SynchroAttribute/Attribute:finalclass' => 'Class', + 'Class:SynchroAttExtKey' => 'Synchro Attribute (ExtKey)', + 'Class:SynchroAttExtKey/Attribute:reconciliation_attcode' => 'Reconciliation Attribute', + 'Class:SynchroAttLinkSet' => 'Synchro Attribute (Linkset)', + 'Class:SynchroAttLinkSet/Attribute:row_separator' => 'Rows separator', + 'Class:SynchroAttLinkSet/Attribute:attribute_separator' => 'Attributes separator', + 'Class:SynchroLog' => 'Synchr Log', + 'Class:SynchroLog/Attribute:sync_source_id' => 'Synchro Data Source', + 'Class:SynchroLog/Attribute:start_date' => 'Start Date', + 'Class:SynchroLog/Attribute:end_date' => 'End Date', + 'Class:SynchroLog/Attribute:status' => 'Status', + 'Class:SynchroLog/Attribute:status/Value:completed' => 'Completed', + 'Class:SynchroLog/Attribute:status/Value:error' => 'Error', + 'Class:SynchroLog/Attribute:status/Value:running' => 'Still Running', + 'Class:SynchroLog/Attribute:stats_nb_replica_seen' => 'Nb replica seen', + 'Class:SynchroLog/Attribute:stats_nb_replica_total' => 'Nb replica total', + 'Class:SynchroLog/Attribute:stats_nb_obj_deleted' => 'Nb objects deleted', + 'Class:SynchroLog/Attribute:stats_nb_obj_deleted_errors' => 'Nb of errors while deleting', + 'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted' => 'Nb objects obsoleted', + 'Class:SynchroLog/Attribute:stats_nb_obj_obsoleted_errors' => 'Nb of errors while obsoleting', + 'Class:SynchroLog/Attribute:stats_nb_obj_created' => 'Nb objects created', + 'Class:SynchroLog/Attribute:stats_nb_obj_created_errors' => 'Nb or errors while creating', + 'Class:SynchroLog/Attribute:stats_nb_obj_updated' => 'Nb objects updated', + 'Class:SynchroLog/Attribute:stats_nb_obj_updated_errors' => 'Nb errors while updating', + 'Class:SynchroLog/Attribute:stats_nb_replica_reconciled_errors' => 'Nb of errors during reconciliation', + 'Class:SynchroLog/Attribute:stats_nb_replica_disappeared_no_action' => 'Nb replica disappeared', + 'Class:SynchroLog/Attribute:stats_nb_obj_new_updated' => 'Nb objects updated', + 'Class:SynchroLog/Attribute:stats_nb_obj_new_unchanged' => 'Nb objects unchanged', + 'Class:SynchroLog/Attribute:last_error' => 'Last error', + 'Class:SynchroLog/Attribute:traces' => 'Traces', + 'Class:SynchroReplica' => 'Synchro Replica', + 'Class:SynchroReplica/Attribute:sync_source_id' => 'Synchro Data Source', + 'Class:SynchroReplica/Attribute:dest_id' => 'Destination object (ID)', + 'Class:SynchroReplica/Attribute:dest_class' => 'Destination type', + 'Class:SynchroReplica/Attribute:status_last_seen' => 'Lat seen', + 'Class:SynchroReplica/Attribute:status' => 'Status', + 'Class:SynchroReplica/Attribute:status/Value:modified' => 'Modified', + 'Class:SynchroReplica/Attribute:status/Value:new' => 'New', + 'Class:SynchroReplica/Attribute:status/Value:obsolete' => 'Obsolete', + 'Class:SynchroReplica/Attribute:status/Value:orphan' => 'Orphan', + 'Class:SynchroReplica/Attribute:status/Value:synchronized' => 'Synchronized', + 'Class:SynchroReplica/Attribute:status_dest_creator' => 'Object Created ?', + 'Class:SynchroReplica/Attribute:status_last_error' => 'Last Error', + 'Class:SynchroReplica/Attribute:info_creation_date' => 'Creation Date', + 'Class:SynchroReplica/Attribute:info_last_modified' => 'Last Modified Date', + 'Class:appUserPreferences' => 'User Preferences', + 'Class:appUserPreferences/Attribute:userid' => 'User', + 'Class:appUserPreferences/Attribute:preferences' => 'Prefs', )); // diff --git a/modules/itop-incident-mgmt-1.0.0/en.dict.itop-incident-mgmt.php b/modules/itop-incident-mgmt-1.0.0/en.dict.itop-incident-mgmt.php index 1a5dd904a..5ca9294c2 100644 --- a/modules/itop-incident-mgmt-1.0.0/en.dict.itop-incident-mgmt.php +++ b/modules/itop-incident-mgmt-1.0.0/en.dict.itop-incident-mgmt.php @@ -40,7 +40,6 @@ Dict::Add('EN US', 'English', 'English', array( 'Menu:Incident:EscalatedIncidents+' => 'Escalated Incidents', 'Menu:Incident:OpenIncidents' => 'All Open Incidents', 'Menu:Incident:OpenIncidents+' => 'All Open Incidents', - )); @@ -73,6 +72,10 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:Incident/Stimulus:ev_resolve+' => '', 'Class:Incident/Stimulus:ev_close' => 'Close', 'Class:Incident/Stimulus:ev_close+' => '', + 'Class:lnkTicketToIncident' => 'Ticket to Incident', + 'Class:lnkTicketToIncident/Attribute:ticket_id' => 'Ticket', + 'Class:lnkTicketToIncident/Attribute:incident_id' => 'Incident', + 'Class:lnkTicketToIncident/Attribute:reason' => 'Reason', )); ?>