[EVENTVWR] Add support for a command-line for the Event Log Viewer.
[reactos.git] / base / applications / mscutils / eventvwr / lang / zh-CN.rc
index 5109870..bcac239 100644 (file)
@@ -144,6 +144,24 @@ BEGIN
     IDS_SAVE_FILTER "事件日志 (*.evt)\0*.evt\0"
 END
 
     IDS_SAVE_FILTER "事件日志 (*.evt)\0*.evt\0"
 END
 
+STRINGTABLE
+BEGIN
+/* Please note that explicit TAB characters '\t' are used to fix the alignment of the message in the MessageBox */
+    IDS_USAGE "ReactOS Event Viewer\n\
+\n\
+EventVwr [computer name] [/l:<event log file>] [/?]\n\
+\n\
+""computer name"" : Specifies the remote computer where to connect\n\
+\tto retrieve the events to display. If no name is specified, the\n\
+\tlocal computer is used.\n\
+\n\
+/l:<event log file> : Specifies which event log file to open.\n\
+\tOnly files in the .evt format (NT ≤ 5.2) are supported.\n\
+\n\
+/? : Displays this help message.\n\
+"
+END
+
 STRINGTABLE
 BEGIN
     IDS_EVENTLOG_ERROR_TYPE "错误"
 STRINGTABLE
 BEGIN
     IDS_EVENTLOG_ERROR_TYPE "错误"
@@ -175,15 +193,15 @@ END
 
 STRINGTABLE
 BEGIN
 
 STRINGTABLE
 BEGIN
-    IDS_COPY "事件类型:     %s\r\n\
-事件源:   %s\r\n\
-事件类别: %s\r\n\
-事件 ID:       %s\r\n\
-日期:           %s\r\n\
-时间:           %s\r\n\
-用户:           %s\r\n\
-电脑:       %s\r\n\
-描述:\n%s"
+    IDS_COPY "事件类型:       %s\r\n\
+事件源:        %s\r\n\
+事件类别:       %s\r\n\
+事件 ID:      %s\r\n\
+日期:         %s\r\n\
+时间:         %s\r\n\
+用户:         %s\r\n\
+电脑:         %s\r\n\
+描述:\r\n%s"
 END
 
 STRINGTABLE
 END
 
 STRINGTABLE