📄 idresourcestringsprotocols.pas
字号:
RSSMTPMsgLenLimit = 'Message length exceeds administrative limit';
{ IdPOP3Server }
RSPOP3SvrImplicitTLSRequiresSSL = 'Implicit POP3 requires that IOHandler be set to a TIdServerIOHandlerSSL.';
RSPOP3SvrMustUseSTLS = 'Must use STLS';
RSPOP3SvrNotHandled = 'Command Not Handled: %s';
RSPOP3SvrNotPermittedWithTLS = 'Command not permitted when TLS active';
RSPOP3SvrNotInThisState = 'Command not permitted in this state';
RSPOP3SvrBeginTLSNegotiation = 'Begin TLS negotiation';
RSPOP3SvrLoginFirst = 'Please login first';
RSPOP3SvrInvalidSyntax = 'Invalid Syntax';
RSPOP3SvrClosingConnection = 'Closing Connection Channel.';
RSPOP3SvrPasswordRequired = 'Password required';
RSPOP3SvrLoginFailed = 'Login failed';
RSPOP3SvrLoginOk = 'Login OK';
RSPOP3SvrWrongState = 'Wrong State';
RSPOP3SvrInvalidMsgNo = 'Invalid Message Number';
RSPOP3SvrNoOp = 'NOOP';
RSPOP3SvrReset = 'Reset';
RSPOP3SvrCapaList = 'Capability list follows';
RSPOP3SvrWelcome = 'Welcome to Indy POP3 Server';
RSPOP3SvrUnknownCmd = 'Sorry, Unknown Command';
RSPOP3SvrInternalError = 'Unknown Internal Error';
RSPOP3SvrHelpFollows = 'Help follows';
RSPOP3SvrTooManyCons = 'Too many connections. Try again later.';
// TIdCoder3to4
RSUnevenSizeInDecodeStream = 'Uneven size in DecodeToStream.';
RSUnevenSizeInEncodeStream = 'Uneven size in Encode.';
RSIllegalCharInInputString = 'Illegal character in input string.';
// TIdMessageCoder
RSMessageDecoderNotFound = 'Message decoder not found';
RSMessageEncoderNotFound = 'Message encoder not found';
// TIdMessageCoderMIME
RSMessageCoderMIMEUnrecognizedContentTrasnferEncoding = 'Unrecognized content trasnfer encoding.';
// TIdMessageCoderUUE
RSUnrecognizedUUEEncodingScheme = 'Unrecognized UUE encoding scheme.';
// TIdICMPCast
RSIPMCastInvalidMulticastAddress = 'The supplied IP address is not a valid multicast address [224.0.0.0 to 239.255.255.255].';
RSIPMCastNotSupportedOnWin32 = 'This function is not supported on Win32.';
RSIPMCastReceiveError0 = 'IP Broadcast Receive Error = 0.';
{ IdFTPServer }
RSFTPDefaultGreeting = 'Indy FTP Server ready.';
RSFTPOpenDataConn = 'Data connection already open; transfer starting.';
RSFTPDataConnToOpen = 'File status okay; about to open data connection.';
RSFTPDataConnList = 'Opening ASCII mode data connection for /bin/ls.';
RSFTPDataConnNList = 'Opening ASCII mode data connection for file list.';
RSFTPDataConnMLst = 'Opening ASCII data connection for directory listing';
RSFTPCmdSuccessful = '%s Command successful.';
RSFTPServiceOpen = 'Service ready for new user.';
RSFTPServerClosed = 'Service closing control connection.';
RSFTPDataConn = 'Data connection open; no transfer in progress.';
RSFTPDataConnClosed = 'Closing data connection.';
RSFTPDataConnEPLFClosed = 'Success.';
RSFTPDataConnClosedAbnormally = 'Data connection closed abnormally.';
RSFTPPassiveMode = 'Entering Passive Mode (%s).';
RSFTPUserLogged = 'User logged in, proceed.';
RSFTPAnonymousUserLogged = 'Anonymous user logged in, proceed.';
RSFTPFileActionCompleted = 'Requested file action okay, completed.';
RSFTPDirFileCreated = '"%s" created.';
RSFTPUserOkay = 'User name okay, need password.';
RSFTPAnonymousUserOkay = 'Anonymous login OK, send e-mail as password.';
RSFTPNeedLoginWithUser = 'Login with USER first.';
RSFTPFileActionPending = 'Requested file action pending further information.';
RSFTPServiceNotAvailable = 'Service not available, closing control connection.';
RSFTPCantOpenDataConn = 'Can''t open data connection.';
RSFTPFileActionNotTaken = 'Requested file action not taken.';
RSFTPFileActionAborted = 'Requested action aborted: local error in processing.';
RSFTPEnteringEPSV = 'Entering Extended Passive Mode (%s)';
RSFTPClosingConnection = 'Service not available, closing control connection.';
RSFTPPORTDisabled = 'PORT/EPRT Command disabled.';
RSFTPPORTRange = 'PORT/EPRT Command disabled for reserved port range (1-1024).';
RSFTPSameIPAddress = 'Data port can only be used by the same IP address used by the control connection.';
RSFTPCantOpenData = 'Can''t open data connection.';
RSFTPEPSVAllEntered = ' EPSV ALL sent, now only accepting EPSV connections';
RSFTPNetProtNotSup = 'Network protocol not supported, use %s';
RSFTPFileOpSuccess = 'File Operation Successful';
RSFTPInvalidOps = 'Invalid %s options';
RSFTPOptNotRecog = 'Option not recognized.';
RSFTPPropNotNeg = 'Property can not be a negative number.';
RSFTPClntNoted = 'Noted.';
RSFTPQuitGoodby = 'Goodbye.';
RSFTPPASVBoundPortMaxMustBeGreater = 'PASVBoundPortMax must be greater than PASVBoundPortMax.';
RSFTPPASVBoundPortMinMustBeLess = 'PASVBoundPortMin must be less than PASVBoundPortMax.';
RSFTPRequestedActionNotTaken = 'Requested action not taken.';
RSFTPCmdNotRecognized = '''%s'': command not understood.';
RSFTPCmdNotImplemented = '"%s" Command not implemented.';
RSFTPCmdHelpNotKnown = 'Unknown command %s.';
RSFTPUserNotLoggedIn = 'Not logged in.';
RSFTPActionNotTaken = 'Requested action not taken.';
RSFTPActionAborted = 'Requested action aborted: page type unknown.';
RSFTPRequestedFileActionAborted = 'Requested file action aborted.';
RSFTPRequestedFileActionNotTaken = 'Requested action not taken.';
RSFTPMaxConnections = 'Maximum connections limit exceeded. Try again later.';
RSFTPDataConnToOpenStou = 'About to open data connection for %s';
RSFTPNeedAccountForLogin = 'Need account for login.';
RSFTPAuthSSL = 'AUTH Command OK. Initializing SSL';
RSFTPDataProtBuffer0 = 'PBSZ Command OK. Protection buffer size set to 0.';
RSFTPInvalidProtTypeForMechanism = 'Requested PROT level not supported by mechanism.';
RSFTPProtTypeClear = 'PROT Command OK. Using Clear data connection';
RSFTPProtTypePrivate = 'PROT Command OK. Using Private data connection';
RSFTPClearCommandConnection = 'Command channel switched to clear-text.';
RSFTPClearCommandNotPermitted = 'Clear command channel is not permitted.';
RSFTPPBSZAuthDataRequired = 'AUTH Data required.';
RSFTPPBSZNotAfterCCC = 'Not permitted after CCC';
RSFTPPROTProtBufRequired = 'PBSZ Data Buffer Size required.';
RSFTPInvalidForParam = 'Command not implemented for that parameter.';
RSFTPNotAllowedAfterEPSVAll = '%s not allowed after EPSV ALL';
RSFTPOTPMethod = 'Unknown OTP method';
RSFTPIOHandlerWrong = 'IOHandler is of wrong type.';
RSFTPFileNameCanNotBeEmpty = 'The destination filename can not be empty';
//Note to translators, it may be best to leave the stuff in quotes as the very first
//part of any phrase otherwise, a FTP client might get confused.
RSFTPCurrentDirectoryIs = '"%s" is working directory.';
RSFTPTYPEChanged = 'Type set to %s.';
RSFTPMODEChanged = 'Mode set to %s.';
RSFTPMODENotSupported = 'Unimplemented mode.';
RSFTPSTRUChanged = 'Structure set to %s.';
RSFTPSITECmdsSupported = 'The following SITE commands are supported:';
RSFTPDirectorySTRU = '%s directory structure.';
RSFTPCmdEndOfStat = 'End of Status';
RSFTPCmdExtsSupportedStart = 'Extensions supported:';
RSFTPCmdExtsSupportedEnd = 'End of extentions.';
RSFTPNoOnDirEvent = 'No OnListDirectory event found!';
RSFTPImplicitTLSRequiresSSL = 'Implicit FTP requires that IOHandler be set to a TIdServerIOHandlerSSL.';
//%s is the umask number
RSFTPUMaskIs = 'Current UMASK is %.3d';
//first %d is the new value, second one is the old value
RSFTPUMaskSet = 'UMASK set to %.3d (was %.3d)';
RSFTPPermissionDenied = 'Permission denied.';
RSFTPCHMODSuccessful = 'CHMOD command successful.';
RSFTPHelpBegining = 'The following commands are recognized (* => unimplemented, + => extension).';
//toggles for DIRSTYLE SITE command in IIS
RSFTPOn = 'on';
RSFTPOff = 'off';
RSFTPDirStyle = 'MSDOS-like directory output is %s';
{SYSLog Message}
// facility
STR_SYSLOG_FACILITY_KERNEL = 'kernel messages';
STR_SYSLOG_FACILITY_USER = 'user-level messages';
STR_SYSLOG_FACILITY_MAIL = 'mail system';
STR_SYSLOG_FACILITY_SYS_DAEMON = 'system daemons';
STR_SYSLOG_FACILITY_SECURITY1 = 'security/authorization messages (1)';
STR_SYSLOG_FACILITY_INTERNAL = 'messages generated internally by syslogd';
STR_SYSLOG_FACILITY_LPR = 'line printer subsystem';
STR_SYSLOG_FACILITY_NNTP = 'network news subsystem';
STR_SYSLOG_FACILITY_UUCP = 'UUCP subsystem';
STR_SYSLOG_FACILITY_CLOCK1 = 'clock daemon (1)';
STR_SYSLOG_FACILITY_SECURITY2 = 'security/authorization messages (2)';
STR_SYSLOG_FACILITY_FTP = 'FTP daemon';
STR_SYSLOG_FACILITY_NTP = 'NTP subsystem';
STR_SYSLOG_FACILITY_AUDIT = 'log audit';
STR_SYSLOG_FACILITY_ALERT = 'log alert';
STR_SYSLOG_FACILITY_CLOCK2 = 'clock daemon (2)';
STR_SYSLOG_FACILITY_LOCAL0 = 'local use 0 (local0)';
STR_SYSLOG_FACILITY_LOCAL1 = 'local use 1 (local1)';
STR_SYSLOG_FACILITY_LOCAL2 = 'local use 2 (local2)';
STR_SYSLOG_FACILITY_LOCAL3 = 'local use 3 (local3)';
STR_SYSLOG_FACILITY_LOCAL4 = 'local use 4 (local4)';
STR_SYSLOG_FACILITY_LOCAL5 = 'local use 5 (local5)';
STR_SYSLOG_FACILITY_LOCAL6 = 'local use 6 (local6)';
STR_SYSLOG_FACILITY_LOCAL7 = 'local use 7 (local7)';
STR_SYSLOG_FACILITY_UNKNOWN = 'Unknown or illegale facility code';
// Severity
STR_SYSLOG_SEVERITY_EMERGENCY = 'Emergency: system is unusable';
STR_SYSLOG_SEVERITY_ALERT = 'Alert: action must be taken immediately';
STR_SYSLOG_SEVERITY_CRITICAL = 'Critical: critical conditions';
STR_SYSLOG_SEVERITY_ERROR = 'Error: error conditions';
STR_SYSLOG_SEVERITY_WARNING = 'Warning: warning conditions';
STR_SYSLOG_SEVERITY_NOTICE = 'Notice: normal but significant condition';
STR_SYSLOG_SEVERITY_INFORMATIONAL = 'Informational: informational messages';
STR_SYSLOG_SEVERITY_DEBUG = 'Debug: debug-level messages';
STR_SYSLOG_SEVERITY_UNKNOWN = 'Unknown or illegale security code';
{LPR Messages}
RSLPRError = 'Reply %s on Job ID %s';
RSLPRUnknown = 'Unknown';
{IRC Messages}
RSIRCCanNotConnect = 'IRC Connect Failed';
RSIRCNotConnected = 'Not connected to server.';
RSIRCClientVersion = 'TIdIRC 1.061 by Steve Williams';
RSIRCClientInfo = '%s Non-visual component for 32-bit Delphi.';
RSIRCNick = 'Nick';
RSIRCAltNick = 'OtherNick';
RSIRCUserName = 'ircuser';
RSIRCRealName = 'Real name';
RSIRCTimeIsNow = 'Local time is %s';
{HL7 Lower Layer Protocol Messages}
RSHL7StatusStopped = 'Stopped';
RSHL7StatusNotConnected = 'Not Connected';
RSHL7StatusFailedToStart = 'Failed to Start: %s';
RSHL7StatusFailedToStop = 'Failed to Stop: %s';
RSHL7StatusConnected = 'Connected';
RSHL7StatusConnecting = 'Connecting';
RSHL7StatusReConnect = 'Reconnect at %s: %s';
RSHL7NotWhileWorking = 'You cannot set %s while the HL7 Component is working';
RSHL7NotWorking = 'Attempt to %s while the HL7 Component is not working';
RSHL7NotFailedToStop = 'Interface is unusable due to failure to stop';
RSHL7AlreadyStarted = 'Interface was already started';
RSHL7AlreadyStopped = 'Interface was already stopped';
RSHL7ModeNotSet = 'Mode is not initialised';
RSHL7NoAsynEvent = 'Component is in Asynchronous mode but OnMessageArrive has not been hooked';
RSHL7NoSynEvent = 'Component is in Synchronous mode but OnMessageReceive has not been hooked';
RSHL7InvalidPort = 'Assigned Port value %d is invalid';
RSHL7ImpossibleMessage = 'A message has been received but the commication mode is unknown';
RSHL7UnexpectedMessage = 'Unexpected message arrived to an interface that is not listening';
RSHL7UnknownMode = 'Unknown mode';
RSHL7ClientThreadNotStopped = 'Unable to stop client thread';
RSHL7SendMessage = 'Send a message';
RSHL7NoConnectionFound = 'Server Connection not locatable when sending message';
RSHL7WaitForAnswer = 'You cannot send a message while you are still waiting for an answer';
RSMFDIvalidObjectType = 'Unsupported object type. You can assign only one of the following types or their descendants: TStrings, TStream.';
{ TIdURI exceptions }
RSURINoProto = 'Protocol field is empty';
RSURINoHost = 'Host field is empty';
{ TIdIOHandlerThrottle}
RSIHTChainedNotAssigned = 'You must chain this component to another I/O Handler before using it';
{ TIdSNPP}
RSSNPPNoMultiLine = 'TIdSNPP Mess command only supports single line Messages.';
{TIdThread}
RSUnassignedUserPassProv = 'Unassigned UserPassProvider!';
{TIdDirectSMTP}
RSDirSMTPInvalidEMailAddress = 'Invalid Email Address %s';
RSDirSMTPNoMXRecordsForDomain = 'No MX records for the domain %s';
RSDirSMTPCantConnectToSMTPSvr = 'Can not connect to MX servers for address %s';
RSDirSMTPCantAssignHost = 'Can not assign Host property, it is resolved by IdDirectSMTP on the fly.';
{TIdMessageCoderYenc}
RSYencFileCorrupted = 'File corrupted.';
RSYencInvalidSize = 'Invalid Size';
RSYencInvalidCRC = 'Invalid CRC';
{TIdSocksServer}
RSSocksSvrNotSupported = 'Not supported';
RSSocksSvrInvalidLogin = 'Invalid Login';
RSSocksSvrWrongATYP = 'Wrong SOCKS5-ATYP';
RSSocksSvrWrongSocksVersion = 'Wrong SOCKS-version';
RSSocksSvrWrongSocksCommand = 'Wrong SOCKS-Command';
RSSocksSvrAccessDenied = 'Access Denied';
RSSocksSvrUnexpectedClose = 'Unexpected Close.';
{TLS Framework}
RSTLSSSLIOHandlerRequired = 'SSL IOHandler is required for this setting';
RSTLSSSLCanNotSetWhileActive = 'This value can not be set while the server is active.';
RSTLSSLCanNotSetWhileConnected = 'This value can not be set while the client is connected.';
RSTLSSLSSLNotAvailable = 'SSL is not available on this server.';
RSTLSSLSSLCmdFailed = 'Start SSL negotiation command failed.';
///IdPOP3Reply
//user's provided reply will follow this string
RSPOP3ReplyInvalidEnhancedCode = 'Invalid Enhanced Code: ';
//IdSMTPReply
RSSMTPReplyInvalidReplyStr = 'Invalid Reply String.';
RSSMTPReplyInvalidClass = 'Invalid Reply Class.';
RSUnsupportedOperation = 'Unsupported operation.';
//Mapped port components
RSEmptyHost = 'Host is empty'; {Do not Localize}
RSPop3ProxyGreeting = 'POP3 proxy ready'; {Do not Localize}
RSPop3UnknownCommand = 'command must be either USER or QUIT'; {Do not Localize}
RSPop3QuitMsg = 'POP3 proxy signing off'; {Do not Localize}
//IMAP4 Server
RSIMAP4SvrBeginTLSNegotiation = 'Begin TLS negotiation now';
RSIMAP4SvrNotPermittedWithTLS = 'Command not permitted when TLS active';
RSIMAP4SvrImplicitTLSRequiresSSL = 'Implicit IMAP4 requires that IOHandler be set to a TIdServerIOHandlerSSLBase.';
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -