[RTL][NTDLL]
[reactos.git] / reactos / dll / win32 / localspl / localspl.rc
1 /*
2 * Top level resource file for localspl
3 *
4 * Copyright 2006 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 "resource.h"
23
24 #define WINE_FILENAME_STR "localspl.dll"
25 #define WINE_FILEDESCRIPTION_STR "Wine Printer spooler component"
26
27 /* Same Version as WinXP_sp2 */
28 #define WINE_FILEVERSION 5,1,2600,2180
29 #define WINE_FILEVERSION_STR "5.1.2600.2180"
30
31 #define WINE_PRODUCTVERSION 5,1,2600,2180
32 #define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
33
34 #include <wine/wine_common_ver.rc>
35
36 /* UTF-8 */
37 #pragma code_page(65001)
38
39 #ifdef LANGUAGE_DA_DK
40 #include "lang/spl_Da.rc"
41 #endif
42 #ifdef LANGUAGE_DE_DE
43 #include "lang/spl_De.rc"
44 #endif
45 #ifdef LANGUAGE_EN_US
46 #include "lang/spl_En.rc"
47 #endif
48 #ifdef LANGUAGE_ES_ES
49 #include "lang/spl_Es.rc"
50 #endif
51 #ifdef LANGUAGE_FR_FR
52 #include "lang/spl_Fr.rc"
53 #endif
54 #ifdef LANGUAGE_HE_IL
55 #include "lang/spl_He.rc"
56 #endif
57 #ifdef LANGUAGE_HU_HU
58 #include "lang/spl_Hu.rc"
59 #endif
60 #ifdef LANGUAGE_IT_IT
61 #include "lang/spl_It.rc"
62 #endif
63 #ifdef LANGUAGE_JA_JP
64 #include "lang/spl_Ja.rc"
65 #endif
66 #ifdef LANGUAGE_KO_KR
67 #include "lang/spl_Ko.rc"
68 #endif
69 #ifdef LANGUAGE_LT_LT
70 #include "lang/spl_Lt.rc"
71 #endif
72 #ifdef LANGUAGE_NL_NL
73 #include "lang/spl_Nl.rc"
74 #endif
75 #ifdef LANGUAGE_NO_NO
76 #include "lang/spl_No.rc"
77 #endif
78 #ifdef LANGUAGE_PL_PL
79 #include "lang/spl_Pl.rc"
80 #endif
81 #ifdef LANGUAGE_PT_PT
82 #include "lang/spl_Pt.rc"
83 #endif
84 #ifdef LANGUAGE_RO_RO
85 #include "lang/spl_Ro.rc"
86 #endif
87 #ifdef LANGUAGE_RU_RU
88 #include "lang/spl_Ru.rc"
89 #endif
90 #ifdef LANGUAGE_SL_SI
91 #include "lang/spl_Si.rc"
92 #endif
93 #ifdef LANGUAGE_SQ_AL
94 #include "lang/spl_Sq.rc"
95 #endif
96 #ifdef LANGUAGE_SV_SE
97 #include "lang/spl_Sv.rc"
98 #endif
99 #ifdef LANGUAGE_TR_TR
100 #include "lang/spl_Tr.rc"
101 #endif
102 #ifdef LANGUAGE_UK_UA
103 #include "lang/spl_Uk.rc"
104 #endif
105 #ifdef LANGUAGE_ZH_CN
106 #include "lang/spl_Zh.rc"
107 #endif