b8920da7a77901b17b16a491a14e4a516d3bcc1f
[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
11 #include <reactos/version.rc>
12
13 /* UTF-8 */
14 #pragma code_page(65001)
15
16 #ifdef LANGUAGE_DE_DE
17 #include "lang/de-DE.rc"
18 #endif
19 #ifdef LANGUAGE_EN_US
20 #include "lang/en-US.rc"
21 #endif
22 #ifdef LANGUAGE_ES_ES
23 #include "lang/es-ES.rc"
24 #endif
25 #ifdef LANGUAGE_FR_FR
26 #include "lang/fr-FR.rc"
27 #endif
28 #ifdef LANGUAGE_RO_RO
29 #include "lang/ro-RO.rc"
30 #endif
31 #ifdef LANGUAGE_RU_RU
32 #include "lang/ru-RU.rc"
33 #endif