[TRANSLATION][DRWTSN32] Add zh-CN translation. (#549)
authorWexpo Lyu <laosb@lns.unihubs.com>
Thu, 17 May 2018 17:57:57 +0000 (01:57 +0800)
committerHermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Thu, 17 May 2018 17:57:57 +0000 (19:57 +0200)
base/applications/drwtsn32/drwtsn32.rc
base/applications/drwtsn32/lang/zh-CN.rc [new file with mode: 0644]

index 8698a3a..17597e3 100644 (file)
@@ -31,3 +31,6 @@
 #ifdef LANGUAGE_PL_PL
     #include "lang/pl-PL.rc"
 #endif
 #ifdef LANGUAGE_PL_PL
     #include "lang/pl-PL.rc"
 #endif
+#ifdef LANGUAGE_ZH_CN
+    #include "lang/zh-CN.rc"
+#endif
diff --git a/base/applications/drwtsn32/lang/zh-CN.rc b/base/applications/drwtsn32/lang/zh-CN.rc
new file mode 100644 (file)
index 0000000..39d235c
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * PROJECT:     Dr. Watson crash reporter
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     zh-CN resource file
+ * COPYRIGHT:   Copyright 2018 Wexpo Lyu (laosb at lasteam.net)
+ */
+
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+
+STRINGTABLE
+BEGIN
+    IDS_APP_TITLE "ReactOS 崩溃报告"
+    IDS_USER_ALERT_MESSAGE "应用程序 %ls 遇到错误异常退出了。有关这次异常退出的信息保存在:\r\n\r\n%ls"
+END