mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[TRANSLATION][DRWTSN32] Add zh-CN translation. (#549)
This commit is contained in:
parent
6b5f84dfcd
commit
1d11d56d1a
2 changed files with 17 additions and 0 deletions
|
@ -31,3 +31,6 @@
|
|||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ZH_CN
|
||||
#include "lang/zh-CN.rc"
|
||||
#endif
|
||||
|
|
14
base/applications/drwtsn32/lang/zh-CN.rc
Normal file
14
base/applications/drwtsn32/lang/zh-CN.rc
Normal 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
|
Loading…
Reference in a new issue