[CMAKE]
[reactos.git] / base / applications / mscutils / eventvwr / lang / en-US.rc
index 68ae4ba..396bc14 100644 (file)
@@ -92,15 +92,15 @@ END
 
 STRINGTABLE
 BEGIN
-       IDS_APP_TITLE                  "Event Viewer"
-       IDC_EVENTSTRINGIDNOTFOUND      "The description for Event ID ( %lu ) in Source ( %s ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer."
-       IDC_EVENTLOG_ERROR_TYPE        "Error"
-       IDC_EVENTLOG_WARNING_TYPE      "Warning"
-       IDC_EVENTLOG_INFORMATION_TYPE  "Information"
-       IDC_EVENTLOG_AUDIT_SUCCESS     "Audit Success"
-       IDC_EVENTLOG_AUDIT_FAILURE     "Audit Failure"
-       IDC_EVENTLOG_SUCCESS           "Success"
-       IDC_EVENTLOG_UNKNOWN_TYPE      "Unknown Event"
+    IDS_APP_TITLE                  "Event Viewer"
+    IDS_EVENTSTRINGIDNOTFOUND      "The description for Event ID ( %lu ) in Source ( %s ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer."
+    IDS_EVENTLOG_ERROR_TYPE        "Error"
+    IDS_EVENTLOG_WARNING_TYPE      "Warning"
+    IDS_EVENTLOG_INFORMATION_TYPE  "Information"
+    IDS_EVENTLOG_AUDIT_SUCCESS     "Audit Success"
+    IDS_EVENTLOG_AUDIT_FAILURE     "Audit Failure"
+    IDS_EVENTLOG_SUCCESS           "Success"
+    IDS_EVENTLOG_UNKNOWN_TYPE      "Unknown Event"
 END
 
 STRINGTABLE
@@ -115,3 +115,9 @@ BEGIN
     IDS_COLUMNCOMPUTER  "Computer"
     IDS_COLUMNEVENTDATA "Event Data"
 END
+
+STRINGTABLE
+BEGIN
+    IDS_NONE          "None"
+    IDS_NOT_AVAILABLE "N/A"
+END