Merge pull request #1412 from njlyf2011/improve-zh-translation
[reactos.git] / dll / shellext / zipfldr / zipfldr.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 1 ICON "res/zipfldr.ico"
7
8 #define REACTOS_VERSION_DLL
9 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Zip Shell Extension"
10 #define REACTOS_STR_INTERNAL_NAME "zipfldr"
11 #define REACTOS_STR_ORIGINAL_FILENAME "zipfldr.dll"
12 #include <reactos/version.rc>
13
14 #include <reactos/manifest_dll.rc>
15
16 IDR_ZIPFLDR REGISTRY "res/zipfldr.rgs"
17
18 /* UTF-8 */
19 #pragma code_page(65001)
20
21
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_ET_EE
29 #include "lang/et-EE.rc"
30 #endif
31 #ifdef LANGUAGE_FR_FR
32 #include "lang/fr-FR.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_RO_RO
44 #include "lang/ro-RO.rc"
45 #endif
46 #ifdef LANGUAGE_RU_RU
47 #include "lang/ru-RU.rc"
48 #endif
49 #ifdef LANGUAGE_SV_SE
50 #include "lang/sv-SE.rc"
51 #endif
52 #ifdef LANGUAGE_ZH_CN
53 #include "lang/zh-CN.rc"
54 #endif