|
@@ -85,6 +85,7 @@ Resourcestring
|
|
SUnsupportedFieldType = 'Fieldtype %s is not supported';
|
|
SUnsupportedFieldType = 'Fieldtype %s is not supported';
|
|
SInvPacketRecordsValue = 'PacketRecords has to be larger then 0';
|
|
SInvPacketRecordsValue = 'PacketRecords has to be larger then 0';
|
|
SInvPacketRecordsValueFieldNames = 'PacketRecords must be -1 if IndexFieldNames is set';
|
|
SInvPacketRecordsValueFieldNames = 'PacketRecords must be -1 if IndexFieldNames is set';
|
|
|
|
+ SInvPacketRecordsValueUniDirectional = 'PacketRecords must not be -1 on an unidirectional dataset';
|
|
SInvalidSearchFieldType = 'Searching in fields of type %s is not supported';
|
|
SInvalidSearchFieldType = 'Searching in fields of type %s is not supported';
|
|
SDatasetEmpty = 'The dataset is empty';
|
|
SDatasetEmpty = 'The dataset is empty';
|
|
SFieldIsNull = 'The field is null';
|
|
SFieldIsNull = 'The field is null';
|