[TRANSLATION][DRWTSN32] Add zh-CN translation. (#549)

This commit is contained in:
Wexpo Lyu 2018-05-18 01:57:57 +08:00 committed by Hermès BÉLUSCA - MAÏTO
parent 6b5f84dfcd
commit 1d11d56d1a
2 changed files with 17 additions and 0 deletions

View file

@ -31,3 +31,6 @@
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif
#ifdef LANGUAGE_ZH_CN
#include "lang/zh-CN.rc"
#endif

View file

@ -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