📄 idresourcestringsprotocols.pas
字号:
RSHTTPSSPIUnknownCredentials = 'The credentials supplied to the package were not recognized';
RSHTTPSSPINoCredentials = 'No credentials are available in the security package';
RSHTTPSSPIMessageAltered = 'The message or signature supplied for verification has been altered';
RSHTTPSSPIOutOfSequence = 'The message supplied for verification is out of sequence';
RSHTTPSSPINoAuthAuthority = 'No authority could be contacted for authentication.';
RSHTTPSSPIContinueNeeded = 'The function completed successfully, but must be called again to complete the context';
RSHTTPSSPICompleteNeeded = 'The function completed successfully, but CompleteToken must be called';
RSHTTPSSPICompleteContinueNeeded = 'The function completed successfully, but both CompleteToken and this function must be called to complete the context';
RSHTTPSSPILocalLogin = 'The logon was completed, but no network authority was available. The logon was made using locally known information';
RSHTTPSSPIBadPackageID = 'The requested security package does not exist';
RSHTTPSSPIContextExpired = 'The context has expired and can no longer be used.';
RSHTTPSSPIIncompleteMessage = 'The supplied message is incomplete. The signature was not verified.';
RSHTTPSSPIIncompleteCredentialNotInit = 'The credentials supplied were not complete, and could not be verified. The context could not be initialized.';
RSHTTPSSPIBufferTooSmall = 'The buffers supplied to a function was too small.';
RSHTTPSSPIIncompleteCredentialsInit = 'The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context.';
RSHTTPSSPIRengotiate = 'The context data must be renegotiated with the peer.';
RSHTTPSSPIWrongPrincipal = 'The target principal name is incorrect.';
RSHTTPSSPINoLSACode = 'There is no LSA mode context associated with this context.';
RSHTTPSSPITimeScew = 'The clocks on the client and server machines are skewed.';
RSHTTPSSPIUntrustedRoot = 'The certificate chain was issued by an untrusted authority.';
RSHTTPSSPIIllegalMessage = 'The message received was unexpected or badly formatted.';
RSHTTPSSPICertUnknown = 'An unknown error occurred while processing the certificate.';
RSHTTPSSPICertExpired = 'The received certificate has expired.';
RSHTTPSSPIEncryptionFailure = 'The specified data could not be encrypted.';
RSHTTPSSPIDecryptionFailure = 'The specified data could not be decrypted.';
RSHTTPSSPIAlgorithmMismatch = 'The client and server cannot communicate, because they do not possess a common algorithm.';
RSHTTPSSPISecurityQOSFailure = 'The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation).';
RSHTTPSSPIUnknwonError = 'Unknown error';
{
Note to translators - the parameters for the next message are below:
Failed Function Name
Error Number
Error Number
Error Message by Number
}
RSHTTPSSPIErrorMsg = 'SSPI %s returns error #%d(0x%x): %s';
RSHTTPSSPIInterfaceInitFailed = 'SSPI interface has failed to initialise properly';
RSHTTPSSPINoPkgInfoSpecified = 'No PSecPkgInfo specified';
RSHTTPSSPINoCredentialHandle = 'No credential handle acquired';
RSHTTPSSPICanNotChangeCredentials = 'Can not change credentials after handle aquired. Use Release first';
RSHTTPSSPIUnknwonCredentialUse = 'Unknown credentials use';
RSHTTPSSPIDoAuquireCredentialHandle = 'Do AcquireCredentialsHandle first';
RSHTTPSSPICompleteTokenNotSupported = 'CompleteAuthToken is not supported';
//Block Cipher Intercept
RSBlockIncorrectLength = 'Incorrect length in received block';
// FTP
RSFTPUnknownHost = 'Unknown';
RSFTPStatusReady = 'Connection established';
RSFTPStatusStartTransfer = 'Starting FTP transfer';
RSFTPStatusDoneTransfer = 'Transfer complete';
RSFTPStatusAbortTransfer = 'Transfer aborted';
RSFTPProtocolMismatch = 'Network protocol mismatch, use'; { may not include '(' or ')' }
RSFTPParamError = 'Error in parameters to %s';
RSFTPParamNotImp = 'Parameter %s Not Implemented';
RSFTPInvalidPort = 'Invalid port number';
RSFTPInvalidIP = 'Invalid IP Address';
RSFTPOnCustomFTPProxyReq = 'OnCustomFTPProxy required but not assigned';
RSFTPDataConnAssuranceFailure = 'Data connection assurance check failed.'#10#13+
'Server reported IP: %s Port: %d'#10#13+
'Our socket IP: %s Port: %d';
RSFTPProtocolNotSupported = 'Protocol not supported, use'; { may not include '(' or ')' }
RSFTPMustUseExtWithIPv6 = 'UseExtensionDataPort must be true for IPv6 connections.';
RSFTPMustUseExtWithNATFastTrack = 'UseExtensionDataPort must be true for NAT fasttracking.';
RSFTPFTPPassiveMustBeTrueWithNATFT = 'Can not use active transfers with NAT fastracking.';
RSFTPServerSentInvalidPort = 'Server sent invalid port number (%s)';
RSInvalidFTPListingFormat = 'Unknown FTP listing format';
RSFTPNoSToSWithNATFastTrack = 'No Site to Site transfers are permitted with a FTP NAT fastracked connection.';
RSFTPSToSNoDataProtection = 'Can''t use dataprotection on site to site transfer.';
RSFTPSToSProtosMustBeSame = 'Transport protocols must be the same.';
RSFTPSToSSSCNNotSupported = 'SSCN is not supported on both servers.';
RSFTPNoDataPortProtectionAfterCCC = 'Can not set DataPortProtection after CCC issued.';
RSFTPNoDataPortProtectionWOEncryption = 'Can not set DataPortProtection with unencrypted connections.';
RSFTPNoCCCWOEncryption = 'Can not set CCC without encyption.';
RSFTPNoAUTHWOSSL = 'Can not set AUTH without SSL.';
RSFTPNoAUTHCon = 'Can not set AUTH while connected.';
RSFTPSToSTransferModesMusbtSame = 'Transfer modes must be the same.';
// Property editor exceptions
// Stack Error Messages
RSCMDNotRecognized = 'command not recognized';
RSGopherNotGopherPlus = '%s is not a Gopher+ server';
RSCodeNoError = 'RCode NO Error';
RSCodeQueryServer = 'DNS Server Reports Query Server Error';
RSCodeQueryFormat = 'DNS Server Reports Query Format 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';
RSQueryInvalidIpV6 = 'Invalid IP V6 Address. %s';
{ 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.';
RSTIdMessageErrorAttachmentBlocked = 'Attachment %s is blocked.';
{ 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.';
RSIMAP4NumberInvalid = 'Number parameter (relative message number or UID) is invalid; Must be 1 or greater.';
RSIMAP4NumberInvalidString = 'Number parameter (relative message number or UID) is invalid; Cannot contain an empty string.';
RSIMAP4NumberInvalidDigits = 'Number parameter (relative message number or UID) is invalid; Cannot contain non-digit characters.';
RSIMAP4DisconnectedProbablyIdledOut = 'Server has gracefully disconnected you, possibly because the connection was idle for too long.';
{ 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.';
{Standard dialog stock strings}
{}
{ 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 }
{ FTP }
RSDestinationFileAlreadyExists = 'Destination file already exists.';
{ SSL messages }
RSSSLAcceptError = 'Error accepting connection with SSL.';
RSSSLConnectError = 'Error connecting with SSL.';
RSSSLSettingCipherError = 'SetCipher failed.';
RSSSLCreatingContextError = 'Error creating SSL context.';
RSSSLLoadingRootCertError = 'Could not load root certificate.';
RSSSLLoadingCertError = 'Could not load certificate.';
RSSSLLoadingKeyError = 'Could not load key, check password.';
RSSSLGetMethodError = 'Error geting SSL method.';
RSSSLDataBindingError = 'Error binding data to SSL socket.';
{IdMessage Component Editor}
RSMsgCmpEdtrNew = '&New Message Part...';
RSMsgCmpEdtrExtraHead = 'Extra Headers Text Editor';
RSMsgCmpEdtrBodyText = 'Body Text Editor';
{IdNNTPServer}
RSNNTPServerNotRecognized = 'Command not recognized';
RSNNTPServerGoodBye = 'Goodbye';
{IdGopherServer}
RSGopherServerNoProgramCode = 'Error: No program code to return request!';
{IdSyslog}
RSInvalidSyslogPRI = 'Invalid syslog message: incorrect PRI section';
RSInvalidSyslogPRINumber = 'Invalid syslog message: incorrect PRI number "%s"';
RSInvalidSyslogTimeStamp = 'Invalid syslog message: incorrect timestamp "%s"';
RSInvalidSyslogPacketSize = 'Invalid Syslog message: packet too large (%d bytes)';
RSInvalidHostName = 'Invalid host name. A SYSLOG host name cannot contain any space ("%s")+';
{IdOpenSSL}
RSOSSLModeNotSet = 'Mode has not been set.';
RSOSSLCouldNotLoadSSLLibrary = 'Could not load SSL library.';
RSOSSLStatusString = 'SSL status: "%s"';
RSOSSLConnectionDropped = 'SSL connection has dropped.';
RSOSSLCertificateLookup = 'SSL certificate request error.';
RSOSSLInternal = 'SSL library internal error.';
{IdWinsockStack}
RSWSockStack = 'Winsock stack';
{IdSMTPServer}
RSSMTPSvrCmdNotRecognized = 'Command Not Recognised';
RSSMTPSvrQuit = 'Signing Off';
RSSMTPSvrOk = 'Ok';
RSSMTPSvrStartData = 'Start mail input; end with <CRLF>.<CRLF>';
RSSMTPSvrAddressOk = '%s Address Okay';
RSSMTPSvrAddressError = '%s Address Error';
RSSMTPSvrNotPermitted = '%s Sender Not Permitted';
// !!!YES!!! - do not relay for third parties - otherwise you have a server
//waiting to be abused by some spammer.
RSSMTPSvrNoRelay = 'We do not relay %s';
RSSMTPSvrWelcome = 'Welcome to the INDY SMTP Server';
RSSMTPSvrHello = 'Hello %s';
RSSMTPSvrNoHello = 'Polite people say HELO';
RSSMTPSvrCmdGeneralError = 'Syntax Error - Command not understood: %s';
RSSMTPSvrXServer = 'Indy SMTP Server';
RSSMTPSvrReceivedHeader = 'by DNSName [127.0.0.1] running Indy SMTP';
RSSMTPSvrAuthFailed = 'Authentication Failed';
RSSMTPSvrAddressWillForward = '%s User not local, Will forward';
RSSMTPSvrReqSTARTTLS = 'Must issue a STARTTLS command first';
RSSMTPSvrParmErrMailFrom = 'Parameter error! Example: mail from:<user@domain.com>';
RSSMTPSvrParmErrRcptTo = 'Command parameter error! Example: rcpt to:<a@b.c>';
RSSMTPSvrParmErr = 'Syntax error in parameters or arguments';
RSSMTPSvrParmErrNoneAllowed = 'Syntax error (no parameters allowed)';
RSSMTPSvrReadyForTLS = 'Ready to start TLS';
RSSMTPSvrCmdErrSecurity = 'Command refused due to lack of security'; // errorcode 554
RSSMTPSvrImplicitTLSRequiresSSL = 'Implicit SMTP TLS requires that IOHandler be set to a TIdServerIOHandlerSSL.';
RSSMTPSvrBadSequence = 'Bad sequence of commands';
RSSMTPNotLoggedIn = 'Not logged in';
RSSMTPMailboxUnavailable = 'Requested action not taken: mailbox unavailable';
RSSMTPUserNotLocal = 'User %s not local; please try <%s>';
RSSMTPUserNotLocalNoAddr = 'User %s not local; no forwarding address';
RSSMTPTooManyRecipients = 'Too Many recipients.';
RSSMTPAccountDisabled = '%s Account Disabled';
RSSMTPLocalProcessingError = 'Local Processing Error';
RSSMTPNoOnRcptTo = 'No OnRcptTo event';
//data command error replies
RSSMTPSvrExceededStorageAlloc = 'Requested mail action aborted: exceeded storage allocation';
RSSMTPSvrMailBoxNameNotAllowed = 'Requested action not taken: mailbox name not allowed';
RSSMTPSvrTransactionFailed = ' Transaction failed';
RSSMTPSvrLocalError = 'Requested action aborted: local error in processing';
RSSMTPSvrInsufficientSysStorage = 'Requested action not taken: insufficient system storage ';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -