|
@@ -570,6 +570,8 @@ Dict::Add('EN US', 'English', 'English', array(
|
|
|
'Class:SynchroDataSource/Attribute:delete_policy_update+' => 'Syntax: field_name:value; ...',
|
|
|
'Class:SynchroDataSource/Attribute:delete_policy_retention' => 'Retention Duration',
|
|
|
'Class:SynchroDataSource/Attribute:delete_policy_retention+' => 'How much time an obsolete object is kept before being deleted',
|
|
|
+ 'Class:SynchroDataSource/Attribute:database_table_name' => 'Data table',
|
|
|
+ 'Class:SynchroDataSource/Attribute:database_table_name+' => 'Name of the table to store the synchronization data. If left empty, a default name will be computed.',
|
|
|
'SynchroDataSource:Description' => 'Description',
|
|
|
'SynchroDataSource:Reconciliation' => 'Search & reconciliation',
|
|
|
'SynchroDataSource:Deletion' => 'Deletion rules',
|
|
@@ -618,6 +620,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
|
|
'Class:SynchroDataSource/Error:AtLeastOneReconciliationKeyMustBeSpecified' => 'At Least one reconciliation key must be specified, or the reconciliation policy must be to use the primary key.',
|
|
|
'Class:SynchroDataSource/Error:DeleteRetentionDurationMustBeSpecified' => 'A delete retention period must be specified, since objects are to be deleted after being marked as obsolete',
|
|
|
'Class:SynchroDataSource/Error:DeletePolicyUpdateMustBeSpecified' => 'Obsolete objects are to be updated, but no update is specified.',
|
|
|
+ 'Class:SynchroDataSource/Error:DataTableAlreadyExists' => 'The table %1$s already exists in the database. Please use another name for the synchro data table.',
|
|
|
'Core:SynchroReplica:PublicData' => 'Public Data',
|
|
|
'Core:SynchroReplica:PrivateDetails' => 'Private Details',
|
|
|
'Core:SynchroReplica:BackToDataSource' => 'Go Back to the Synchro Data Source: %1$s',
|