[TRANSLATIONS]
[reactos.git] / reactos / base / applications / wordpad / rsrc.rc
1 /*
2 * Copyright 2004 by Krzysztof Foltman
3 * Copyright 2007 by Alexander N. Sørnes <alex@thehandofagony.com>
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18 */
19
20 #include <windef.h>
21 #include <winuser.h>
22
23 #include "wordpad.h"
24
25 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS WordPad\0"
26 #define REACTOS_STR_INTERNAL_NAME "wordpad\0"
27 #define REACTOS_STR_ORIGINAL_FILENAME "wordpad.exe\0"
28
29 #include <reactos/version.rc>
30
31 MAINACCELTABLE ACCELERATORS
32 BEGIN
33 "1", ID_BACK_1, VIRTKEY, CONTROL
34 "2", ID_BACK_2, VIRTKEY, CONTROL
35 "L", ID_ALIGN_LEFT, VIRTKEY, CONTROL
36 "E", ID_ALIGN_CENTER, VIRTKEY, CONTROL
37 "R", ID_ALIGN_RIGHT, VIRTKEY, CONTROL
38 "F", ID_FIND, VIRTKEY, CONTROL
39 VK_F3, ID_FIND_NEXT, VIRTKEY
40 "H", ID_REPLACE, VIRTKEY, CONTROL
41 "A", ID_EDIT_SELECTALL, VIRTKEY, CONTROL
42 "X", ID_EDIT_CUT, VIRTKEY, CONTROL
43 "C", ID_EDIT_COPY, VIRTKEY, CONTROL
44 "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
45 "Y", ID_EDIT_REDO, VIRTKEY, CONTROL
46 "B", ID_FORMAT_BOLD, VIRTKEY, CONTROL
47 "I", ID_FORMAT_ITALIC, VIRTKEY, CONTROL
48 "U", ID_FORMAT_UNDERLINE,VIRTKEY, CONTROL
49 "N", ID_FILE_NEW, VIRTKEY, CONTROL
50 "O", ID_FILE_OPEN, VIRTKEY, CONTROL
51 "S", ID_FILE_SAVE, VIRTKEY, CONTROL
52 "P", ID_PRINT, VIRTKEY, CONTROL
53 END
54
55 /* @makedep: toolbar.bmp */
56 IDB_TOOLBAR BITMAP "res/toolbar.bmp"
57
58 /* @makedep: formatbar.bmp */
59 IDB_FORMATBAR BITMAP "res/formatbar.bmp"
60
61 /* @makedep: wordpad.ico */
62 IDI_WORDPAD ICON "res/wordpad.ico"
63
64 /* @makedep: zoom.cur */
65 IDC_ZOOM CURSOR "res/zoom.cur"
66
67 #include <reactos/manifest_exe.rc>
68
69 #ifdef LANGUAGE_EN_US
70 #include "lang/En.rc"
71 #endif
72 #ifdef LANGUAGE_HU_HU
73 #include "lang/Hu.rc"
74 #endif
75 #ifdef LANGUAGE_KO_KR
76 #include "lang/Ko.rc"
77 #endif
78 #ifdef LANGUAGE_PL_PL
79 #include "lang/Pl.rc"
80 #endif
81
82 /* UTF-8 */
83 #ifdef LANGUAGE_DA_DK
84 #include "lang/Da.rc"
85 #endif
86 #ifdef LANGUAGE_DE_DE
87 #include "lang/De.rc"
88 #endif
89 #ifdef LANGUAGE_FR_FR
90 #include "lang/Fr.rc"
91 #endif
92 #ifdef LANGUAGE_HE_IL
93 #include "lang/He.rc"
94 #endif
95 #ifdef LANGUAGE_IT_IT
96 #include "lang/It.rc"
97 #endif
98 #ifdef LANGUAGE_JA_JP
99 #include "lang/Ja.rc"
100 #endif
101 #ifdef LANGUAGE_LT_LT
102 #include "lang/Lt.rc"
103 #endif
104 #ifdef LANGUAGE_NL_NL
105 #include "lang/Nl.rc"
106 #endif
107 #ifdef LANGUAGE_NO_NO
108 #include "lang/No.rc"
109 #endif
110 #ifdef LANGUAGE_PT_PT
111 #include "lang/Pt.rc"
112 #endif
113 #ifdef LANGUAGE_RO_RO
114 #include "lang/Ro.rc"
115 #endif
116 #ifdef LANGUAGE_RU_RU
117 #include "lang/Ru.rc"
118 #endif
119 #ifdef LANGUAGE_SL_SI
120 #include "lang/Si.rc"
121 #endif
122 #ifdef LANGUAGE_SV_SE
123 #include "lang/Sv.rc"
124 #endif
125 #ifdef LANGUAGE_TR_TR
126 #include "lang/Tr.rc"
127 #endif
128 #ifdef LANGUAGE_SQ_AL
129 #include "lang/Sq.rc"
130 #endif
131 #ifdef LANGUAGE_UK_UA
132 #include "lang/Uk.rc"
133 #endif
134 #ifdef LANGUAGE_ZH_CN
135 #include "lang/Zh.rc"
136 #endif