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

Last change on this file since 8045 was 6271, checked in by sandervl, 24 years ago

resource update from Wine

File size: 1.1 KB
Line 
1/*
2 * Top level resource file for Common Dialogs
3 *
4 */
5
6#include "windef.h"
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#include "cdlg_Ca.orc"
29#include "cdlg_Cs.orc"
30#include "cdlg_Da.orc"
31#include "cdlg_De.orc"
32#include "cdlg_En.orc"
33#include "cdlg_Eo.orc"
34#include "cdlg_Es.orc"
35#include "cdlg_Fi.orc"
36#include "cdlg_Fr.orc"
37#include "cdlg_Hu.orc"
38#include "cdlg_It.orc"
39#include "cdlg_Ko.orc"
40#include "cdlg_Nl.orc"
41#include "cdlg_No.orc"
42#include "cdlg_Pl.orc"
43#include "cdlg_Pt.orc"
44#include "cdlg_Ru.orc"
45#include "cdlg_Sk.orc"
46#include "cdlg_Sv.orc"
47#include "cdlg_Wa.orc"
48#include "cdlg_Ja.orc"
49#include "cdlg_Zh.orc"
Note: See TracBrowser for help on using the repository browser.