|
@@ -639,7 +639,8 @@ 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 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.',
|
|
|
-
|
|
|
+ 'Core:Synchro:ListReplicas_AllReplicas_Errors_Warnings' => '%1$s replicas, %2$s error(s), %3$s warning(s).',
|
|
|
+ 'Core:SynchroReplica:TargetObject' => 'Synchronized Object: %1$s',
|
|
|
'Class:AsyncSendEmail' => 'Email (asynchronous)',
|
|
|
'Class:AsyncSendEmail/Attribute:to' => 'To',
|
|
|
'Class:AsyncSendEmail/Attribute:subject' => 'Subject',
|
|
@@ -717,7 +718,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
|
|
'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_last_seen' => 'Last seen',
|
|
|
'Class:SynchroReplica/Attribute:status' => 'Status',
|
|
|
'Class:SynchroReplica/Attribute:status/Value:modified' => 'Modified',
|
|
|
'Class:SynchroReplica/Attribute:status/Value:new' => 'New',
|
|
@@ -726,6 +727,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
|
|
'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:status_last_warning' => 'Warnings',
|
|
|
'Class:SynchroReplica/Attribute:info_creation_date' => 'Creation Date',
|
|
|
'Class:SynchroReplica/Attribute:info_last_modified' => 'Last Modified Date',
|
|
|
'Class:appUserPreferences' => 'User Preferences',
|