IdResourceStrings.pas 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. $Project$
  3. $Workfile$
  4. $Revision$
  5. $DateUTC$
  6. $Id$
  7. This file is part of the Indy (Internet Direct) project, and is offered
  8. under the dual-licensing agreement described on the Indy website.
  9. (http://www.indyproject.org/)
  10. Copyright:
  11. (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserved.
  12. }
  13. {
  14. $Log$
  15. }
  16. {
  17. Rev 1.2 2004.05.20 11:38:10 AM czhower
  18. IdStreamVCL
  19. }
  20. {
  21. Rev 1.1 2004.02.03 3:15:54 PM czhower
  22. Updates to move to System.
  23. }
  24. {
  25. Rev 1.0 2004.02.03 2:36:04 PM czhower
  26. Move
  27. }
  28. unit IdResourceStrings;
  29. interface
  30. resourcestring
  31. //IIdTextEncoding
  32. RSInvalidSourceArray = 'Invalid source array';
  33. RSInvalidDestinationArray = 'Invalid destination array';
  34. RSCharIndexOutOfBounds = 'Character index out of bounds (%d)';
  35. RSInvalidCharCount = 'Invalid count (%d)';
  36. RSInvalidDestinationIndex = 'Invalid destination index (%d)';
  37. RSInvalidCodePage = 'Invalid codepage (%d)';
  38. RSInvalidCharSet = 'Invalid character set (%s)';
  39. RSInvalidCharSetConv = 'Invalid character set conversion (%s <-> %s)';
  40. RSInvalidCharSetConvWithFlags = 'Invalid character set conversion (%s <-> %s, %s)';
  41. RSUnsupportedCodePage = 'Unsupported codepage (%d)';
  42. RSUnsupportedCharSet = 'Unsupported character set (%s)';
  43. //IdSys
  44. RSFailedTimeZoneInfo = 'Failed attempting to retrieve time zone information.';
  45. // Winsock
  46. RSWinsockCallError = 'Error on call to Winsock2 library function %s';
  47. RSWinsockLoadError = 'Error on loading Winsock2 library (%s)';
  48. {CH RSWinsockInitializationError = 'Winsock Initialization Error.'; }
  49. // Status
  50. RSStatusResolving = 'Resolving hostname %s.';
  51. RSStatusConnecting = 'Connecting to %s.';
  52. RSStatusConnected = 'Connected.';
  53. RSStatusDisconnecting = 'Disconnecting.';
  54. RSStatusDisconnected = 'Disconnected.';
  55. RSStatusText = '%s';
  56. // Stack
  57. RSStackError = 'Socket Error # %d' + #13#10 + '%s';
  58. RSStackEINTR = 'Interrupted system call.';
  59. RSStackEBADF = 'Bad file number.';
  60. RSStackEACCES = 'Access denied.';
  61. RSStackEFAULT = 'Buffer fault.';
  62. RSStackEINVAL = 'Invalid argument.';
  63. RSStackEMFILE = 'Too many open files.';
  64. RSStackEWOULDBLOCK = 'Operation would block.';
  65. RSStackEINPROGRESS = 'Operation now in progress.';
  66. RSStackEALREADY = 'Operation already in progress.';
  67. RSStackENOTSOCK = 'Socket operation on non-socket.';
  68. RSStackEDESTADDRREQ = 'Destination address required.';
  69. RSStackEMSGSIZE = 'Message too long.';
  70. RSStackEPROTOTYPE = 'Protocol wrong type for socket.';
  71. RSStackENOPROTOOPT = 'Bad protocol option.';
  72. RSStackEPROTONOSUPPORT = 'Protocol not supported.';
  73. RSStackESOCKTNOSUPPORT = 'Socket type not supported.';
  74. RSStackEOPNOTSUPP = 'Operation not supported on socket.';
  75. RSStackEPFNOSUPPORT = 'Protocol family not supported.';
  76. RSStackEAFNOSUPPORT = 'Address family not supported by protocol family.';
  77. RSStackEADDRINUSE = 'Address already in use.';
  78. RSStackEADDRNOTAVAIL = 'Cannot assign requested address.';
  79. RSStackENETDOWN = 'Network is down.';
  80. RSStackENETUNREACH = 'Network is unreachable.';
  81. RSStackENETRESET = 'Net dropped connection or reset.';
  82. RSStackECONNABORTED = 'Software caused connection abort.';
  83. RSStackECONNRESET = 'Connection reset by peer.';
  84. RSStackENOBUFS = 'No buffer space available.';
  85. RSStackEISCONN = 'Socket is already connected.';
  86. RSStackENOTCONN = 'Socket is not connected.';
  87. RSStackESHUTDOWN = 'Cannot send or receive after socket is closed.';
  88. RSStackETOOMANYREFS = 'Too many references, cannot splice.';
  89. RSStackETIMEDOUT = 'Connection timed out.';
  90. RSStackECONNREFUSED = 'Connection refused.';
  91. RSStackELOOP = 'Too many levels of symbolic links.';
  92. RSStackENAMETOOLONG = 'File name too long.';
  93. RSStackEHOSTDOWN = 'Host is down.';
  94. RSStackEHOSTUNREACH = 'No route to host.';
  95. RSStackENOTEMPTY = 'Directory not empty';
  96. RSStackHOST_NOT_FOUND = 'Host not found.';
  97. RSStackClassUndefined = 'Stack Class is undefined.';
  98. RSStackAlreadyCreated = 'Stack already created.';
  99. // Other
  100. RSAntiFreezeOnlyOne = 'Only one TIdAntiFreeze can exist per application.';
  101. RSCannotSetIPVersionWhenConnected = 'Cannot change IPVersion when connected';
  102. RSCannotBindRange = 'Can not bind in port range (%d - %d)';
  103. RSConnectionClosedGracefully = 'Connection Closed Gracefully.';
  104. RSCorruptServicesFile = '%s is corrupt.';
  105. RSCouldNotBindSocket = 'Could not bind socket.';
  106. RSInvalidPortRange = 'Invalid Port Range (%d - %d)';
  107. RSInvalidServiceName = '%s is not a valid service.';
  108. RSIPv6Unavailable = 'IPv6 unavailable';
  109. RSInvalidIPv6Address = '%s is not a valid IPv6 address';
  110. RSIPVersionUnsupported = 'The requested IPVersion / Address family is not supported.';
  111. RSNotAllBytesSent = 'Not all bytes sent.';
  112. RSPackageSizeTooBig = 'Package Size Too Big.';
  113. RSSetSizeExceeded = 'Set Size Exceeded.';
  114. RSNoEncodingSpecified = 'No encoding specified.';
  115. {CH RSStreamNotEnoughBytes = 'Not enough bytes read from stream.'; }
  116. RSEndOfStream = 'End of stream: Class %s at %d';
  117. //DNS Resolution error messages
  118. RSMaliciousPtrRecord = 'Malicious PTR Record';
  119. implementation
  120. end.