reactos/dll/win32/kernel32/kernel32.rc
Chan Chilung 6b700c6af1
[TRANSLATION] Chinese Traditional (zh-TW) translation update (#3526)
*Add Chinese Traditional translation for:
- [THEMES]
- [HIVESFT]
- [HIVEDEF]
- [HIVECLS]
- [SCREENSAVERS]
- [VGAFONTEDIT]
- [KERNEL32]
- [TASKLIST]
- [MYDOCS]
- [MSXML3R]
- INFs

*Chinese Traditional translation update for:
PR 3399
- [MSGINA]
- [SHELL32]

PR 3422
- [SOLITAIRE]

Others...

*Wine translation sync
2021-04-11 10:59:19 +02:00

59 lines
1.3 KiB
Plaintext

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "W32 subsystem kernel"
#define REACTOS_STR_INTERNAL_NAME "kernel32"
#define REACTOS_STR_ORIGINAL_FILENAME "kernel32.dll"
#include <reactos/version.rc>
//#include "windows.h"
#include <errcodes.rc>
#include "winnls/locale_rc.rc"
/* FIXME */
#define NLSRC_OFFSET 5000
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_CS_CZ
#include "winnls/lang/cs-CZ.rc"
#endif
#ifdef LANGUAGE_DE_DE
#include "winnls/lang/de-DE.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "winnls/lang/en-US.rc"
#endif
#ifdef LANGUAGE_ES_ES
#include "winnls/lang/es-ES.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "winnls/lang/fr-FR.rc"
#endif
#ifdef LANGUAGE_IT_IT
#include "winnls/lang/it-IT.rc"
#endif
#ifdef LANGUAGE_JA_JP
#include "winnls/lang/ja-JP.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "winnls/lang/pl-PL.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "winnls/lang/ro-RO.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "winnls/lang/ru-RU.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "winnls/lang/tr-TR.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "winnls/lang/uk-UA.rc"
#endif
#ifdef LANGUAGE_ZH_CN
#include "winnls/lang/zh-CN.rc"
#endif
#ifdef LANGUAGE_ZH_TW
#include "winnls/lang/zh-TW.rc"
#endif