xref: /reactos/dll/win32/msports/msports.rc (revision 4d3df0da)
1#include <windef.h>
2#include <winuser.h>
3
4#include "resource.h"
5
6LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
7
8#define REACTOS_VERSION_DLL
9#define REACTOS_STR_FILE_DESCRIPTION  "Ports Class Installer"
10#define REACTOS_STR_INTERNAL_NAME     "msports"
11#define REACTOS_STR_ORIGINAL_FILENAME "msports.dll"
12#include <reactos/version.rc>
13
14#include <reactos/manifest_dll.rc>
15
16/* UTF-8 */
17#pragma code_page(65001)
18
19#ifdef LANGUAGE_BG_BG
20    #include "lang/bg-BG.rc"
21#endif
22#ifdef LANGUAGE_DE_DE
23    #include "lang/de-DE.rc"
24#endif
25#ifdef LANGUAGE_EN_US
26    #include "lang/en-US.rc"
27#endif
28#ifdef LANGUAGE_ES_ES
29    #include "lang/es-ES.rc"
30#endif
31#ifdef LANGUAGE_HE_IL
32    #include "lang/he-IL.rc"
33#endif
34#ifdef LANGUAGE_IT_IT
35    #include "lang/it-IT.rc"
36#endif
37#ifdef LANGUAGE_JA_JP
38    #include "lang/ja-JP.rc"
39#endif
40#ifdef LANGUAGE_PL_PL
41    #include "lang/pl-PL.rc"
42#endif
43#ifdef LANGUAGE_PT_PT
44    #include "lang/pt-PT.rc"
45#endif
46#ifdef LANGUAGE_RO_RO
47    #include "lang/ro-RO.rc"
48#endif
49#ifdef LANGUAGE_RU_RU
50    #include "lang/ru-RU.rc"
51#endif
52#ifdef LANGUAGE_SQ_AL
53    #include "lang/sq-AL.rc"
54#endif
55#ifdef LANGUAGE_TR_TR
56    #include "lang/tr-TR.rc"
57#endif
58#ifdef LANGUAGE_UK_UA
59    #include "lang/uk-UA.rc"
60#endif
61#ifdef LANGUAGE_ZH_CN
62    #include "lang/zh-CN.rc"
63#endif
64#ifdef LANGUAGE_ZH_TW
65    #include "lang/zh-TW.rc"
66#endif
67