Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.6 KiB

  1. /*
  2. * ftpmgr.str
  3. *
  4. * Strings for the FTP Server Control panel applet and the FTP
  5. * server manager extension.
  6. *
  7. */
  8. STRINGTABLE
  9. BEGIN
  10. IDS_CPL_HELPFILENAME, "control.hlp"
  11. IDS_FTPSMX_HELPFILENAME, "ftpsmx.hlp"
  12. IDS_FTPSMX_MENUNAME, "&FTP"
  13. /*
  14. *
  15. * IDS_FTPCPA_NAME_STRING is the name displayed in the Control Panel
  16. * window under the icon.
  17. *
  18. * IDS_FTPCPA_INFO_STRING is the string displayed in the Control
  19. * Panel status bar when the Server Manager icon is selected.
  20. *
  21. */
  22. IDS_FTPCPA_NAME_STRING, "&FTP Server"
  23. IDS_FTPCPA_INFO_STRING, "FTP Server Management"
  24. IDS_FTPCPA_CAPTION, "FTP Server"
  25. IDS_NO_SERVERS_SELECTED, "There are no selected servers."
  26. IDS_CANNOT_GET_SERVER_SELECTION,"Error encountered while getting the selected server name."
  27. IDS_CONFIRM_DISCONNECT_ONE_USER, "Are you sure you want to disconnect user %1?"
  28. IDS_CONFIRM_DISCONNECT_SELECTED_USERS, "Are you sure you want to disconnect all selected users?"
  29. IDS_CONFIRM_DISCONNECT_ALL_USERS, "Are you sure you want to disconnect all connected users?"
  30. IDS_DRIVE_REMOVABLE, "Removable"
  31. IDS_DRIVE_CDROM, "CD-ROM"
  32. IDS_NO_PARTITION, "There are no partitions to set security on."
  33. IDS_FTP_USER_SESSIONS_ON_COMPUTER, "FTP User Sessions on %1"
  34. IDS_FTP_SERVER_SECURITY_ON_COMPUTER, "FTP Server Security on %1"
  35. IDS_START_FTPSVC_NOW, "The FTP Server service has not been started. Would you like to start the FTP Server service?"
  36. IERR_FTP_SERVICE_UNAVAILABLE, "The FTP Server service is unavailable."
  37. IERR_FTP_SERVICE_UNAVAILABLE_ON_COMPUTER, "The FTP Server service is unavailable on %1."
  38. END