reactos/dll/win32/comdlg32/cdlg_xx.rc

92 lines
3.1 KiB
Plaintext
Raw Normal View History

/*
* 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
Sync to Wine-0_9_16: *no changes since 0.9.11 ... Sync to Wine-0_9_11: Byeong-Sik Jeon <wjsqudtlr@gmail.com> - commdlg: Updated Korean translation. Ulrich Czekalla <ulrich@codeweavers.com> - commdlg: Properly set and retrieve colour value from combo box . Mike McCormack <mike@codeweavers.com> - commdlg: Malformed filters are still added to the filter combo box. Sync to Wine-0_9_10: Mike McCormack <mike@codeweavers.com> - comdlg32: Use a property for the color dialog's information. - comdlg32: Remove the property when destroy the dialog box. Sync to Wine-0_9_8: Vitaliy Margolen <wine-patch@kievinfo.com> - commdlg: Add font sizes 6 and 7 to font select dialog. Henning Gerhardt <henning.gerhardt@web.de> - commdlg: Update German resource. Petr Tesarik <hat@tesarici.cz> - commdlg: Czech language resources encoding fix. Dmitry Timoshkov <dmitry@codeweavers.com> - Add support for CDM_HIDECONTROL message in the file open dialog. Andrey Turkin <pancha@mail.nnov.ru> - commdlg: IShellBrowser sets IShellView window's control id to 5002. Fatih Ac <fasici@linux-sevenler.org> - commdlg: Turkish translation. Sync to Wine-0_9_7: Michael Kaufmann <hallo@michael-kaufmann.ch> - commdlg: File open dialog: Use the specified instance handle for custom dialog templates. Sync to Wine-0_9_6: YunSong Hwang <hys545@dreamwiz.com> - commdlg: Updated Korean translation. Ulrich Czekalla <ulrich@codeweavers.com> - commdlg: If provided use and update hDevMode in the PAGESETUPDLG struct. Update the dmDefaultSourcea return value inside hDevMode. Stefan Br¹ns <stefan.bruens@rwth-aachen.de> - commdlg: Makes return value of FILEDLG95_SendFileOK dependent of return value, not of DWL_MSGRESULT. Sync to Wine-0_9_5: Dan Kegel <dank@kegel.com> - commdlg: Let the color picker respond properly to keystrokes. svn path=/trunk/; revision=22876
2006-07-05 22:48:31 +00:00
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
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"
#include <wine/wine_common_ver.rc>
/* 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.
*/
STRINGTABLE
{
IDS_FAKEDOCTEXT
"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. \
Nulla a tortor. Etiam aliquet libero venenatis nunc.\n\
\n\
Sed augue ante, fermentum sit amet, imperdiet et, gravida eu, enim. \
Donec nibh quam, sodales in, commodo vel, facilisis id, neque.\n\
\n\
Nunc eleifend bibendum nibh. Phasellus in lorem. Ut vel odio quis \
libero adipiscing consequat. Donec consectetuer laoreet mauris.\n\
\n\
Maecenas tempor, ligula sed congue nonummy, arcu dolor ornare erat, \
egestas iaculis magna purus sed turpis.\n\
\n\
Morbi ultricies est non ipsum. Cum sociis natoque penatibus et magnis \
dis parturient montes, nascetur ridiculus mus.\n\
\n\
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."
}
/* @makedep: pd32_collate.ico */
PD32_COLLATE ICON "res/icons/pd32_collate.ico"
/* @makedep: pd32_nocollate.ico */
PD32_NOCOLLATE ICON "res/icons/pd32_nocollate.ico"
/* @makedep: pd32_portrait.ico */
PD32_PORTRAIT ICON "res/icons/pd32_portrait.ico"
/* @makedep: pd32_landscape.ico */
PD32_LANDSCAPE ICON "res/icons/pd32_landscape.ico"
/* @makedep: folder.ico */
FOLDER ICON "res/icons/folder.ico"
/* @makedep: folder2.ico */
FOLDER2 ICON "res/icons/folder2.ico"
/* @makedep: floppy.ico */
FLOPPY ICON "res/icons/floppy.ico"
/* @makedep: cdrom.ico */
CDROM ICON "res/icons/cdrom.ico"
/* @makedep: hdisk.ico */
HDISK ICON "res/icons/hdisk.ico"
/* @makedep: network.ico */
NETWORK ICON "res/icons/network.ico"
/* @makedep: fontpics.bmp */
38 BITMAP "res/bitmaps/fontpics.bmp"