mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Chinese translations of NTVDM by Samuel Lee. Bug #5087.
svn path=/trunk/; revision=44930
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
|
||||
STRING_WelcomeMsg, "ReactOS 虚拟 DOS 机支持。\n"
|
||||
STRING_PromptMsg, "输入 r<cr> 以便运行,s<cr> 以便关闭或者 q<cr> 以便立即退出。"
|
||||
END
|
||||
@@ -0,0 +1,9 @@
|
||||
#include "resource.h"
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
|
||||
STRING_WelcomeMsg, "ReactOS 虛擬 DOS 機支援。\n"
|
||||
STRING_PromptMsg, "鍵入 r<cr> 以便運行, s<cr> 以便關閉或者 q<cr> 以便立即退出。"
|
||||
END
|
||||
@@ -19,3 +19,5 @@
|
||||
#include "lang/pt-BR.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/sk-SK.rc"
|
||||
#include "lang/zh-CN.rc"
|
||||
#include "lang/zh-TW.rc"
|
||||
|
||||
Reference in New Issue
Block a user