2005-08-12 16:47:29 +00:00
|
|
|
/*
|
|
|
|
* Language neutral resources for Common Dialogs
|
|
|
|
*
|
|
|
|
* Copyright 1999 Bertho Stultiens
|
|
|
|
* Copyright 1999 Klaas van Gend
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2006-07-05 22:48:31 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-08-12 16:47:29 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
#define WINE_FILEDESCRIPTION_STR "Common Dialog Boxes"
|
|
|
|
#define WINE_FILENAME_STR "comdlg32.dll"
|
|
|
|
#define WINE_FILEVERSION 4,0,0,950 /* Maybe 4.1.0.980 for win98?? */
|
|
|
|
#define WINE_FILEVERSION_STR "4.0"
|
|
|
|
|
2013-12-23 14:12:26 +00:00
|
|
|
#include <wine/wine_common_ver.rc>
|
2005-08-12 16:47:29 +00:00
|
|
|
|
|
|
|
/* Translators do not need to translate this text, unless the language uses a
|
|
|
|
* different character set or if the distribution of characters looks wrong.
|
|
|
|
* It is rendered illegibly small and is used to make a mock-up of a document.
|
|
|
|
*/
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
STRINGTABLE
|
2005-08-12 16:47:29 +00:00
|
|
|
{
|
|
|
|
IDS_FAKEDOCTEXT
|
|
|
|
"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. \
|
2008-07-06 16:35:30 +00:00
|
|
|
Nulla a tortor. Etiam aliquet libero venenatis nunc.\n\
|
|
|
|
\n\
|
2005-08-12 16:47:29 +00:00
|
|
|
Sed augue ante, fermentum sit amet, imperdiet et, gravida eu, enim. \
|
2008-07-06 16:35:30 +00:00
|
|
|
Donec nibh quam, sodales in, commodo vel, facilisis id, neque.\n\
|
|
|
|
\n\
|
2005-08-12 16:47:29 +00:00
|
|
|
Nunc eleifend bibendum nibh. Phasellus in lorem. Ut vel odio quis \
|
2008-07-06 16:35:30 +00:00
|
|
|
libero adipiscing consequat. Donec consectetuer laoreet mauris.\n\
|
|
|
|
\n\
|
2005-08-12 16:47:29 +00:00
|
|
|
Maecenas tempor, ligula sed congue nonummy, arcu dolor ornare erat, \
|
2008-07-06 16:35:30 +00:00
|
|
|
egestas iaculis magna purus sed turpis.\n\
|
|
|
|
\n\
|
2005-08-12 16:47:29 +00:00
|
|
|
Morbi ultricies est non ipsum. Cum sociis natoque penatibus et magnis \
|
2008-07-06 16:35:30 +00:00
|
|
|
dis parturient montes, nascetur ridiculus mus.\n\
|
|
|
|
\n\
|
2005-08-12 16:47:29 +00:00
|
|
|
Duis sit amet nibh quis purus sollicitudin blandit. Curabitur justo. \
|
|
|
|
Phasellus varius, erat eu luctus pharetra, odio elit fringilla leo, \
|
|
|
|
non vulputate turpis elit id neque. Vestibulum sit amet tellus sed \
|
|
|
|
tortor fermentum consectetuer."
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: pd32_collate.ico */
|
2013-09-11 10:46:07 +00:00
|
|
|
PD32_COLLATE ICON "res/icons/pd32_collate.ico"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: pd32_nocollate.ico */
|
2013-09-11 10:46:07 +00:00
|
|
|
PD32_NOCOLLATE ICON "res/icons/pd32_nocollate.ico"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: pd32_portrait.ico */
|
2013-09-11 10:46:07 +00:00
|
|
|
PD32_PORTRAIT ICON "res/icons/pd32_portrait.ico"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: pd32_landscape.ico */
|
2013-09-11 10:46:07 +00:00
|
|
|
PD32_LANDSCAPE ICON "res/icons/pd32_landscape.ico"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: folder.ico */
|
2013-09-11 10:46:07 +00:00
|
|
|
FOLDER ICON "res/icons/folder.ico"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: folder2.ico */
|
2013-09-11 10:46:07 +00:00
|
|
|
FOLDER2 ICON "res/icons/folder2.ico"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: floppy.ico */
|
2013-09-11 10:46:07 +00:00
|
|
|
FLOPPY ICON "res/icons/floppy.ico"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: cdrom.ico */
|
2013-09-11 10:46:07 +00:00
|
|
|
CDROM ICON "res/icons/cdrom.ico"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: hdisk.ico */
|
2013-09-11 10:46:07 +00:00
|
|
|
HDISK ICON "res/icons/hdisk.ico"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: network.ico */
|
2013-09-11 10:46:07 +00:00
|
|
|
NETWORK ICON "res/icons/network.ico"
|
2005-08-12 16:47:29 +00:00
|
|
|
|
2007-11-29 10:19:56 +00:00
|
|
|
/* @makedep: fontpics.bmp */
|
2013-09-11 10:46:07 +00:00
|
|
|
38 BITMAP "res/bitmaps/fontpics.bmp"
|