Sync to trunk r65566.
[reactos.git] / base / system / diskpart / diskpart.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 #define REACTOS_STR_FILE_DESCRIPTION "Disk Partitioning Tool"
6 #define REACTOS_STR_INTERNAL_NAME "diskpart"
7 #define REACTOS_STR_ORIGINAL_FILENAME "diskpart.exe"
8 #define REACTOS_STR_ORIGINAL_COPYRIGHT "(C) 2011 Lee Schroeder"
9 #include <reactos/version.rc>
10
11 /* UTF-8 */
12 #pragma code_page(65001)
13
14 #ifdef LANGUAGE_EN_US
15 #include "lang/en-US.rc"
16 #endif
17 #ifdef LANGUAGE_RO_RO
18 #include "lang/ro-RO.rc"
19 #endif
20 #ifdef LANGUAGE_RU_RU
21 #include "lang/ru-RU.rc"
22 #endif
23 #ifdef LANGUAGE_SQ_AL
24 #include "lang/sq-AL.rc"
25 #endif