[SHELL32]
[reactos.git] / dll / win32 / comdlg32 / cdlg_xx.rc
1 /*
2 * Language neutral resources for Common Dialogs
3 *
4 * Copyright 1999 Bertho Stultiens
5 * Copyright 1999 Klaas van Gend
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
23
24 #define WINE_FILEDESCRIPTION_STR "Common Dialog Boxes"
25 #define WINE_FILENAME_STR "comdlg32.dll"
26 #define WINE_FILEVERSION 4,0,0,950 /* Maybe 4.1.0.980 for win98?? */
27 #define WINE_FILEVERSION_STR "4.0"
28
29 #include <wine/wine_common_ver.rc>
30
31 /* Translators do not need to translate this text, unless the language uses a
32 * different character set or if the distribution of characters looks wrong.
33 * It is rendered illegibly small and is used to make a mock-up of a document.
34 */
35 STRINGTABLE
36 {
37 IDS_FAKEDOCTEXT
38 "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. \
39 Nulla a tortor. Etiam aliquet libero venenatis nunc.\n\
40 \n\
41 Sed augue ante, fermentum sit amet, imperdiet et, gravida eu, enim. \
42 Donec nibh quam, sodales in, commodo vel, facilisis id, neque.\n\
43 \n\
44 Nunc eleifend bibendum nibh. Phasellus in lorem. Ut vel odio quis \
45 libero adipiscing consequat. Donec consectetuer laoreet mauris.\n\
46 \n\
47 Maecenas tempor, ligula sed congue nonummy, arcu dolor ornare erat, \
48 egestas iaculis magna purus sed turpis.\n\
49 \n\
50 Morbi ultricies est non ipsum. Cum sociis natoque penatibus et magnis \
51 dis parturient montes, nascetur ridiculus mus.\n\
52 \n\
53 Duis sit amet nibh quis purus sollicitudin blandit. Curabitur justo. \
54 Phasellus varius, erat eu luctus pharetra, odio elit fringilla leo, \
55 non vulputate turpis elit id neque. Vestibulum sit amet tellus sed \
56 tortor fermentum consectetuer."
57 }
58
59
60 /* @makedep: pd32_collate.ico */
61 PD32_COLLATE ICON "res/icons/pd32_collate.ico"
62
63 /* @makedep: pd32_nocollate.ico */
64 PD32_NOCOLLATE ICON "res/icons/pd32_nocollate.ico"
65
66 /* @makedep: pd32_portrait.ico */
67 PD32_PORTRAIT ICON "res/icons/pd32_portrait.ico"
68
69 /* @makedep: pd32_landscape.ico */
70 PD32_LANDSCAPE ICON "res/icons/pd32_landscape.ico"
71
72 /* @makedep: folder.ico */
73 FOLDER ICON "res/icons/folder.ico"
74
75 /* @makedep: folder2.ico */
76 FOLDER2 ICON "res/icons/folder2.ico"
77
78 /* @makedep: floppy.ico */
79 FLOPPY ICON "res/icons/floppy.ico"
80
81 /* @makedep: cdrom.ico */
82 CDROM ICON "res/icons/cdrom.ico"
83
84 /* @makedep: hdisk.ico */
85 HDISK ICON "res/icons/hdisk.ico"
86
87 /* @makedep: network.ico */
88 NETWORK ICON "res/icons/network.ico"
89
90 /* @makedep: fontpics.bmp */
91 38 BITMAP "res/bitmaps/fontpics.bmp"