Leaked source code of windows server 2003
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.

64 lines
2.5 KiB

  1. STRINGTABLE
  2. BEGIN
  3. IDS_MPRHELPFILENAME, "network.hlp"
  4. /* This is displayed when an extended error occurs and we need to print
  5. * the information returned from WNetGetLastError.
  6. *
  7. * %1 is the provider name
  8. * %2 is the error number
  9. * %3 is the error text
  10. */
  11. IDS_WN_EXTENDED_ERROR, "An error occurred in network provider %1. Error %2: %3"
  12. /* The following strings are the "type" dependent fields in the
  13. * connection dialogs
  14. */
  15. IDS_BROWSE_DRIVE_CAPTION "Browse Network"
  16. IDS_BROWSE_PRINTER_CAPTION "Browse Network Printer"
  17. IDS_SERVERS_LISTBOX_DRIVE, "&Shared Directories:"
  18. IDS_SERVERS_LISTBOX_PRINTER, "&Shared Printers:"
  19. /* This is the "device" name the user will select for deviceless
  20. * connections. Note that the first character should never be in
  21. * the range [A-Z, a-z].
  22. */
  23. IDS_DEVICELESS_CONNECTION_NAME, "(none)"
  24. /* Warn the user that there are open files on the network device providing
  25. * the local name and remote name.
  26. *
  27. * Note that we use the following error message for both files and
  28. * directories.
  29. *
  30. * %1 is the local device name
  31. * %2 is the remote device name
  32. */
  33. IDS_OPENFILES_WITH_NAME_WARNING, "There are currently files open on %1 (connected to %2). If you do not close the files before disconnecting from the network device, data may be lost. Do you want to disconnect the device anyway?"
  34. IERR_CANNOT_SET_EXPANDLOGONDOMAIN, "Cannot change your expand logon domain setting."
  35. IERR_INVALID_PATH, "Invalid Name"
  36. /* The following message is displayed a connection in the
  37. * user's connection profile could not be loaded.
  38. * %1: The name of the device which could not be reconnected.
  39. * %2: The name of the resource to which the device could not
  40. * be reconnected.
  41. * %3: the name of the provider which registered an error
  42. * %4: a string representation of the error number
  43. * %5: the error text
  44. */
  45. IERR_ProfileLoadError, "An error occurred while reconnecting %1 to %2\n\n%3 %4: %5\n\nThis connection has not been restored."
  46. IERR_TEXT1, "An error occurred while reconnecting %1 to"
  47. IERR_TEXT2, "%2"
  48. IERR_TEXT3, "%3 %4: %5"
  49. IDS_NO_PASSWORD, "No password supplied."
  50. IDS_GETTING_INFO, "Working..."
  51. IDS_PASSWORD, "Incorrect password or unknown username for: "
  52. IDS_ACCOUNT_DISABLED, "Account disabled for: "
  53. END