2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
|
2008-06-27 17:34:08 +00:00
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
#define REACTOS_VERSION_DLL
|
2013-11-28 22:15:21 +00:00
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Font Folder"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "fontext"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "fontext.dll"
|
2008-06-27 17:34:08 +00:00
|
|
|
#include <reactos/version.rc>
|
|
|
|
|
2019-08-03 13:14:20 +00:00
|
|
|
IDR_FONTEXT REGISTRY "res/fontext.rgs"
|
|
|
|
|
2018-01-14 14:43:04 +00:00
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2021-07-18 22:33:39 +00:00
|
|
|
#ifdef LANGUAGE_DE_DE
|
|
|
|
#include "lang/de-DE.rc"
|
|
|
|
#endif
|
2013-11-28 22:15:21 +00:00
|
|
|
#ifdef LANGUAGE_EN_US
|
|
|
|
#include "lang/en-US.rc"
|
|
|
|
#endif
|
2018-09-04 20:02:44 +00:00
|
|
|
#ifdef LANGUAGE_IT_IT
|
|
|
|
#include "lang/it-IT.rc"
|
|
|
|
#endif
|
[TRANSLATION] Polish translation update
Polish translation of net, telnet, diskpart, devcpux, fontext, iernonce, lsasrv, themes, arping, frag, screensavers, ctm, fontsub, WinetestsGUI and localmon.
Update for dxdiag, msgina, msports, netcfgx, shell32 and syssetup.
2018-10-13 10:27:52 +00:00
|
|
|
#ifdef LANGUAGE_PL_PL
|
|
|
|
#include "lang/pl-PL.rc"
|
|
|
|
#endif
|
2018-02-05 17:57:39 +00:00
|
|
|
#ifdef LANGUAGE_RO_RO
|
|
|
|
#include "lang/ro-RO.rc"
|
|
|
|
#endif
|
2018-01-14 14:43:04 +00:00
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "lang/tr-TR.rc"
|
|
|
|
#endif
|
2022-03-31 14:10:21 +00:00
|
|
|
#ifdef LANGUAGE_ZH_HK
|
|
|
|
#include "lang/zh-HK.rc"
|
|
|
|
#endif
|
2021-10-10 12:00:44 +00:00
|
|
|
#ifdef LANGUAGE_ZH_TW
|
|
|
|
#include "lang/zh-TW.rc"
|
|
|
|
#endif
|