📄 idresourcestrings.pas
字号:
RSHTTPSSPICompleteTokenNotSupported = 'CompleteAuthToken is not supported';
//Block Cipher Intercept
RSBlockIncorrectLength = 'Incorrect length in received block';
// FTP
RSFTPUnknownHost = 'Unknown';
RSInvalidFTPListingFormat = 'Unknown FTP listing format';
RSFTPStatusReady = 'Connection established';
RSFTPStatusStartTransfer = 'Starting FTP transfer';
RSFTPStatusDoneTransfer = 'Transfer complete';
RSFTPStatusAbortTransfer = 'Transfer aborted';
// Property editor exceptions
RSCorruptServicesFile = '%s is corrupt.';
RSInvalidServiceName = '%s is not a valid service.';
// Stack Error Messages
RSStackError = 'Socket Error # %d' + #13#10 + '%s';
RSStackInvalidIP = '%s is not a valid IP address.';
RSStackEINTR = 'Interrupted system call.';
RSStackEBADF = 'Bad file number.';
RSStackEACCES = 'Access denied.';
RSStackEFAULT = 'Bad address.';
RSStackEINVAL = 'Invalid argument.';
RSStackEMFILE = 'Too many open files.';
RSStackEWOULDBLOCK = 'Operation would block. ';
RSStackEINPROGRESS = 'Operation now in progress.';
RSStackEALREADY = 'Operation already in progress.';
RSStackENOTSOCK = 'Socket operation on non-socket.';
RSStackEDESTADDRREQ = 'Destination address required.';
RSStackEMSGSIZE = 'Message too long.';
RSStackEPROTOTYPE = 'Protocol wrong type for socket.';
RSStackENOPROTOOPT = 'Bad protocol option.';
RSStackEPROTONOSUPPORT = 'Protocol not supported.';
RSStackESOCKTNOSUPPORT = 'Socket type not supported.';
RSStackEOPNOTSUPP = 'Operation not supported on socket.';
RSStackEPFNOSUPPORT = 'Protocol family not supported.';
RSStackEAFNOSUPPORT = 'Address family not supported by protocol family.';
RSStackEADDRINUSE = 'Address already in use.';
RSStackEADDRNOTAVAIL = 'Cannot assign requested address.';
RSStackENETDOWN = 'Network is down.';
RSStackENETUNREACH = 'Network is unreachable.';
RSStackENETRESET = 'Net dropped connection or reset.';
RSStackECONNABORTED = 'Software caused connection abort.';
RSStackECONNRESET = 'Connection reset by peer.';
RSStackENOBUFS = 'No buffer space available.';
RSStackEISCONN = 'Socket is already connected.';
RSStackENOTCONN = 'Socket is not connected.';
RSStackESHUTDOWN = 'Cannot send or receive after socket is closed.';
RSStackETOOMANYREFS = 'Too many references, cannot splice.';
RSStackETIMEDOUT = 'Connection timed out.';
RSStackECONNREFUSED = 'Connection refused.';
RSStackELOOP = 'Too many levels of symbolic links.';
RSStackENAMETOOLONG = 'File name too long.';
RSStackEHOSTDOWN = 'Host is down.';
RSStackEHOSTUNREACH = 'No route to host.';
RSStackENOTEMPTY = 'Directory not empty';
RSStackEPROCLIM = 'Too many processes.';
RSStackEUSERS = 'Too many users.';
RSStackEDQUOT = 'Disk Quota Exceeded.';
RSStackESTALE = 'Stale NFS file handle.';
RSStackEREMOTE = 'Too many levels of remote in path.';
RSStackSYSNOTREADY = 'Network subsystem is unavailable.';
RSStackVERNOTSUPPORTED = 'WINSOCK DLL Version out of range.';
RSStackNOTINITIALISED = 'Winsock not loaded yet.';
RSStackHOST_NOT_FOUND = 'Host not found.';
RSStackTRY_AGAIN = 'Non-authoritative response (try again or check DNS setup).';
RSStackNO_RECOVERY = 'Non-recoverable errors: FORMERR, REFUSED, NOTIMP.';
RSStackNO_DATA = 'Valid name, no data record (check DNS setup).';
RSCMDNotRecognized = 'command not recognized';
RSGopherNotGopherPlus = '%s is not a Gopher+ server';
RSCodeNoError = 'RCode NO Error';
RSCodeQueryFormat = 'DNS Server Reports Query Format Error';
RSCodeQueryServer = 'DNS Server Reports Query Server Error';
RSCodeQueryName = 'DNS Server Reports Query Name Error';
RSCodeQueryNotImplemented = 'DNS Server Reports Query Not Implemented Error';
RSCodeQueryQueryRefused = 'DNS Server Reports Query Refused Error';
RSCodeQueryUnknownError = 'Server Returned Unknown Error';
RSDNSTimeout = 'TimedOut';
RSDNSMFIsObsolete = 'MF is an Obsolete Command. USE MX.';
RSDNSMDISObsolete = 'MD is an Obsolete Command. Use MX.';
RSDNSMailAObsolete = 'MailA is an Obsolete Command. USE MX.';
RSDNSMailBNotImplemented = '-Err 501 MailB is not implemented';
RSQueryInvalidQueryCount = 'Invalid Query Count %d';
RSQueryInvalidPacketSize = 'Invalid Packet Size %d';
RSQueryLessThanFour = 'Received Packet is too small. Less than 4 bytes %d';
RSQueryInvalidHeaderID = 'Invalid Header Id %d';
RSQueryLessThanTwelve = 'Received Packet is too small. Less than 12 bytes %d';
RSQueryPackReceivedTooSmall = 'Received Packet is too small. %d';
{ LPD Client Logging event strings }
RSLPDDataFileSaved = 'Data file saved to %s';
RSLPDControlFileSaved = 'Control file save to %s';
RSLPDDirectoryDoesNotExist = 'Directory %s does not exist';
RSLPDServerStartTitle = 'Winshoes LPD Server %s ';
RSLPDServerActive = 'Server status: active';
RSLPDQueueStatus = 'Queue %s status: %s';
RSLPDClosingConnection = 'closing connection';
RSLPDUnknownQueue = 'Unknown queue %s';
RSLPDConnectTo = 'connected with %s';
RSLPDAbortJob = 'abort job';
RSLPDReceiveControlFile = 'Receive control file';
RSLPDReceiveDataFile = 'Receive data file';
{ LPD Exception Messages }
RSLPDNoQueuesDefined = 'Error: no queues defined';
{ Trivial FTP Exception Messages }
RSTimeOut = 'Timeout';
RSTFTPUnexpectedOp = 'Unexpected operation from %s:%d';
RSTFTPUnsupportedTrxMode = 'Unsupported transfer mode: "%s"';
RSTFTPDiskFull = 'Unable to complete write request, progress halted at %d bytes';
RSTFTPFileNotFound = 'Unable to open %s';
RSTFTPAccessDenied = 'Access to %s denied';
{ MESSAGE Exception messages }
RSTIdTextInvalidCount = 'Invalid Text count. TIdText must be greater than 1';
RSTIdMessagePartCreate = 'TIdMessagePart can not be created. Use descendant classes. ';
RSTIdMessageErrorSavingAttachment = 'Error saving attachment.';
{ POP Exception Messages }
RSPOP3FieldNotSpecified = ' not specified';
RSPOP3UnrecognizedPOP3ResponseHeader = 'Unrecognized POP3 Response Header:'#10'"%s"'; //APR: user will see Server response {Do not Localize}
RSPOP3ServerDoNotSupportAPOP = 'Server do not support APOP (no timestamp)';//APR {Do not Localize}
{ IdIMAP4 Exception Messages }
RSIMAP4ConnectionStateError = 'Unable to execute command, wrong connection state;' +
'Current connection state: %s.';
RSUnrecognizedIMAP4ResponseHeader = 'Unrecognized IMAP4 Response Header.';
{ IdIMAP4 Connection State strings }
RSIMAP4ConnectionStateAny = 'Any';
RSIMAP4ConnectionStateNonAuthenticated = 'Non Authenticated';
RSIMAP4ConnectionStateAuthenticated = 'Authenticated';
RSIMAP4ConnectionStateSelected = 'Selected';
{ Telnet Server }
RSTELNETSRVUsernamePrompt = 'Username: ';
RSTELNETSRVPasswordPrompt = 'Password: ';
RSTELNETSRVInvalidLogin = 'Invalid Login.';
RSTELNETSRVMaxloginAttempt = 'Allowed login attempts exceeded, good bye.';
RSTELNETSRVNoAuthHandler = 'No authentication handler has been specified.';
RSTELNETSRVWelcomeString = 'Indy Telnet Server';
RSTELNETSRVOnDataAvailableIsNil = 'OnDataAvailable event is nil.';
{ Telnet Client }
RSTELNETCLIConnectError = 'server not responding';
RSTELNETCLIReadError = 'Server did not respond.';
{ Network Calculator }
RSNETCALInvalidIPString = 'The string %s does not translate into a valid IP.';
RSNETCALCInvalidNetworkMask = 'Invalid network mask.';
RSNETCALCInvalidValueLength = 'Invalid value length: Should be 32.';
RSNETCALConfirmLongIPList = 'There is too many IP addresses in the specified range (%d) to be displayed at design time.';
{ IdentClient}
RSIdentReplyTimeout = 'Reply Timed Out: The server did not return a response and the query has been abandoned';
RSIdentInvalidPort = 'Invalid Port: The foreign or local port is not specified correctly or invalid';
RSIdentNoUser = 'No User: Port pair is not used or not used by an identifiable user';
RSIdentHiddenUser = 'Hidden User: Information was not returned at a user''s request';
RSIdentUnknownError = 'Unknown or other error: Can not determine owner, other error, or the error can not be revealed.';
{ About Box stuff }
RSAAboutFormCaption = 'About';
RSAAboutBoxCompName = 'Internet Direct (Indy)';
RSAAboutMenuItemName = 'About Internet &Direct (Indy) %s...';
RSAAboutBoxVersion = 'Version %s';
RSAAboutBoxCopyright = 'Copyright (c) 1993 - 2003'#13#10
+ 'Kudzu (Chad Z. Hower)'#13#10
+ 'and the'#13#10
+ 'Indy Pit Crew';
RSAAboutBoxPleaseVisit = 'For the latest updates and information please visit:';
RSAAboutBoxIndyWebsite = 'http://www.nevrona.com/indy/'; {Do not Localize}
RSAAboutCreditsCoordinator = 'Project Coordinator';
RSAAboutCreditsCoCordinator = 'Project Co-Coordinator';
RSAAboutCreditsDocumentation = 'Documentation Coordinator';
RSAAboutCreditsDemos = 'Demos Coordinator';
RSAAboutCreditsDistribution = 'Distribution Coordinator';
RSAAboutCreditsRetiredPast = 'Retired/Past Contributors';
RSAAboutOk = 'OK';
{Binding Editor stuff}
{
Note to translators - Please Read!!!
For all the constants except RSBindingFormCaption, there may be an
& symbol before a letter or number. This is rendered as that chractor being
underlined. In addition, the charactor after the & symbol along with the ALT
key enables a user to move to that control. Since these are on one form, be
careful to ensure that the same letter or number does not have a & before it
in more than one string, otherwise an ALT key sequence will be broken.
}
RSBindingFormCaption = 'Binding Editor';
RSBindingAddCaption = '&Add';
RSBindingRemoveCaption = '&Remove';
RSBindingLabelBindings = '&Bindings';
RSBindingHostnameLabel = '&IP Address';
RSBindingPortLabel = '&Port';
RSBindingOkButton = 'OK';
RSBindingCancel = 'Cancel';
{}
RSBindingAll = 'All'; //all IP addresses
RSBindingAny = 'Any'; //any port
{ Tunnel messages }
RSTunnelGetByteRange = 'Call to %s.GetByte [property Bytes] with index <> [0..%d]';
RSTunnelTransformErrorBS = 'Error in transformation before send';
RSTunnelTransformError = 'Transform failed';
RSTunnelCRCFailed = 'CRC Failed';
RSTunnelConnectMsg = 'Connecting';
RSTunnelDisconnectMsg = 'Disconnect';
RSTunnelConnectToMasterFailed = 'Cannt connect to the Master server';
RSTunnelDontAllowConnections = 'Do not allow connctions now';
RSTunnelMessageTypeError = 'Message type recognition error';
RSTunnelMessageHandlingError = 'Message handling failed';
RSTunnelMessageInterpretError = 'Interpretation of message failed';
RSTunnelMessageCustomInterpretError = 'Custom message interpretation failed';
{ Socks messages }
RSSocksRequestFailed = 'Request rejected or failed.';
RSSocksRequestServerFailed = 'Request rejected because SOCKS server cannot connect.';
RSSocksRequestIdentFailed = 'Request rejected because the client program and identd report different user-ids.';
RSSocksUnknownError = 'Unknown socks error.';
RSSocksServerRespondError = 'Socks server did not respond.';
RSSocksAuthMethodError = 'Invalid socks authentication method.';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -