Hint added.
[AROS.git] / workbench / prefs / Editor / Prefs_Strings.h
blob73a52ceee16fbe7578d8eb871389750a5f6c46bd
1 #ifndef PREFS_STRINGS_H
2 #define PREFS_STRINGS_H
5 /****************************************************************************/
8 /* This file was created automatically by CatComp.
9 * Do NOT edit by hand!
13 #ifndef EXEC_TYPES_H
14 #include <exec/types.h>
15 #endif
17 #ifdef CATCOMP_ARRAY
18 #undef CATCOMP_NUMBERS
19 #undef CATCOMP_STRINGS
20 #define CATCOMP_NUMBERS
21 #define CATCOMP_STRINGS
22 #endif
24 #ifdef CATCOMP_BLOCK
25 #undef CATCOMP_STRINGS
26 #define CATCOMP_STRINGS
27 #endif
30 /****************************************************************************/
33 #ifdef CATCOMP_NUMBERS
35 #define MSG_RESETDEFAULT 0
36 #define MSG_LASTSAVED 1
37 #define MSG_TITLEWIN 2
38 #define MSG_TAB 3
39 #define MSG_SEPARATORS 4
40 #define MSG_TXTFONT 5
41 #define MSG_SCRFONT 6
42 #define MSG_PUBSCREEN 7
43 #define MSG_BACKDROP 8
44 #define MSG_LEFTMARGIN 9
45 #define MSG_AUTOINDENT 10
46 #define MSG_EXTEND 11
47 #define MSG_PREFSSAVE 12
48 #define MSG_USEPREFS 13
49 #define MSG_DISCARDPREFS 14
50 #define MSG_USEDEF 15
51 #define MSG_CHOOSEIT 16
52 #define MSG_CLONEPARENT 17
53 #define MSG_COLOR_BACK 18
54 #define MSG_COLOR_TEXT 19
55 #define MSG_COLOR_FILLTXT 20
56 #define MSG_COLOR_FILLSEL 21
57 #define MSG_COLOR_MARGINBACK 22
58 #define MSG_COLOR_MARGINTXT 23
59 #define MSG_COLOR_SHINE 24
60 #define MSG_COLOR_SHADE 25
61 #define MSG_COLOR_PANELBACK 26
62 #define MSG_COLOR_PANELTEXT 27
63 #define MSG_COLOR_GLYPH 28
64 #define MSG_COLOR_MARKEDLINES 29
66 #endif /* CATCOMP_NUMBERS */
69 /****************************************************************************/
72 #ifdef CATCOMP_STRINGS
74 #define MSG_RESETDEFAULT_STR "Default values"
75 #define MSG_LASTSAVED_STR "Last saved values"
76 #define MSG_TITLEWIN_STR "Main setup"
77 #define MSG_TAB_STR "Tabulation:"
78 #define MSG_SEPARATORS_STR "Separators:"
79 #define MSG_TXTFONT_STR "Text font:"
80 #define MSG_SCRFONT_STR "Screen font:"
81 #define MSG_PUBSCREEN_STR "Screen mode:"
82 #define MSG_BACKDROP_STR "Backdrop"
83 #define MSG_LEFTMARGIN_STR "Left margin"
84 #define MSG_AUTOINDENT_STR "Auto indent"
85 #define MSG_EXTEND_STR "Extended numeric pad"
86 #define MSG_PREFSSAVE_STR "Save"
87 #define MSG_USEPREFS_STR "Use"
88 #define MSG_DISCARDPREFS_STR "Cancel"
89 #define MSG_USEDEF_STR "Use Default"
90 #define MSG_CHOOSEIT_STR "Choose one..."
91 #define MSG_CLONEPARENT_STR "Clone parent"
92 #define MSG_COLOR_BACK_STR "Background"
93 #define MSG_COLOR_TEXT_STR "Standard text"
94 #define MSG_COLOR_FILLTXT_STR "Selected fill text"
95 #define MSG_COLOR_FILLSEL_STR "Selected text"
96 #define MSG_COLOR_MARGINBACK_STR "Margin background"
97 #define MSG_COLOR_MARGINTXT_STR "Margin text"
98 #define MSG_COLOR_SHINE_STR "Panel shine"
99 #define MSG_COLOR_SHADE_STR "Panel shade"
100 #define MSG_COLOR_PANELBACK_STR "Panel back"
101 #define MSG_COLOR_PANELTEXT_STR "Panel text"
102 #define MSG_COLOR_GLYPH_STR "Panel glyph"
103 #define MSG_COLOR_MARKEDLINES_STR "Active panel"
105 #endif /* CATCOMP_STRINGS */
108 /****************************************************************************/
111 struct LocaleInfo
113 APTR li_LocaleBase;
114 APTR li_Catalog;
119 #endif /* PREFS_STRINGS_H */