📄 adexcept.inc
字号:
sPDS_CLEANUP {4611} = 'Cleanup';
{ PDialingError }
sPDE_NONE {4630} = '';
sPDE_NODIALTONE {4631} = 'No Dial Tone';
sPDE_LINEBUSY {4632} = 'Busy';
sPDE_NOCONNECTION {4633} = 'No Connection';
{ TTapStatus }
sTAPS_NONE {4660} = '';
sTAPS_LOGINPROMPT {4661} = 'Login Prompt';
sTAPS_LOGGEDIN {4662} = 'Logged In';
sTAPS_LOGINERR {4663} = 'Login Error';
sTAPS_LOGINFAIL {4664} = 'Login Fail';
sTAPS_MSGOKTOSEND {4665} = 'Message Ok To Send';
sTAPS_SENDINGMSG {4666} = 'Sending Message';
sTAPS_MSGACK {4667} = 'Message Acknowledged';
sTAPS_MSGNAK {4668} = 'Message Not Acknowledged';
sTAPS_MSGRS {4669} = 'Message Error';
sTAPS_MSGCOMPLETED {4670} = 'Message Completed';
sTAPS_DONE {4671} = 'Done';
{ Protocol status }
spsOK {4700} = 'OK';
spsProtocolHandshake {4701} = 'Protocol handshaking in progress';
spsInvalidDate {4702} = 'Bad date/time stamp received and ignored';
spsFileRejected {4703} = 'File rejected';
spsFileRenamed {4704} = 'File renamed';
spsSkipFile {4705} = 'File skipped';
spsFileDoesntExist {4706} = 'File doesn''t exist locally, skipped';
spsCantWriteFile {4707} = 'File skipped ';
spsTimeout {4708} = 'Time out in protocol';
spsBlockCheckError {4709} = 'Bad checksum or CRC';
spsLongPacket {4710} = 'Block too long';
spsDuplicateBlock {4711} = 'Duplicate block received and ignored ';
spsProtocolError {4712} = 'Error in protocol';
spsCancelRequested {4713} = 'Cancel requested';
spsEndFile {4714} = 'At end of file';
spsResumeBad {4715} = 'B+ host refused resume request';
spsSequenceError {4716} = 'Block was out of sequence';
spsAbortNoCarrier {4717} = 'Aborting on carrier loss';
{Specific to certain protocols}
spsGotCrcE {4718} = 'Got CrcE packet (Zmodem)';
spsGotCrcG {4719} = 'Got CrcG packet (Zmodem)';
spsGotCrcW {4720} = 'Got CrcW packet (Zmodem)';
spsGotCrcQ {4721} = 'Got CrcQ packet (Zmodem)';
spsTryResume {4722} = 'B+ is trying to resume a download';
spsHostResume {4723} = 'B+ host is resuming';
spsWaitAck {4724} = 'Waiting for B+ ACK';
{Internal protocol codes}
spsNoHeader {4725} = '';
spsGotHeader {4726} = '';
spsGotData {4727} = '';
spsNoData {4728} = '';
spsAbort {4730} = '';
{Fax progress codes, sending}
sfpInitModem {4801} = '初始化modem';
sfpDialing {4802} = '正在拨号';
sfpBusyWait {4803} = '忙音,等待重拨...';
sfpSendPage {4804} = '发送传真页数据';
sfpSendPageStatus {4805} = '发送页结束符';
sfpPageError {4806} = '发送传真页出错';
sfpPageOK {4807} = '对方接收传真页';
sfpConnecting {4808} = '正在连接...';
{Fax progress codes, receiving}
sfpWaiting {4820} = '等待来电...';
sfpNoConnect {4821} = '这次来电没有连接';
sfpAnswer {4822} = '接听来电';
sfpIncoming {4823} = '来电不是传真';
sfpGetPage {4824} = '接收传真页数据';
sfpGetPageResult {4825} = '接收传真页结束符';
sfpCheckMorePages {4826} = '接收整份传真结束符';
sfpGetHangup {4827} = '接收挂机命令';
sfpGotHangup {4828} = '接收Class 2的FHNG代码';
{Fax server codes }
sfpSwitchModes {4830} = '切换模式';
sfpMonitorEnabled {4831} = '侦听拨入的传真';
sfpMonitorDisabled {4832} = '没有侦听拨入的传真';
{Fax progress codes, common}
sfpSessionParams {4840} = '接收连接参数';
sfpGotRemoteID {4841} = '接收对方标志符';
sfpCancel {4842} = '用户取消';
sfpFinished {4843} = '完成';
{Trigger errors}
secNoMoreTriggers {5001} = 'No more trigger slots';
secTriggerTooLong {5002} = 'Data trigger too long';
secBadTriggerHandle {5003} = 'Bad trigger handle';
{Packet errors}
secStartStringEmpty {5501} = 'Start string is empty';
secPacketTooSmall {5502} = 'Packet size cannot be smaller than start string';
secNoEndCharCount {5503} = 'CharCount packets must have an end-condition';
secEmptyEndString {5504} = 'End string is empty';
secZeroSizePacket {5505} = 'Packet size cannot be zero';
secPacketTooLong {5506} = 'Packet too long';
{Protocol errors}
secBadFileList {6001} = 'Bad format in file list';
secNoSearchMask {6002} = 'No search mask specified during transmit';
secNoMatchingFiles {6003} = 'No files matched search mask';
secDirNotFound {6004} = 'Directory in search mask doesn''t exist';
secCancelRequested {6005} = 'Cancel requested';
secTimeout {6006} = 'Fatal time out';
secProtocolError {6007} = 'Unrecoverable event during protocol';
secTooManyErrors {6008} = 'Too many errors during protocol';
secSequenceError {6009} = 'Block sequence error in Xmodem';
secNoFilename {6010} = 'No filename specified in protocol receive';
secFileRejected {6011} = 'File was rejected';
secCantWriteFile {6012} = 'Cant write file';
secTableFull {6013} = 'Kermit window table is full, fatal error';
secAbortNoCarrier {6014} = 'Aborting due to carrier loss';
secBadProtocolFunction {6015} = 'Function not supported by protocol';
secProtocolAbort {6016} = 'Protocol aborted';
{INI database}
secKeyTooLong {7001} = 'Key string too long';
secDataTooLarge {7002} = 'Data string too long';
secNoFieldsDefined {7003} = 'No fields defined in database';
secIniWrite {7004} = 'Generic INI file write error';
secIniRead {7005} = 'Generic INI file read error';
secNoIndexKey {7006} = 'No index defined for database';
secRecordExists {7007} = 'Record already exists';
secRecordNotFound {7008} = 'Record not found in database';
secMustHaveIdxVal {7009} = 'Invalid index key name';
secDatabaseFull {7010} = 'Maximum database records (999) reached';
secDatabaseEmpty {7011} = 'No records in database';
secDatabaseNotPrepared {7012} = 'iPrepareIniDatabase not called';
secBadFieldList {7013} = 'Bad field list in INI component';
secBadFieldForIndex {7014} = 'Bad field index in INI component';
{State Machine}
secNoStateMachine {7500} = 'No state machine specified'; {!!.04}
secNoStartState {7501} = 'StartState not set'; {!!.04}
secNoSapiEngine {7502} = 'No SAPI engine specified'; {!!.04}
{ fax codes }
secFaxBadFormat {8001} = 'File is not an APF file';
secBadGraphicsFormat {8002} = 'Unsupported graphics file format';
secConvertAbort {8003} = 'User aborted fax conversion';
secUnpackAbort {8004} = 'User aborted fax unpack';
secCantMakeBitmap {8005} = 'CreateBitmapIndirect API failure';
secNoImageLoaded {8050} = 'No image loaded into viewer';
secNoImageBlockMarked {8051} = 'No block of image marked';
secFontFileNotFound {8052} = 'APFAX.FNT not found, or resource bad';
secInvalidPageNumber {8053} = 'Invalid page number specified for fax';
secBmpTooBig {8054} = 'BMP size exceeds Windows'' maxheight of 32767';
secEnhFontTooBig {8055} = 'Font selected for enhanced text converter too large';
secFaxBadMachine {8060} = 'Fax incompatible with remote fax';
secFaxBadModemResult {8061} = 'Bad response from modem';
secFaxTrainError {8062} = 'Modems failed to train';
secFaxInitError {8063} = 'Error while initializing modem';
secFaxBusy {8064} = 'Called fax number was busy';
secFaxVoiceCall {8065} = 'Called fax number answered with voice';
secFaxDataCall {8066} = 'Incoming data call';
secFaxNoDialTone {8067} = 'No dial tone';
secFaxNoCarrier {8068} = 'Failed to connect to remote fax';
secFaxSessionError {8069} = 'Fax failed in mid-session';
secFaxPageError {8070} = 'Fax failed at page end';
secFaxGDIPrintError {8071} = 'NextBand GDI error in fax print driver';
secFaxMixedResolution {8072} = 'Multiple resolutions per session not supported';
secFaxConverterInitFail {8073} = 'Initialization of fax converter failed';
secNoAnswer {8074} = 'Remote fax did not answer';
secAlreadyMonitored {8075} = 'Directory already being monitored';
{ Printer driver installation codes }
secUniAlreadyInstalled {8080} = 'Unidrv support files already installed';
secUniCannotGetSysDir {8081} = 'Cannot determine windows system dir';
secUniCannotGetWinDir {8082} = 'Cannot determine windows dir';
secUniUnknownLayout {8083} = 'Cannot determine setup file layout';
secUniCannotInstallFile {8085} = 'Cannot install Unidrv files to system dir';
secDrvCopyError {8087} = 'Error copying printer driver';
secCannotAddPrinter {8088} = '32-bit AddPrinter call failed';
secDrvBadResources {8089} = 'Bad/missing resources in driver';
secDrvDriverNotFound {8090} = 'Driver file not found';
secUniCannotGetPrinterDriverDir {8091} = 'Cannot determine Win NT printer driver dir';
secInstallDriverFailed {8092} = 'AddPrinterDriver API failed';
{ TApdGSMPhone error codes }
secSMSBusy {8100} = 'Busy with another command';
secSMSTimedOut {8101} = 'Timed out, no response back';
secSMSTooLong {8102} = 'SMS message too long';
secSMSUnknownStatus {8103} = 'Status unknown';
secMEFailure {8300} = 'Mobile equipment failure';
secServiceRes {8301} = 'SMS service of ME reserved';
secBadOperation {8302} = 'Operation not allowed';
secUnsupported {8303} = 'Operation not supported';
secInvalidPDU {8304} = 'Invalid PDU mode parameter';
secInvalidText {8305} = 'Invalid Text mode parameter';
secSIMInsert {8310} = 'SIM card not inserted';
secSIMPin {8311} = 'SIM PIN required';
secSIMPH {8312} = 'PH-SIM PIN required';
secSIMFailure {8313} = 'SIM failure';
secSIMBusy {8314} = 'SIM busy';
secSIMWrong {8315} = 'SIM wrong';
secSIMPUK {8316} = 'SIM PUK required';
secSIMPIN2 {8317} = 'SIM PIN2 required';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -