文件名:Dbconsts.pas
{ *************************************************************************** }
{ ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; }
{ Kylix and Delphi Cross-Platform Visual Component Library ; ; ; ; ; ; ; ; ; ;}
{ ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; }
{ Copyright (c) 1997, 2001 Borland Software Corporation ; ; ; ; ; ; ; ; ; ; ; }
{ ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; }
{ *************************************************************************** }
unit DbConsts;
interface
resourcestring
; SInvalidFieldSize = '字段大小无效';
; SInvalidFieldKind = '字段类型无效';
; SInvalidFieldRegistration = '字段注册无效';
; SUnknownFieldType = '字段 ''%s'' 类型未知';
; SFieldNameMissing = '字段名丢失';
; SDuplicateFieldName = '字段名 ''%s'' 重复';
; SFieldNotFound = '未发现字段 ''%s''';
; SFieldAccessError = '无法将字段 ''%s'' 作为 %s 类型存取';
; SFieldValueError = '字段 ''%s'' 取值无效';
; SFieldRangeError = '%g 对于字段 ''%s'' 是无效的. 允许的取值范围是从 %g 到 %g';
; SBcdFieldRangeError = '%s is not a valid value for field ''%s''. The allowed range is %s to %s';
; SInvalidIntegerValue = '''%s'' 对于字段 ''%s'' 不是有效的整数值';
; SInvalidBoolValue = '''%s'' 对于字段 ''%s'' 不是有效的布尔值';
; SInvalidFloatValue = '''%s'' 对于字段 ''%s'' 不是有效的浮点值';
; SFieldTypeMismatch = '字段 ''%s'' 类型不匹配, 希望类型: %s, 实际类型: %s';
; SFieldSizeMismatch = '字段 ''%s'' 大小不匹配, 希望大小: %d, 实际大小: %d';
; SInvalidVarByteArray = '字段 ''%s'' 变量类型或大小无效';
; SFieldOutOfRange = '字段 ''%s'' 取值超界';
// ;SBCDOverflow = '(溢出)';
; SFieldRequired = '字段 ''%s'' 必须赋值';
; SDataSetMissing = '字段 ''%s'' 没有指定数据集';
; SInvalidCalcType = '字段 ''%s'' 不能作为计算字段或查找字段';
; SFieldReadOnly = '字段 ''%s'' 不能修改';
; SFieldIndexError = '字段索引超界';
; SNoFieldIndexes = '目前没有活动的索引';
; SNotIndexField = '字段 ''%s'' 没有索引, 无法修改';
; SIndexFieldMissing = '无法存取索引字段 ''%s''';
; SDuplicateIndexName = '索引名重复 ''%s''';
; SNoIndexForFields = '字段 ''%s'' 没有索引';
; SIndexNotFound = '未发现索引 ''%s''';
; SDuplicateName = '%s 中 ''%s'' 重名';
; SCircularDataLink = '不允许循环的数据连接';
; SLookupInfoError = '字段 ''%s'' 的查找信息不完整';
; SNewLookupFieldCaption = 'New Lookup Field';
; SDataSourceChange = '数据源不能修改';
; SNoNestedMasterSource = '嵌套的数据集不能拥有主数据源';
; SDataSetOpen = '无法在打开的数据集上执行该操作';
; SNotEditing = '数据集不在修改或插入模式';
; SDataSetClosed = '无法在关闭的数据集上执行该操作';
; SDataSetEmpty = '无法在空数据集上执行该操作';
; SDataSetReadOnly = '无法修改只读的数据集';
; SNestedDataSetClass = '嵌套的数据集必须从 %s 继承';
; SExprTermination = '过滤表达式不正常结束';
; SExprNameError = '字段名未终止';
; SExprStringError = '字符串常数未终止';
; SExprInvalidChar = '无效的过滤表达式字符: ''%s''';
; SExprNoLParen = '希望 ''('', 但发现了 %s';
; SExprNoRParen = '希望 '')'', 但发现了 %s';
; SExprNoRParenOrComma = '希望 '')'' 或 '','', 但发现了 %s';
; SExprExpected = '希望表达式, 但发现了 %s';
; SExprBadField = '字段 ''%s'' 不允许在过滤表达式中使用';
; SExprBadNullTest = 'NULL 只允许用于 ''='' 和 ''<>''';
; SExprRangeError = '常数超界';
; SExprNotBoolean = '字段 ''%s'' 不是布尔类型';
; SExprIncorrect = '过滤表达式形式不正确';
; SExprNothing = '无';
; SExprTypeMis = '表达式类型不匹配';
; SExprBadScope = '该操作不能混合合计值和各记录变化的值';
; SExprNoArith = '不支持过滤表达式中的算法';
; SExprNotAgg = '表达式不是合计表达式';
; SExprBadConst = '常数不是正确的 %s 类型';
; SExprNoAggFilter = '过滤中不允许合计表达式';
; SExprEmptyInList = 'IN 列表不能为空';
; SInvalidKeywordUse = '关键字使用错误';
; STextFalse = '假';
; STextTrue = '真';
; SParameterNotFound = '未发现参数 ''%s''';
; SInvalidVersion = '无法载入约束参数';
; SParamTooBig = '参数 ''%s'', 无法保存大于 %d 字节的数据';
; SBadFieldType = '不支持字段 ''%s'' 的数据类型';
; SAggActive = '合计处于活动状态时不能修改属性';
; SProviderSQLNotSupported = 'SQL 不支持: %s';
; SProviderExecuteNotSupported = '运行不支持: %s';
; SExprNoAggOnCalcs = '字段 ''%s'' 的类型不能用于汇总计算, 使用内部计算';
; SRecordChanged = '记录已由其他用户修改';
; SDataSetUnidirectional = 'Operation not allowed on a unidirectional dataset';
; SUnassignedVar = 'Unassigned variant value';
; SRecordNotFound = '该记录没有找到';
; SFileNameBlank = '文件名属性不能为空';
{ For FMTBcd }
; SBcdOverflow = 'BCD 溢出';
; SInvalidBcdValue = '%s 不是有效的BCD值';
; SInvalidFormatType = 'Invalid format type for BCD';
{ For SqlTimSt }
; SCouldNotParseTimeStamp = 'Could not parse SQL TimeStamp string';
; SInvalidSqlTimeStamp = '无效的SQL date/time 值';
; SDeleteRecordQuestion = '删除记录吗?';
; SDeleteMultipleRecordsQuestion = '删除所有选中的记录吗?';
; STooManyColumns = '表格试图显示超过256列';
implementation
end.