https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1d11d56d1ab2e379cc8bd3...
commit 1d11d56d1ab2e379cc8bd3d25cfb9da8913b748d Author: Wexpo Lyu laosb@lns.unihubs.com AuthorDate: Fri May 18 01:57:57 2018 +0800 Commit: Hermès BÉLUSCA - MAÏTO hermes.belusca-maito@reactos.org CommitDate: Thu May 17 19:57:57 2018 +0200
[TRANSLATION][DRWTSN32] Add zh-CN translation. (#549) --- base/applications/drwtsn32/drwtsn32.rc | 3 +++ base/applications/drwtsn32/lang/zh-CN.rc | 14 ++++++++++++++ 2 files changed, 17 insertions(+)
diff --git a/base/applications/drwtsn32/drwtsn32.rc b/base/applications/drwtsn32/drwtsn32.rc index 8698a3a9fc..17597e31db 100644 --- a/base/applications/drwtsn32/drwtsn32.rc +++ b/base/applications/drwtsn32/drwtsn32.rc @@ -31,3 +31,6 @@ #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 index 0000000000..39d235c8d7 --- /dev/null +++ b/base/applications/drwtsn32/lang/zh-CN.rc @@ -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