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.

146 lines
8.2 KiB

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. strings.rc
  5. Abstract:
  6. String resources for the System Monitor control.
  7. --*/
  8. STRINGTABLE
  9. BEGIN
  10. IDS_APP_NAME "System Monitor Control"
  11. IDS_LAST "Last"
  12. IDS_AVERAGE "Average"
  13. IDS_MINIMUM "Minimum"
  14. IDS_MAXIMUM "Maximum"
  15. IDS_GRAPH_TIME "Duration"
  16. IDS_COLOR "Color"
  17. IDS_SCALE "Scale"
  18. IDS_COUNTER "Counter"
  19. IDS_INSTANCE "Instance"
  20. IDS_PARENT "Parent"
  21. IDS_OBJECT "Object"
  22. IDS_SYSTEM "Computer"
  23. IDS_USERTYPE, "System Monitor Control"
  24. IDS_CLOSECAPTION, "System Monitor Control"
  25. IDS_CLOSEPROMPT, "The object has changed. Do you want to update it?"
  26. IDS_PROPFRM_TITLE, "System Monitor"
  27. IDS_GEN_PROPP_TITLE, "General"
  28. IDS_CTR_PROPP_TITLE, "Data"
  29. IDS_GRAPH_PROPP_TITLE, "Graph"
  30. IDS_SRC_PROPP_TITLE, "Source"
  31. IDS_APPEAR_PROPP_TITLE "Appearance"
  32. IDS_COLORCHOICE_GRAPH "Graph Background"
  33. IDS_COLORCHOICE_CONTROL "Control Background"
  34. IDS_COLORCHOICE_TEXT "Text"
  35. IDS_COLORCHOICE_GRID "Grid"
  36. IDS_COLORCHOICE_TIMEBAR "Time Bar"
  37. IDS_DEFAULT, "Default"
  38. IDS_ADDCOUNTERS, "Add Counters"
  39. IDS_VERTMIN_ERR "Scale minimum must be a positive integer value."
  40. IDS_VERTMAX_ERR "Scale maximum must be a positive integer value."
  41. IDS_SCALE_ERR "Scale maximum must be greater than scale minimum."
  42. IDS_FILTER_VALUE_ERR "Log file sample filter must be a positive integer value."
  43. IDS_DUPL_PATH_ERR "One or more of the selected counters are already present\nand won't be added again."
  44. IDS_NOLOGFILE_ERR "No log file name has been specified."
  45. IDS_DUPL_LOGFILE_ERR "The selected log file is already present\nand won't be added again."
  46. IDS_INTERVAL_ERR "The sample interval must be between 1 second and 45 days."
  47. IDS_DISPLAY_INT_ERR "The display interval must be a positive integer value."
  48. IDS_BADDATASOURCE_ERR "Data source %s is either invalid or cannot be found. System message: "
  49. IDS_NOSYSMONOBJECT_ERR "The settings do not contain any complete System Monitor HTML objects."
  50. IDS_SAVEAS_ERR "Error occurred writing to file %s. System message: "
  51. IDS_TOO_FEW_SAMPLES_ERR "Data source %s is invalid. The data source contains fewer than two data samples."
  52. IDS_LARGE_LOG_FILE_RELOAD "Due to log file size limitations, System Monitor must reset the data source to current activity in order to determine the time range of the new data source. This will unload the current log file.\nDo you want System Monitor to reset the data source?"
  53. IDS_LOG_FILE_TOO_LARGE_ERR "Data source %s is invalid. It exceeds the size limit for System Monitor."
  54. IDS_LOGSET_NOT_FOUND "<Log set not found>"
  55. IDS_READFILE_ERR "Error occurred reading from file %s. System message: "
  56. IDS_ADD_COUNTER_ERR "Unable to add these counters:\n\n%s"
  57. IDS_ADD_LOG_FILE_ERR "Unable to add these log file data sources:\n\n%s"
  58. IDS_NO_SQL_DSN_ERR "No data source name has been specified."
  59. IDS_NO_SQL_LOG_SET_ERR "No database log set has been specified."
  60. IDS_MULTILOG_BIN_TYPE_ADD_ERR "Binary file %s, created on a computer running Windows 2000 or earlier, cannot be viewed as part of a multiple log file set. View %s as a single log file."
  61. IDS_MULTILOG_TEXT_TYPE_ADD_ERR "Text file %s cannot be viewed as part of a multiple log file set. View %s as a single log file."
  62. IDS_MULTILOG_BIN_TYPE_ERR "Binary file %s, created on a computer running Windows 2000 or earlier, cannot be viewed as part of a multiple log file set. Remove %s from the list of files on the Source tab, and view as a single log file."
  63. IDS_MULTILOG_TEXT_TYPE_ERR "Text file %s cannot be viewed as part of a multiple log file set. Remove %s from the list of files on the Source tab, and view as a single log file."
  64. IDS_MULTILOG_CHECKTYPE_ERR "Error occurred while checking the log file type for file %s. System messsage: "
  65. IDS_MULTILOG_TIMERANGE_ERR "Apply log file and database changes before initializing the time range display."
  66. IDS_SCRIPT_NOT_ALLOWED "To protect your private system information, System Monitor initialization and scripting are disabled for this Web site. To enable initialization and scripting, assign this Web site to the Trusted sites security zone for your computer. For more information about security zones, see Help."
  67. IDS_COUNTER_TRUNCATION_ERR "Counter %s is longer than the maximum allowed length."
  68. IDS_FILENAME_TRUNCATION_ERR "File name %s is longer than the maximum allowed length."
  69. IDS_TB_TOOLBAR "Sysmon Toolbar"
  70. IDS_TB_NEW "New Counter Set (Ctrl+E)"
  71. IDS_TB_CLEAR "Clear Display (Ctrl+D)"
  72. IDS_TB_REALTIME "View Current Activity (Ctrl+T)"
  73. IDS_TB_LOGFILE "View Log Data (Ctrl+L)"
  74. IDS_TB_CHART "View Graph (Ctrl+G)"
  75. IDS_TB_HISTOGRAM "View Histogram (Ctrl+B)"
  76. IDS_TB_REPORT "View Report (Ctrl+R)"
  77. IDS_TB_ADD "Add (Ctrl+I)"
  78. IDS_TB_DELETE "Delete (Delete Key)"
  79. IDS_TB_HIGHLIGHT "Highlight (Ctrl+H)"
  80. IDS_TB_COPY "Copy Properties (Ctrl+C)"
  81. IDS_TB_PASTE "Paste Counter List (Ctrl+V)"
  82. IDS_TB_PROPERTIES "Properties (Ctrl+Q)"
  83. IDS_TB_FREEZE "Freeze Display (Ctrl+F)"
  84. IDS_TB_UPDATE "Update Data (Ctrl+U)"
  85. IDS_TB_HELP "Help (F1 Key)"
  86. IDS_APPEARANCE_FLAT "Flat"
  87. IDS_APPEARANCE_3D "3D"
  88. IDS_BORDERSTYLE_NONE "None"
  89. IDS_BORDERSTYLE_SINGLE "Fixed Single"
  90. IDS_DEFAULT_LOG_FILE_FOLDER "%SystemDrive%\\PerfLogs"
  91. IDS_HTML_OBJECT_HEADER "<OBJECT ID=""DISystemMonitor1"" WIDTH=""100%"" HEIGHT=""100%""\r\nCLASSID=""CLSID:C4D2D8E0-D1DD-11CE-940F-008029004347"">\r\n"
  92. IDS_HTML_OBJECT_FOOTER "</OBJECT>"
  93. IDS_HTML_PARAM_TAG "\t<PARAM NAME="""
  94. IDS_HTML_VALUE_TAG """ VALUE="""
  95. IDS_HTML_PARAM_SEARCH_TAG "PARAM NAME"
  96. IDS_HTML_VALUE_SEARCH_TAG "VALUE"
  97. IDS_HTML_VALUE_EOL_TAG """>\r\n"
  98. IDS_HTML_FILE "Web Page (*.htm; *.html) |*.htm; *.html|Report (*.tsv)|*.tsv||\"
  99. IDS_DEF_EXT "*.htm|*.rpt||"
  100. IDS_HTM_EXTENSION ".htm"
  101. IDS_HTML_EXTENSION ".html"
  102. IDS_TSV_EXTENSION ".tsv"
  103. IDS_HTML_FILE_HEADER1 "<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.0 Transitional//EN"">"
  104. IDS_HTML_FILE_HEADER2 "<HTML>\r\n<HEAD>\r\n<META NAME=""GENERATOR"" Content=""Microsoft System Monitor"">\r\n</HEAD><BODY>\r\n"
  105. IDS_HTML_FILE_HEADER2RTL "<HTML DIR=RTL>\r\n<HEAD>\r\n<META NAME=""GENERATOR"" Content=""Microsoft System Monitor"">\r\n</HEAD><BODY>\r\n"
  106. IDS_HTML_FILE_FOOTER "\r\n</BODY>\r\n</HTML>"
  107. IDS_HTML_FILE_OVERWRITE "The file %s already exists.\nDo you want to replace it?"
  108. IDS_SAMPLE_DATA_OVERWRITE "This action will erase the data in the graph.\nDo you want to continue?"
  109. IDS_SAMPLE_DATA_MISSING "At least one data sample is missing. Data collection is taking longer than expected. You might avoid this message by increasing the sample interval.\n\nThis message will not be shown again during this session."
  110. IDS_TRACE_LOG_ERR_MSG "Trace log properties are not consistent with System Monitor. The trace log event data will not be displayed."
  111. IDS_CMDARG_WMI "SYSMON_WMI"
  112. IDS_CMDARG_SETTINGS "SYSMON_SETTINGS"
  113. IDS_HTML_LOG_TYPE "LogType"
  114. IDS_COMPUTER "Computer: "
  115. IDS_OBJECT_NAME "Object: "
  116. IDS_REPORT_HEADER "Reported on \\\\%s\n%s%sData: %s\n"
  117. IDS_REPORT_INTERVAL "Interval: %5.2f seconds\n"
  118. IDS_REPORT_REAL_TIME "Current Activity"
  119. IDS_REPORT_LOG_START "Start: "
  120. IDS_REPORT_LOG_STOP "Stop: "
  121. IDS_REPORT_DATE_TIME "Date: %s\nTime: %s\n"
  122. IDS_REPORT_START_STOP "%s%s %s\n"
  123. IDS_REPORT_VALUE_TYPE "Value: %s\n"
  124. IDS_LOG_FILE "Binary File (*.blg) |*.blg|Text File (Comma delimited) (*.csv)|*.csv|Text File (Tab delimited) (*.tsv)|*.tsv||\"
  125. IDS_LOG_FILE_EXTENSION "*.blg|*.csv|*.tsv||\"
  126. IDS_CSV_EXTENSION ".csv"
  127. IDS_BLG_EXTENSION ".blg"
  128. IDS_SAVE_DATA_CAPTION "Save Data As"
  129. END