TextsWin2.rc 716 B

12345678910111213141516
  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. END