[TRANSLATIONS]
[reactos.git] / reactos / base / applications / network / net / net.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Net Command"
8 #define REACTOS_STR_INTERNAL_NAME "net"
9 #define REACTOS_STR_ORIGINAL_FILENAME "net.exe"
10 #include <reactos/version.rc>
11
12 /* UTF-8 */
13 #pragma code_page(65001)
14
15 #ifdef LANGUAGE_EN_US
16 #include "lang/en-US.rc"
17 #endif
18 #ifdef LANGUAGE_ES_ES
19 #include "lang/es-ES.rc"
20 #endif
21 #ifdef LANGUAGE_RO_RO
22 #include "lang/ro-RO.rc"
23 #endif
24 #ifdef LANGUAGE_RU_RU
25 #include "lang/ru-RU.rc"
26 #endif