[PRINTING]
[reactos.git] / reactos / win32ss / printing / monitors / localmon / ui / localui.rc
1 /*
2 * Top level resource file for localui
3 *
4 * Copyright 2007 Detlef Riekenberg
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 *
20 */
21
22 #include <windef.h>
23 #include <winuser.h>
24
25 #include "localui.h"
26
27 #define WINE_FILENAME_STR "localui.dll"
28 #define WINE_FILEDESCRIPTION_STR "User Interface for the Local Monitor"
29
30 /* Same Version as WinXP_sp2 */
31 #define WINE_FILEVERSION 5,1,2600,2180
32 #define WINE_FILEVERSION_STR "5.1.2600.2180"
33
34 #define WINE_PRODUCTVERSION 5,1,2600,2180
35 #define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
36
37 #include "wine/wine_common_ver.rc"
38
39 #include <reactos/manifest_dll.rc>
40
41 /* UTF-8 */
42 #pragma code_page(65001)
43
44 #ifdef LANGUAGE_DA_DK
45 #include "lang/ui_Da.rc"
46 #endif
47 #ifdef LANGUAGE_DE_DE
48 #include "lang/ui_De.rc"
49 #endif
50 #ifdef LANGUAGE_EN_US
51 #include "lang/ui_En.rc"
52 #endif
53 #ifdef LANGUAGE_ES_ES
54 #include "lang/ui_Es.rc"
55 #endif
56 #ifdef LANGUAGE_FR_FR
57 #include "lang/ui_Fr.rc"
58 #endif
59 #ifdef LANGUAGE_HE_IL
60 #include "lang/ui_He.rc"
61 #endif
62 #ifdef LANGUAGE_HU_HU
63 #include "lang/ui_Hu.rc"
64 #endif
65 #ifdef LANGUAGE_IT_IT
66 #include "lang/ui_It.rc"
67 #endif
68 #ifdef LANGUAGE_JA_JP
69 #include "lang/ui_Ja.rc"
70 #endif
71 #ifdef LANGUAGE_KO_KR
72 #include "lang/ui_Ko.rc"
73 #endif
74 #ifdef LANGUAGE_LT_LT
75 #include "lang/ui_Lt.rc"
76 #endif
77 #ifdef LANGUAGE_NL_NL
78 #include "lang/ui_Nl.rc"
79 #endif
80 #ifdef LANGUAGE_NO_NO
81 #include "lang/ui_No.rc"
82 #endif
83 #ifdef LANGUAGE_PL_PL
84 #include "lang/ui_Pl.rc"
85 #endif
86 #ifdef LANGUAGE_PT_PT
87 #include "lang/ui_Pt.rc"
88 #endif
89 #ifdef LANGUAGE_RO_RO
90 #include "lang/ui_Ro.rc"
91 #endif
92 #ifdef LANGUAGE_RU_RU
93 #include "lang/ui_Ru.rc"
94 #endif
95 #ifdef LANGUAGE_SL_SI
96 #include "lang/ui_Si.rc"
97 #endif
98 #ifdef LANGUAGE_SQ_AL
99 #include "lang/ui_Sq.rc"
100 #endif
101 #ifdef LANGUAGE_SV_SE
102 #include "lang/ui_Sv.rc"
103 #endif
104 #ifdef LANGUAGE_TR_TR
105 #include "lang/ui_Tr.rc"
106 #endif
107 #ifdef LANGUAGE_UK_UA
108 #include "lang/ui_Uk.rc"
109 #endif
110 #ifdef LANGUAGE_ZH_CN
111 #include "lang/ui_Zh.rc"
112 #endif