summaryrefslogtreecommitdiff
path: root/src/dlls/mscorrc/mscorrc.common.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlls/mscorrc/mscorrc.common.rc')
-rw-r--r--src/dlls/mscorrc/mscorrc.common.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/dlls/mscorrc/mscorrc.common.rc b/src/dlls/mscorrc/mscorrc.common.rc
new file mode 100644
index 0000000000..602e8c84ee
--- /dev/null
+++ b/src/dlls/mscorrc/mscorrc.common.rc
@@ -0,0 +1,12 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_EE_NAME_UNKNOWN_UNQ "<Unknown %1>"
+ IDS_EE_NAME_UNKNOWN "<Unknown>"
+ IDS_EE_NAME_INMEMORYMODULE "<In Memory Module>"
+ IDS_DEBUG_UNHANDLEDEXCEPTION "Application has generated an exception that could not be handled.\n\nProcess ID=0x%x (%d), Thread ID=0x%x (%d).\n\nClick OK to terminate the application.\nClick CANCEL to debug the application."
+ IDS_DEBUG_SERVICE_CAPTION "Application Error"
+END