[SCREENSAVER] Add Italian translation. (#587)
[reactos.git] / modules / rosapps / applications / screensavers / blankscr / scrnsave.rc
1 #include <windows.h>
2 #include <scrnsave.h>
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 IDI_ICON ICON DISCARDABLE "res/icon_blankscr.ico"
8
9 #define REACTOS_VERSION_DLL
10 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Default ScreenSaver\0"
11 #define REACTOS_STR_INTERNAL_NAME "scrnsave\0"
12 #define REACTOS_STR_ORIGINAL_FILENAME "scrnsave.scr\0"
13 #include <reactos/version.rc>
14
15 #include <reactos/manifest_exe.rc>
16
17 /* UTF-8 */
18 #pragma code_page(65001)
19
20 #ifdef LANGUAGE_BG_BG
21 #include "lang/bg-BG.rc"
22 #endif
23 #ifdef LANGUAGE_DE_DE
24 #include "lang/de-DE.rc"
25 #endif
26 #ifdef LANGUAGE_EN_US
27 #include "lang/en-US.rc"
28 #endif
29 #ifdef LANGUAGE_ES_ES
30 #include "lang/es-ES.rc"
31 #endif
32 #ifdef LANGUAGE_FR_FR
33 #include "lang/fr-FR.rc"
34 #endif
35 #ifdef LANGUAGE_IT_IT
36 #include "lang/it-IT.rc"
37 #endif
38 #ifdef LANGUAGE_LT_LT
39 #include "lang/lt-LT.rc"
40 #endif
41 #ifdef LANGUAGE_NL_NL
42 #include "lang/nl-NL.rc"
43 #endif
44 #ifdef LANGUAGE_NO_NO
45 #include "lang/no-NO.rc"
46 #endif
47 #ifdef LANGUAGE_PL_PL
48 #include "lang/pl-PL.rc"
49 #endif
50 #ifdef LANGUAGE_RO_RO
51 #include "lang/ro-RO.rc"
52 #endif
53 #ifdef LANGUAGE_RU_RU
54 #include "lang/ru-RU.rc"
55 #endif
56 #ifdef LANGUAGE_SK_SK
57 #include "lang/sk-SK.rc"
58 #endif
59 #ifdef LANGUAGE_UK_UA
60 #include "lang/uk-UA.rc"
61 #endif
62 #ifdef LANGUAGE_ZH_CN
63 #include "lang/zh-CN.rc"
64 #endif