TextsWin2.rc 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #include "TextsWin.h"
  2. STRINGTABLE
  3. BEGIN
  4. DND_DOWNLOAD_MOVE_WARNING,
  5. "You are trying to move remote file(s) to destination to which WinSCP cannot "
  6. "transfer files directly. Files will be downloaded to temporary directory "
  7. "instead. Transfer to final destination will be left to responsibility "
  8. "of target application (e.g. Windows Explorer), which WinSCP cannot control. "
  9. "Source files will be deleted just after download to temporary directory "
  10. "finishes. If target application fails to deliver temporary files, they may "
  11. "be lost. Please, consider copying files instead of moving.\n"
  12. "Hint: To copy files hold down Ctrl key while dragging.\n"
  13. "\n"
  14. "Do you still want to move the files?"
  15. USAGE10,
  16. "WinSCP, %s\n"
  17. "%s\n"
  18. "\n"
  19. "Usage:\n"
  20. "G:%APP% site|workspace|folder\n"
  21. "G:%APP% (sftp|scp|ftp|http[s])://[user[:password]@]host[:port][/path/[file]]\n"
  22. "G:%APP% [mysession] /newinstance\n"
  23. "G:%APP% [mysession] /edit <file>\n"
  24. "G:%APP% [mysession] /synchronize [local_dir] [remote_dir] [/defaults]\n"
  25. "G:%APP% [mysession] /keepuptodate [local_dir] [remote_dir] [/defaults]\n"
  26. "G:%APP% [mysession] [/privatekey=<key>] [/hostkey=<fingerprint>]\n"
  27. "G:%APP% [mysession] [/passive[=on|off]] [/implicit|explicit]\n"
  28. "G:%APP% [mysession] [/timeout=<sec>]\n"
  29. "G:%APP% [mysession] [/rawsettings setting1=value1 setting2=value2 ...]\n"
  30. "G:%APP% [/console] [/script=file] [/command command1...] [/parameter param1...]\n"
  31. "C:%APP% [/script=file] [/command command1...] [/parameter param1...]\n"
  32. "B:%APP% [/ini=<inifile>] [/log=<logfile>] [/xmllog=<logfile> [/xmlgroups]]\n"
  33. "B:%APP% [/rawconfig config1=value1 config2=value2 ...]\n"
  34. "B:%APP% /batchsettings <site_mask> setting1=value1 setting2=value2 ...\n"
  35. "G:%APP% /update\n"
  36. "B:%APP% /help\n"
  37. "\n"
  38. "G: session Name of site or direct session specification.\n"
  39. "G: /newinstance Open session in new window, even if %APP% is running already.\n"
  40. "G: /edit Opens remote file in internal editor.\n"
  41. "G: /synchronize Synchronizes content of two directories.\n"
  42. "G: /keepuptodate Starts Keep remote directory up to date function.\n"
  43. "G: /defaults Starts operation without showing options dialog.\n"
  44. "G: /console Console (text) mode. Default mode, when invoked\n"
  45. "G: using %APP%.com.\n"
  46. "B: /script= Executes batch script file. If the script does not end with\n"
  47. "B: 'exit' command, normal interactive mode follows.\n"
  48. "B: /command Executes list of script commands.\n"
  49. "B: /parameter Passes list of parameters to script.\n"
  50. "B: /ini= Path to configuration INI-file.\n"
  51. "B: /rawconfig Configures any settings using raw format as in an INI file.\n"
  52. "B: /batchsettings Updates settings of sites matching a mask using a raw format\n"
  53. "B: as in an INI file.\n"
  54. "B: /log= Turns on session logging to file.\n"
  55. "B: /xmllog= Turns on XML logging to file.\n"
  56. "B: /xmlgroups Group all XML log elements belonging to the same command.\n"
  57. "G: /privatekey= Private key file.\n"
  58. "G: /timeout= Server response timeout.\n"
  59. "G: /hostkey= Fingerprint of server host key.\n"
  60. "G: /passive= Passive mode (FTP protocol only).\n"
  61. "G: /rawsettings Configures any session settings using raw format\n"
  62. "G: as in an INI file.\n"
  63. "G: /implicit Implicit TLS/SSL (FTPS protocol only).\n"
  64. "G: /explicit Explicit TLS/SSL (FTPS protocol only).\n"
  65. "G: /update Queries application homepage for updates.\n"
  66. "B: /help Prints this usage.\n"
  67. END