[DRWTSN32] Add French translation.
[reactos.git] / base / applications / drwtsn32 / drwtsn32.rc
1 /*
2 * PROJECT: Dr. Watson crash reporter
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Main resource file
5 * COPYRIGHT: Copyright 2018 William Kent (wjk011 [at] gmail [dot] com)
6 */
7
8 #include <windef.h>
9 #include <winuser.h>
10 #include "resource.h"
11
12 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Crash Reporter"
13 #define REACTOS_STR_INTERNAL_NAME "drwtsn32"
14 #define REACTOS_STR_ORIGINAL_FILENAME "drwtsn32.exe"
15 #include <reactos/version.rc>
16
17 #include <reactos/manifest_exe.rc>
18
19 /* UTF-8 */
20 #pragma code_page(65001)
21
22 #ifdef LANGUAGE_EN_US
23 #include "lang/en-US.rc"
24 #endif
25 #ifdef LANGUAGE_FR_FR
26 #include "lang/fr-FR.rc"
27 #endif
28 #ifdef LANGUAGE_PL_PL
29 #include "lang/pl-PL.rc"
30 #endif