[TRANSLATION] Polish translation update (#1029)
[reactos.git] / base / system / chkdsk / chkdsk.rc
1 #include <windef.h>
2 #include "resource.h"
3
4 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Disk Checking Utility"
5 #define REACTOS_STR_INTERNAL_NAME "chkdsk"
6 #define REACTOS_STR_ORIGINAL_FILENAME "chkdsk.exe"
7 #define REACTOS_STR_ORIGINAL_COPYRIGHT "1998 Mark Russinovich"
8 #include <reactos/version.rc>
9
10 /* UTF-8 */
11 #pragma code_page(65001)
12
13 #ifdef LANGUAGE_EN_US
14 #include "lang/en-US.rc"
15 #endif
16 #ifdef LANGUAGE_FR_FR
17 #include "lang/fr-FR.rc"
18 #endif
19 #ifdef LANGUAGE_PL_PL
20 #include "lang/pl-PL.rc"
21 #endif
22 #ifdef LANGUAGE_RU_RU
23 #include "lang/ru-RU.rc"
24 #endif