IdResourceStringsVCLPosix.pas 194 B

12345678910
  1. unit IdResourceStringsVCLPosix;
  2. interface
  3. resourcestring
  4. RSReverseResolveError = 'Error resolving Address %s: %s (%d)'; { address, errorstring, errornumber }
  5. implementation
  6. end.