Add missing quotation mark and enable the german translation again.
[reactos.git] / reactos / dll / cpl / input / input.rc
1 #include "resource.h"
2 #include <windows.h>
3
4 #define REACTOS_VERSION_DLL
5 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Software Control Panel\0"
6 #define REACTOS_STR_INTERNAL_NAME "input\0"
7 #define REACTOS_STR_ORIGINAL_FILENAME "input.dll\0"
8 #ifdef _MSC_VER
9 #include <../../../reactos/version.rc>
10 #else
11 #include <reactos/version.rc>
12 #endif
13
14 IDI_KEYBOARD_ICO ICON "resources/keyboard.ico"
15 IDI_MARKER_ICO ICON "resources/marker.ico"
16 IDI_MIC_ICO ICON "resources/microphone.ico"
17 IDI_KEY_SHORT_ICO ICON "resources/keyboard-shortcuts.ico"
18 IDI_INFO_ICO ICON "resources/information.ico"
19
20 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
21
22 /*
23 * Everything specific to any language goes in one of the specific
24 * files. Note that you can and may override resources which also have
25 * a neutral version. This is to get localized bitmaps for example.
26 */
27
28 #include "lang/de-DE.rc"
29 #include "lang/en-US.rc"
30 #include "lang/uk-UA.rc"