xref: /reactos/dll/win32/comdlg32/cdlg_xx.rc (revision c2c66aff)
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
22LANGUAGE 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 */
35STRINGTABLE
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 */
61PD32_COLLATE ICON "res/icons/pd32_collate.ico"
62
63/* @makedep: pd32_nocollate.ico */
64PD32_NOCOLLATE ICON "res/icons/pd32_nocollate.ico"
65
66/* @makedep: pd32_portrait.ico */
67PD32_PORTRAIT ICON "res/icons/pd32_portrait.ico"
68
69/* @makedep: pd32_landscape.ico */
70PD32_LANDSCAPE ICON "res/icons/pd32_landscape.ico"
71
72/* @makedep: folder.ico */
73FOLDER ICON "res/icons/folder.ico"
74
75/* @makedep: folder2.ico */
76FOLDER2 ICON "res/icons/folder2.ico"
77
78/* @makedep: floppy.ico */
79FLOPPY ICON "res/icons/floppy.ico"
80
81/* @makedep: cdrom.ico */
82CDROM ICON "res/icons/cdrom.ico"
83
84/* @makedep: hdisk.ico */
85HDISK ICON "res/icons/hdisk.ico"
86
87/* @makedep: network.ico */
88NETWORK ICON "res/icons/network.ico"
89
90/* @makedep: fontpics.bmp */
9138 BITMAP "res/bitmaps/fontpics.bmp"
92