source: trunk/src/comdlg32/rsrc.orc@ 3670

Last change on this file since 3670 was 3243, checked in by cbratschi, 26 years ago

merged with Corel WINE 20000324

File size: 1.3 KB
Line 
1/* $Id: rsrc.orc,v 1.3 2000-03-26 16:31:45 cbratschi Exp $ */
2/*
3 * Top level resource file for Common Dialogs
4 *
5 */
6
7#include "winuser.h"
8#include "winnls.h"
9#include "cdlg.h"
10#include "winspool.h"
11#include "filedlgbrowser.h"
12
13/*
14 * Everything that does not depend on language,
15 * like textless bitmaps etc, go into the
16 * neutral language. This will prevent them from
17 * being duplicated for each language.
18 */
19#include "cdlg_xx.orc"
20
21/*
22 * Everything specific to any language goes
23 * in one of the specific files.
24 * Note that you can and may override resources
25 * which also have a neutral version. This is to
26 * get localized bitmaps for example.
27 */
28
29/* TODO TODO FIXME
30 * The localized resources have be pulled out due to
31 * the time required to move some strings from here to
32 * shell32.dll. This is something to deal with
33 * after release
34 */
35#if 0
36#include "cdlg_Ca.orc"
37#include "cdlg_Cs.orc"
38#include "cdlg_Da.orc"
39#include "cdlg_De.orc"
40#endif
41#include "cdlg_En.orc"
42#if 0
43#include "cdlg_Eo.orc"
44#include "cdlg_Es.orc"
45#include "cdlg_Fi.orc"
46#include "cdlg_Fr.orc"
47#include "cdlg_Hu.orc"
48#include "cdlg_It.orc"
49#include "cdlg_Ko.orc"
50#include "cdlg_Nl.orc"
51#include "cdlg_No.orc"
52#include "cdlg_Pl.orc"
53#include "cdlg_Pt.orc"
54#include "cdlg_Ru.orc"
55#include "cdlg_Sv.orc"
56#include "cdlg_Wa.orc"
57#endif
Note: See TracBrowser for help on using the repository browser.