home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / nastroje / d5 / MFTP.ZIP / src / English.Msg next >
Text File  |  1999-05-09  |  2KB  |  41 lines

  1. resourcestring
  2.    msgBusy             = 'The component is busy doing something';
  3.    msgISytax           = 'Invalid sytax';
  4.    msgLogin            = 'Logged in';
  5.    msgLoginS           = 'Login successful';
  6.    msgNResume          = 'This site cannot resume broken downloads/uploads';
  7.    msgSResume          = 'This site can resume broken downloads/uploads';
  8.    msgDenied           = 'Access denied or file not found';
  9.    msgEDisconnected    = 'Not connected to the server';
  10.    msgDisconnected     = 'Disconnected';
  11.    msgIDontTellYou     = 'PASS (want to know) :-P'#13#10;
  12.    msgNSProtocol       = 'The protocol is not supported';
  13.    msgRetry            = 'Retrying...';
  14.    msgAOverwrite       = 'I don'#39't know how to resume this file, I will overwrite it';
  15.    msgNothing          = 'I am afraid I have nothing to do';
  16.    msgFResumeD         = 'Failed to resume downloading file';
  17.    msgFResumeU         = 'Failed to resume uploading file';
  18.    msgNetworkDown      = 'Network down';
  19.    msgInvalidAddress   = 'Invalid address specified';
  20.    msgTimeOut          = 'Connection timed out';
  21.    msgOutOfSocket      = 'Out of sockets';
  22.    msgNetworkUR        = 'Network unreachable';
  23.    msgHostUR           = 'Host unreachable';
  24.    msgNotAvail         = 'Address not available';
  25.    msgRefuse           = 'Connection Refused';
  26.    msgUnexpected       = 'Unexpected internal error in component (WinSock Error Code: ';
  27.    msgReset            = 'Connection reset by remote side';
  28.    msgGeneralE         = 'General Winsock Error';
  29.    msgAborted          = 'Connection aborted due to timeout or other failure';
  30.    msgARE              = 'Address resolution error';
  31.    msgCommandx         = 'COMMAND:>   ';
  32.    msgErrorx           = 'ERROR:>     ';
  33.    msgExceptionx       = 'Exception:> ';
  34.    msgReplyx           = '            ';
  35.    msgStatusx          = 'STATUS:>    ';
  36.    msgConnectTo        = 'Connected to ';
  37.    msgSpecifiedS       = 'specified server';
  38.    msgWelcome          = ', waiting for welcome message'#13#10;
  39.    msgUEParse          = 'Unexpected error occured in paring URL';
  40.    msgSearchStopped    = 'FileList building was terminated abnormally';
  41.