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.

135 lines
4.0 KiB

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. WMIPARSE.RC
  5. History:
  6. --*/
  7. //Microsoft Developer Studio generated resource script.
  8. //
  9. #include "resource.h"
  10. #define APSTUDIO_READONLY_SYMBOLS
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Generated from the TEXTINCLUDE 2 resource.
  14. //
  15. #include "afxres.h"
  16. /////////////////////////////////////////////////////////////////////////////
  17. #undef APSTUDIO_READONLY_SYMBOLS
  18. /////////////////////////////////////////////////////////////////////////////
  19. // English (U.S.) resources
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25. #ifdef APSTUDIO_INVOKED
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // TEXTINCLUDE
  29. //
  30. 1 TEXTINCLUDE DISCARDABLE
  31. BEGIN
  32. "resource.h\0"
  33. END
  34. 2 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "#include ""afxres.h""\r\n"
  37. "\0"
  38. END
  39. 3 TEXTINCLUDE DISCARDABLE
  40. BEGIN
  41. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  42. "#define _AFX_NO_OLE_RESOURCES\r\n"
  43. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  44. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  45. "\r\n"
  46. "#include ""res\\wmiparse.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  47. "#include ""afxres.rc"" // Standard components\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // String Table
  54. //
  55. STRINGTABLE DISCARDABLE
  56. BEGIN
  57. IDS_WMI_DESC "MOF: Configuration Settings"
  58. IDS_WMI_NO_ERROR "No Error."
  59. IDS_WMI_OOM "Out of Memory."
  60. IDS_WMI_CANT_LOAD_SOURCE "Unable to open source file '%1'."
  61. END
  62. STRINGTABLE DISCARDABLE
  63. BEGIN
  64. IDS_WMI_CANT_OPEN_TARGET "Unable to open target file '%1'."
  65. IDS_WMI_NO_OPEN_FILE "No source file has been opened."
  66. IDS_WMI_NOT_MOF_FILE "File '%1' is not a MOF file."
  67. IDS_WMI_CANT_WRITE_FILE "Unable to write to file '%1'."
  68. IDS_WMI_SYNTAX "Syntax error in file '%1' at line xxx."
  69. IDS_WMI_HANDLER_ERROR "The Item handler has reported an error."
  70. IDS_WMI_UNKNOWN_ERROR "An unknown error has occurred."
  71. IDS_WMI_PARSER_DESC "WMI: Configuration Settings"
  72. IDS_WMI_BAD_FILE "The following file error on file '%ls' has occurred: %s"
  73. IDS_WMI_NO_MEMORY "Not enough memory is available."
  74. IDS_WMI_UNICODE_ERROR "The following Unicode conversion error occurred: %s"
  75. IDS_WMI_EXCEPTION "The following exception has occurred:\n%s"
  76. IDS_WMI_GENERIC_LOCATION "WMI: Configuration Settings"
  77. IDS_WMI_FULL_CONTEXT "File '%ls', Line %u"
  78. IDS_WMI_LINE_ERROR "Error parsing line text."
  79. END
  80. STRINGTABLE DISCARDABLE
  81. BEGIN
  82. IDS_WMI_VAL_HOTKEY "The target term has a hotkey. It will be removed during the Generate process."
  83. IDS_WMI_VAL_BAD_CHARS "The line contain illegal characters. Carriage returns, line-feeds and embedded null ('\\0') characters are not allowed in WMI files."
  84. END
  85. STRINGTABLE DISCARDABLE
  86. BEGIN
  87. IDS_OPT_DESC "WMI: Configuration Settings"
  88. IDS_OPT_HELP "Application and system configuration settings (.MOF)"
  89. IDS_DISABLE_WATERMARKING_BOOL "Disable comments"
  90. IDS_DISABLE_WATERMARKING_BOOL_HELP
  91. "Determines whether localization comments are added during a generate."
  92. END
  93. #endif // English (U.S.) resources
  94. /////////////////////////////////////////////////////////////////////////////
  95. #ifndef APSTUDIO_INVOKED
  96. /////////////////////////////////////////////////////////////////////////////
  97. //
  98. // Generated from the TEXTINCLUDE 3 resource.
  99. //
  100. #define _AFX_NO_SPLITTER_RESOURCES
  101. #define _AFX_NO_OLE_RESOURCES
  102. #define _AFX_NO_TRACKER_RESOURCES
  103. #define _AFX_NO_PROPERTY_RESOURCES
  104. #include "res\WMIparse.rc2" // non-Microsoft Visual C++ edited resources
  105. #include "afxres.rc" // Standard components
  106. /////////////////////////////////////////////////////////////////////////////
  107. #endif // not APSTUDIO_INVOKED