restemplate/indy/System/IdResourceStringsVCLPosix.pas

11 lines
194 B
Plaintext

unit IdResourceStringsVCLPosix;
interface
resourcestring
RSReverseResolveError = 'Error resolving Address %s: %s (%d)'; { address, errorstring, errornumber }
implementation
end.