[TRANSLATION]: Global Romanian translation update, by Stefan Fulea. See CORE-9313...
[reactos.git] / reactos / base / system / services / services.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "Service Control Manager"
7 #define REACTOS_STR_INTERNAL_NAME "Services"
8 #define REACTOS_STR_ORIGINAL_FILENAME "Services.exe"
9 #include <reactos/version.rc>
10
11
12 /* UTF-8 */
13 #pragma code_page(65001)
14
15 #ifdef LANGUAGE_DE_DE
16 #include "lang/de-DE.rc"
17 #endif
18
19 #ifdef LANGUAGE_EN_US
20 #include "lang/en-US.rc"
21 #endif
22
23 #ifdef LANGUAGE_RO_RO
24 #include "lang/ro-RO.rc"
25 #endif