[ZIPFLDR] Add French 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 #ifdef LANGUAGE_EN_US
22 #include "lang/en-US.rc"
23 #endif
24 #ifdef LANGUAGE_ET_EE
25 #include "lang/et-EE.rc"
26 #endif
27 #ifdef LANGUAGE_FR_FR
28 #include "lang/fr-FR.rc"
29 #endif
30 #ifdef LANGUAGE_IT_IT
31 #include "lang/it-IT.rc"
32 #endif
33 #ifdef LANGUAGE_RO_RO
34 #include "lang/ro-RO.rc"
35 #endif