5 Copyright © 2003-2008, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/gadtools.h>
11 #include <mui/TheBar_mcc.h>
13 #define CATCOMP_NUMBERS
16 /*** Prototypes *************************************************************/
17 /* Main *********************************************************************/
18 CONST_STRPTR
_(ULONG ID
,struct MiamiPanelBase_intern
*MiamiPanelBaseIntern
); /* Get a message, as a STRPTR */
19 #define __(id) ((IPTR) _(id, MiamiPanelBaseIntern)) /* Get a message, as an IPTR */
21 void localizeArray ( UBYTE
**strings
, ULONG
*ids
);
22 void localizeMenus ( struct NewMenu
*menu
, ULONG
*ids
);
23 void localizeButtonsBar ( struct MUIS_TheBar_Button
*buttons
, ULONG
*ids
);
25 /* Setup ********************************************************************/
26 VOID
Locale_Initialize(struct MiamiPanelBase_intern
*MiamiPanelBaseIntern
);
27 VOID
Locale_Deinitialize(struct MiamiPanelBase_intern
*MiamiPanelBaseIntern
);
29 #endif /* _LOCALE_H_ */