Merge r68232 to get Windows' rpcrt4.dll to work under ReactOS.
[reactos.git] / reactos / base / shell / cmd / cmd.rc
1 #include <windef.h>
2
3 #include "resource.h"
4 #include "cmdver.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Command Processor"
7 #define REACTOS_STR_INTERNAL_NAME "cmd"
8 #define REACTOS_STR_ORIGINAL_FILENAME "cmd.exe"
9 #define REACTOS_STR_ORIGINAL_COPYRIGHT "Copyright (C) 1994-1998 Tim Norman and others"
10 #define REACTOS_STR_LEGAL_COPYRIGHT "Copyright (C) 1998-2006 Eric Kohl and others"
11
12 #include <reactos/version.rc>
13
14 STRINGTABLE
15 BEGIN
16 STRING_FREEDOS_DEV " Tim Norman Matt Rains\n\
17 Evan Jeffrey Steffen Kaiser\n\
18 Svante Frey Oliver Mueller\n\
19 Aaron Kaufman Marc Desrochers\n\
20 Rob Lake John P Price\n\
21 Hans B Pufal\n"
22 STRING_REACTOS_DEV " Eric Kohl Emanuele Aliberti\n\
23 Paolo Pantaleo Phillip Susi\n\
24 Sylvain Petreolle\n"
25 END
26
27 1 ICON "res/terminal.ico"
28
29 /* UTF-8 */
30 #pragma code_page(65001)
31
32 #ifdef LANGUAGE_DE_DE
33 #include "lang/de-DE.rc"
34 #endif
35 #ifdef LANGUAGE_EL_GR
36 #include "lang/el-GR.rc"
37 #endif
38 #ifdef LANGUAGE_EN_US
39 #include "lang/en-US.rc"
40 #endif
41 #ifdef LANGUAGE_ES_ES
42 #include "lang/es-ES.rc"
43 #endif
44 #ifdef LANGUAGE_FR_FR
45 #include "lang/fr-FR.rc"
46 #endif
47 #ifdef LANGUAGE_HU_HU
48 #include "lang/hu-HU.rc"
49 #endif
50 #ifdef LANGUAGE_ID_ID
51 #include "lang/id-ID.rc"
52 #endif
53 #ifdef LANGUAGE_IT_IT
54 #include "lang/it-IT.rc"
55 #endif
56 #ifdef LANGUAGE_NB_NO
57 #include "lang/no-NO.rc"
58 #endif
59 #ifdef LANGUAGE_JA_JP
60 #include "lang/ja-JP.rc"
61 #endif
62 #ifdef LANGUAGE_PL_PL
63 #include "lang/pl-PL.rc"
64 #endif
65 #ifdef LANGUAGE_RO_RO
66 #include "lang/ro-RO.rc"
67 #endif
68 #ifdef LANGUAGE_RU_RU
69 #include "lang/ru-RU.rc"
70 #endif
71 #ifdef LANGUAGE_SK_SK
72 #include "lang/sk-SK.rc"
73 #endif
74 #ifdef LANGUAGE_SV_SE
75 #include "lang/sv-SE.rc"
76 #endif
77 #ifdef LANGUAGE_SQ_AL
78 #include "lang/sq-AL.rc"
79 #endif
80 #ifdef LANGUAGE_UK_UA
81 #include "lang/uk-UA.rc"
82 #endif
83 #ifdef LANGUAGE_ZH_CN
84 #include "lang/zh-CN.rc"
85 #endif