c7325607fc235d6cbb1f03877409cecd4cb68c6e
[reactos.git] / reactos / base / applications / cmdutils / whoami / whoami.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 #define REACTOS_STR_FILE_DESCRIPTION "whoami: display information about logged-on users"
8 #define REACTOS_STR_INTERNAL_NAME "whoami"
9 #define REACTOS_STR_ORIGINAL_FILENAME "whoami.exe"
10 #define REACTOS_STR_COMPANY_NAME "Ismael Ferreras Morezuelas"
11
12 #include <reactos/version.rc>
13
14 /* UTF-8 */
15 #pragma code_page(65001)
16
17 #ifdef LANGUAGE_DE_DE
18 #include "lang/de-DE.rc"
19 #endif
20 #ifdef LANGUAGE_EN_US
21 #include "lang/en-US.rc"
22 #endif
23 #ifdef LANGUAGE_ES_ES
24 #include "lang/es-ES.rc"
25 #endif