source: trunk/src/comctl32/rsrc.orc@ 5280

Last change on this file since 5280 was 3972, checked in by cbratschi, 25 years ago

internationalization

File size: 1.0 KB
Line 
1/* $Id: rsrc.orc,v 1.6 2000-08-09 15:57:55 cbratschi Exp $ */
2/*
3 * Top level resource file for Common Controls
4 *
5 */
6
7#include "winuser.h"
8#include "winnls.h"
9#include "comctl32.h"
10#include "odinrsrc.h"
11
12/*
13 * Everything that does not depend on language,
14 * like textless bitmaps etc, go into the
15 * neutral language. This will prevent them from
16 * being duplicated for each language.
17 */
18#include "cctl_xx.orc"
19
20/*
21 * Everything specific to any language goes
22 * in one of the specific files.
23 * Note that you can and may override resources
24 * which also have a neutral version. This is to
25 * get localized bitmaps for example.
26 */
27
28#include "cctl_Ca.orc"
29#include "cctl_Cs.orc"
30#include "cctl_Da.orc"
31#include "cctl_De.orc"
32#include "cctl_En.orc"
33#include "cctl_Eo.orc"
34#include "cctl_Es.orc"
35#include "cctl_Fi.orc"
36#include "cctl_Fr.orc"
37#include "cctl_Hu.orc"
38#include "cctl_It.orc"
39#include "cctl_Ko.orc"
40#include "cctl_Nl.orc"
41#include "cctl_No.orc"
42#include "cctl_Pl.orc"
43#include "cctl_Pt.orc"
44#include "cctl_Ru.orc"
45#include "cctl_Sv.orc"
46#include "cctl_Wa.orc"
Note: See TracBrowser for help on using the repository browser.