Index: themes/lautus.msstyles/lang/zh-CN.rc =================================================================== --- themes/lautus.msstyles/lang/zh-CN.rc (revision 0) +++ themes/lautus.msstyles/lang/zh-CN.rc (working copy) @@ -0,0 +1,39 @@ +/* Simplified Chinese translation by Henry Tang Ih 2015 (henrytang2@hotmail.com) */ + +LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED + +STRINGTABLE +{ +1000, "亚特" +} + +STRINGTABLE +{ +2000, "磊灿亚特" +} + +STRINGTABLE +{ +3000, "一般" +3001, "大字体" +3002, "特大字体" +} + +STRINGTABLE +{ +4000, "一般" +4001, "大字体" +4002, "特大字体" +} + +STRINGTABLE +{ +5000, "磊灿" +5001, "视觉样式" +5002, "ReactOS Foundation" +5003, "Pisarz, 基于 Luna Inspirat" +5004, "根据 GNU/GPL 2.0, 2011 释放" +5005, "http://www.reactos.org" +5006, "1.0" +5007, "ReactOS 的视觉样式" +} \ No newline at end of file Index: themes/lautus.msstyles/lautus.rc =================================================================== --- themes/lautus.msstyles/lautus.rc (revision 68584) +++ themes/lautus.msstyles/lautus.rc (working copy) @@ -195,3 +195,6 @@ #ifdef LANGUAGE_TR_TR #include "lang/tr-TR.rc" #endif +#ifdef LANGUAGE_ZH_CN + #include "lang/zh-CN.rc" +#endif \ No newline at end of file