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.

65 lines
1.9 KiB

  1. /*** filelist.msg - Displayable strings for filelist.c
  2. *
  3. * Microsoft Confidential
  4. * Copyright (C) Microsoft Corporation 1993-1994
  5. * All Rights Reserved.
  6. *
  7. * Author:
  8. * Benjamin W. Slivka
  9. *
  10. * History:
  11. * 20-Aug-1993 bens Initial version
  12. * 01-Apr-1994 bens Added FLSetSource() message
  13. * 07-Jun-1994 bens Add localization comments (whew!)
  14. */
  15. /*
  16. ** Error Messages
  17. */
  18. /*LOCALIZE
  19. *
  20. * Purpose: Out of memory doing file list management.
  21. * %1 = Detailed error message (one of psz_... below)
  22. * Generate: Difficult -- have to create low memory situation.
  23. * DO NOT TRY TO REPRO.
  24. */
  25. #define pszFLISTERR_OUT_OF_MEMORY "Out of memory: %1"
  26. /*LOCALIZE
  27. *
  28. * Purpose: Out of memory creating a file list.
  29. * Generate: Difficult -- have to create low memory situation.
  30. * DO NOT TRY TO REPRO.
  31. */
  32. #define pszCREATING_FILE_LIST "Creating file list" // For out of mem
  33. /*LOCALIZE
  34. *
  35. * Purpose: Out of memory adding a file to a file list.
  36. * Generate: Difficult -- have to create low memory situation.
  37. * DO NOT TRY TO REPRO.
  38. */
  39. #define pszADDING_FILE "Adding a file" // For out of mem
  40. /*LOCALIZE
  41. *
  42. * Purpose: Out of memory changing the destination name in a file list.
  43. * Generate: Difficult -- have to create low memory situation.
  44. * DO NOT TRY TO REPRO.
  45. */
  46. #define pszCHANGING_DESTINATION "Changing destination" // For out of mem
  47. /*LOCALIZE
  48. *
  49. * Purpose: Out of memory changing the source name in a file list.
  50. * Generate: Difficult -- have to create low memory situation.
  51. * DO NOT TRY TO REPRO.
  52. */
  53. #define pszCHANGING_SOURCE "Changing source" // For out of mem
  54. //*** THE END - filelist.msg