12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
|
unit IdResourceStringsUnix;
|
||
|
|
||
|
interface
|
||
|
|
||
|
resourcestring
|
||
|
RSResolveError = 'Error resolving host %s: %s (%d)'; { hostname, errorstring, errornumber }
|
||
|
RSStackNonBlockingNotSupported = 'Non-blocking not supported.';
|
||
|
|
||
|
implementation
|
||
|
|
||
|
end.
|