📄 zdbaseconst.pas
字号:
{********************************************************}
{ }
{ Zeos Database Objects }
{ Database resources and constants }
{ }
{ Copyright (c) 1999-2001 Sergey Seroukhov }
{ Copyright (c) 1999-2001 Zeos Development Group }
{ }
{********************************************************}
unit ZDBaseConst;
interface
{$IFNDEF LINUX}
{$INCLUDE ..\Zeos.inc}
{$ELSE}
{$INCLUDE ../Zeos.inc}
{$ENDIF}
resourcestring
{$IFNDEF RUSSIAN} {$IFNDEF GERMAN} {$IFNDEF PORTUGUESE}
{$IFNDEF FRENCH} {$IFNDEF POLISH} {$IFNDEF CZECH}
{$IFNDEF ITALIAN} {$IFNDEF DUTCH} {$IFNDEF SPANISH}
{$IFNDEF CROATIAN} {$IFNDEF HUNGARY}
SLibraryNotFound = 'Dynamic library %s not found';
SConnectError = 'Server connection error';
SConnectTransactError = 'Error while activate transaction';
SDbCreateError = 'Database creating error';
SNotConnected = 'Not connected yet';
SFieldNumberError = 'Incorrect field number';
SFieldNameError = 'Incorrect field name';
SFieldAliasError = 'Incorrect field alias';
SFieldValuesError = 'TFieldValues internal error';
SQueryExecError = 'Query execution error';
SConnectNotDefined = 'Database component not defined';
SUnknownType = 'Unknown type: ';
SBookmarkNotFound = 'Bookmark not found';
SNoMoreRec = 'No more records';
SIncorrectField = 'Incorrect field name "%s"';
SIntFuncError = 'Internal error in function %s';
SIncorrectArgs = 'Incorrect arguments number';
SRefreshError = 'Refreshing query error';
STransactNotDefined = 'Transaction component not defined';
SAllocError = 'Memory allocation error';
SNotInsertMode = 'Not in Insert or Edit mode';
SIntBufferError = 'Internal buffer structure error';
SROCmdError = 'Incorrect command in "Read Only" mode';
SIncorrectLinks = 'Incorrect links was defined';
SCyclicLinkError = 'Cyclic link in Dataset';
SDetailQueryError = 'Error in detail query';
SUnableListProp = 'Unable to list this property';
SReadBlobError = 'Can''t read the blob';
SCreateBlobError = 'Can''t create the blob';
SDropBlobError = 'Can''t remove the blob';
SDatasetNotDefined = 'Dataset component not defined';
SUpdateSqlIsEmpty = 'UpdateSql query is empty';
SFailAddNull = 'Fail to add null value in not null field "%s"';
SPostError = 'Error while posting updates';
SNotifyRegister = 'Error registering/unregistering Notify to %s';
SEventLength = 'Event length (%d) is greater then the maximum allowed (%d)';
SConstraintFailed = 'Record or field constraint failed : %s';
{$ENDIF} {$ENDIF}
{$ENDIF} {$ENDIF} {$ENDIF}
{$ENDIF} {$ENDIF} {$ENDIF}
{$ENDIF} {$ENDIF} {$ENDIF}
{$IFDEF RUSSIAN}
SLibraryNotFound = '蔫磬扈麇耜
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -