TextsFileZilla.rc 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #include "TextsFileZilla.h"
  2. #define _AFX_NO_APPMENU_RESOURCES
  3. #define _AFX_NO_FILECMD_RESOURCES
  4. #define _AFX_NO_OLE_RESOURCES
  5. #define _AFX_NO_MAPI_RESOURCES
  6. #define _AFX_NO_OCC_RESOURCES
  7. #define _AFX_NO_SPLITTER_RESOURCES
  8. #define _AFX_NO_TRACKER_RESOURCES
  9. #define _AFX_NO_CTL3D_RESOURCES
  10. #define _AFX_NO_NEWTYPEDLG_RESOURCES
  11. #include "afxres.rc"
  12. STRINGTABLE
  13. BEGIN
  14. IDS_ERRORMSG_NAMEINUSE, "File already exists"
  15. IDS_ERRORMSG_PROXY_AUTHNOLOGON, "Proxy requires authentication"
  16. IDS_ERRORMSG_PROXY_AUTHTYPEUNKNOWN, "Required authtype reported by proxy server is unknown or not supported"
  17. IDS_ERRORMSG_PROXY_CANTRESOLVEHOST, "Can't resolve host of proxy server"
  18. IDS_ERRORMSG_PROXY_NOCONN, "Can't connect to proxy server"
  19. IDS_ERRORMSG_PROXY_REQUESTFAILED, "Proxy request failed, can't connect through proxy server"
  20. END
  21. STRINGTABLE
  22. BEGIN
  23. IDS_ERRORMSG_TIMEOUT, "Timeout detected."
  24. IDS_ERRORMSG_UPLOADABORTED, "Upload aborted"
  25. END
  26. STRINGTABLE
  27. BEGIN
  28. IDS_ERRORMSG_CANTOPENTRANSFERCHANNEL, "Transfer channel can't be opened. Reason: %s"
  29. IDS_ERRORMSG_CANTRESOLVEHOST, "Can't resolve host name"
  30. IDS_ERRORMSG_CANTRESUME, "Resume command not supported by server, overwriting file."
  31. IDS_ERRORMSG_CANTRESUME_FINISH, "Resume command not supported by server, but local and remote filesize are equal."
  32. IDS_ERRORMSG_CANTSENDCOMMAND, "Unable to send command. Disconnected."
  33. IDS_ERRORMSG_DOWNLOADABORTED, "Download aborted"
  34. END
  35. STRINGTABLE
  36. BEGIN
  37. IDS_ERRORMSG_CANTCREATEDUETOPORTRANGE, "Could not create socket in the specified port range."
  38. IDS_ERRORMSG_CANTGETLIST, "Could not retrieve directory listing"
  39. END
  40. STRINGTABLE
  41. BEGIN
  42. IDS_STATUSMSG_CONNECTED, "Connected"
  43. IDS_STATUSMSG_CONNECTEDWITH, "Connected with %s. Waiting for welcome message..."
  44. IDS_STATUSMSG_CONNECTING, "Connecting to %s ..."
  45. IDS_STATUSMSG_DIRLISTSUCCESSFUL, "Directory listing successful"
  46. IDS_STATUSMSG_DISCONNECTED, "Disconnected from server"
  47. IDS_STATUSMSG_DOWNLOADSTART, "Starting download of %s"
  48. IDS_STATUSMSG_DOWNLOADSUCCESSFUL, "Download successful"
  49. IDS_STATUSMSG_FWCONNECT, "Trying to access %s through ftp proxy..."
  50. END
  51. STRINGTABLE
  52. BEGIN
  53. IDS_STATUSMSG_RETRIEVINGDIRLIST, "Retrieving directory listing..."
  54. IDS_STATUSMSG_UPLOADSTART, "Starting upload of %s"
  55. IDS_STATUSMSG_UPLOADSUCCESSFUL, "Upload successful"
  56. END
  57. STRINGTABLE
  58. BEGIN
  59. IDS_ERRORMSG_SETFILEPOINTER, "Could not set file pointer"
  60. END