xref: /aoo41x/main/cui/source/options/treeopt.src (revision a552f513)
1*0e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*0e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*0e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*0e2af6afSAndrew Rist * distributed with this work for additional information
6*0e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*0e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*0e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
9*0e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*0e2af6afSAndrew Rist *
11*0e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0e2af6afSAndrew Rist *
13*0e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*0e2af6afSAndrew Rist * software distributed under the License is distributed on an
15*0e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
17*0e2af6afSAndrew Rist * specific language governing permissions and limitations
18*0e2af6afSAndrew Rist * under the License.
19*0e2af6afSAndrew Rist *
20*0e2af6afSAndrew Rist *************************************************************/
21*0e2af6afSAndrew Rist
22*0e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "treeopt.hrc"
25cdf0e10cSrcweir#include <cuires.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include <svx/dialogs.hrc>
28cdf0e10cSrcweir
29cdf0e10cSrcweir#define IMAGE_STDBTN_COLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; }
30cdf0e10cSrcweir
31cdf0e10cSrcweirModalDialog RID_OFADLG_OPTIONS_TREE
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	HelpID = HID_OFADLG_OPTIONS_TREE;
34cdf0e10cSrcweir	Moveable = TRUE ;
35cdf0e10cSrcweir	OutputSize = TRUE ;
36cdf0e10cSrcweir	SVLook = TRUE ;
37cdf0e10cSrcweir
38cdf0e10cSrcweir	Size = MAP_APPFONT ( COL_12 , ROW_5 ) ;
39cdf0e10cSrcweir	Text [ en-US ] = "Options";
40cdf0e10cSrcweir
41cdf0e10cSrcweir	OKButton PB_OK
42cdf0e10cSrcweir	{
43cdf0e10cSrcweir		Pos = MAP_APPFONT ( COL_4, ROW_3 ) ;
44cdf0e10cSrcweir		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
45cdf0e10cSrcweir		TabStop = TRUE ;
46cdf0e10cSrcweir		DefButton = TRUE;
47cdf0e10cSrcweir	};
48cdf0e10cSrcweir	CancelButton PB_CANCEL
49cdf0e10cSrcweir	{
50cdf0e10cSrcweir		Pos = MAP_APPFONT ( COL_6, ROW_3 ) ;
51cdf0e10cSrcweir		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
52cdf0e10cSrcweir		TabStop = TRUE ;
53cdf0e10cSrcweir	};
54cdf0e10cSrcweir	HelpButton PB_HELP
55cdf0e10cSrcweir	{
56cdf0e10cSrcweir		Pos = MAP_APPFONT ( COL_8, ROW_3 ) ;
57cdf0e10cSrcweir		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
58cdf0e10cSrcweir		TabStop = TRUE ;
59cdf0e10cSrcweir	};
60cdf0e10cSrcweir	PushButton PB_BACK
61cdf0e10cSrcweir	{
62cdf0e10cSrcweir	    HelpID = "cui:PushButton:RID_OFADLG_OPTIONS_TREE:PB_BACK";
63cdf0e10cSrcweir		Pos = MAP_APPFONT ( COL_10, ROW_3 ) ;
64cdf0e10cSrcweir		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
65cdf0e10cSrcweir		TabStop = TRUE ;
66cdf0e10cSrcweir		Text [ en-US ] = "~Back" ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir	//TreeListBox
69cdf0e10cSrcweir	Control TLB_PAGES
70cdf0e10cSrcweir	{
71cdf0e10cSrcweir		Pos = MAP_APPFONT ( COL_1, ROW_1 ) ;
72cdf0e10cSrcweir		Size = MAP_APPFONT ( (COL_2-COL_1), (ROW_4-ROW_1) );
73cdf0e10cSrcweir		TabStop = TRUE ;
74cdf0e10cSrcweir		Border = TRUE;
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir	Control FB_BORDER
77cdf0e10cSrcweir	{
78cdf0e10cSrcweir		Pos = MAP_APPFONT ( COL_3, ROW_1 ) ;
79cdf0e10cSrcweir		Size = MAP_APPFONT ( WIDTH_PAGEFRAME, HEIGHT_PAGEFRAME ) ;
80cdf0e10cSrcweir		Hide = TRUE;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir    FixedImage IMG_HELP
83cdf0e10cSrcweir	{
84cdf0e10cSrcweir        Pos = MAP_APPFONT ( COL_3_1, ROW_1_1 ) ;
85cdf0e10cSrcweir        Size = MAP_APPFONT ( WIDTH_IMG_HELP, HEIGHT_IMG_HELP ) ;
86cdf0e10cSrcweir		Hide = TRUE;
87cdf0e10cSrcweir	};
88cdf0e10cSrcweir    FixedText FT_PAGE_TITLE
89cdf0e10cSrcweir	{
90cdf0e10cSrcweir        Pos = MAP_APPFONT ( COL_3_3, ROW_1_2 ) ;
91cdf0e10cSrcweir		Size = MAP_APPFONT ( (COL_3_5-COL_3_3), 15 ) ;
92cdf0e10cSrcweir		Hide = TRUE;
93cdf0e10cSrcweir	};
94cdf0e10cSrcweir	FixedLine FL_LINE_1
95cdf0e10cSrcweir	{
96cdf0e10cSrcweir        Pos = MAP_APPFONT ( COL_3_1 , ROW_1_3 ) ;
97cdf0e10cSrcweir        Size = MAP_APPFONT ( (COL_3_5-COL_3_1), 1 ) ;
98cdf0e10cSrcweir		Comment = "Trennlinie" ;
99cdf0e10cSrcweir		Hide = TRUE;
100cdf0e10cSrcweir	};
101cdf0e10cSrcweir	FixedText FT_HELPTEXT
102cdf0e10cSrcweir	{
103cdf0e10cSrcweir        Pos = MAP_APPFONT ( COL_3_3, ROW_1_4 ) ;
104cdf0e10cSrcweir        Size = MAP_APPFONT ( (COL_3_5-COL_3_3), (HEIGHT_PAGEFRAME-ROW_1_4-1) ) ;
105cdf0e10cSrcweir		WordBreak = TRUE;
106cdf0e10cSrcweir		Hide = TRUE;
107cdf0e10cSrcweir	};
108cdf0e10cSrcweir    String ST_LOAD_ERROR
109cdf0e10cSrcweir	{
110cdf0e10cSrcweir		Text [ en-US ] = "The selected module could not be loaded.";
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir	StringArray STR_HELPTEXTS
113cdf0e10cSrcweir	{
114cdf0e10cSrcweir		ItemList [ en-US ] =
115cdf0e10cSrcweir		{
116cdf0e10cSrcweir			< "This dialog is used to define general settings when working with %PRODUCTNAME. Enter your personal data, the defaults to be used when saving documents, and paths to important files. These settings will be saved automatically and used in later sessions as well."; SID_GENERAL_OPTIONS; > ;
117cdf0e10cSrcweir			< "This is where you make settings concerning language and writing aids for your work with %PRODUCTNAME."; SID_LANGUAGE_OPTIONS; > ;
118cdf0e10cSrcweir			< "This is where you configure %PRODUCTNAME for the Internet. You can define search engines or save your proxy settings." ; SID_INET_DLG; > ;
119cdf0e10cSrcweir			< "This is where you specify various settings for text documents. These settings determine how your text documents are handled in %PRODUCTNAME and are valid for all new %PRODUCTNAME Writer documents. You can also define a few settings for the active text document if you save it afterwards." ; SID_SW_EDITOPTIONS; > ;
120cdf0e10cSrcweir			< "This is where you define the basic settings for %PRODUCTNAME documents in HTML format. For example, you decide which contents should be displayed on the screen or printed, how the pages are scrolled on the screen, in which color keywords are highlighted in the source text and much more." ; SID_SW_ONLINEOPTIONS; > ;
121cdf0e10cSrcweir			< "This is where you define various global settings for spreadsheets. For example, you can define which contents should be displayed and in which direction the cursor will move after you enter data in a cell. You also define sort lists, the number of the decimal places displayed, etc." ; SID_SC_EDITOPTIONS; > ;
122cdf0e10cSrcweir			< "This is where you define the settings that apply to all newly saved presentations. Among other things, you decide which contents are displayed on the slides, which default unit of measure is used, if and how grid alignment is used, and if notes and handouts are always printed." ; SID_SD_EDITOPTIONS; > ;
123cdf0e10cSrcweir			< "This is where you define the settings for drawing documents. Among other things, you determine which contents are displayed on the pages, which scale is used, if and how grid alignment is used, and which contents are printed by default." ; SID_SD_GRAPHIC_OPTIONS; > ;
124cdf0e10cSrcweir			< "This is where you select the print format and print options for all newly saved formula documents. These options take effect when you want to print a formula directly from %PRODUCTNAME Math." ; SID_SM_EDITOPTIONS; > ;
125cdf0e10cSrcweir			< "This is where you specify general default settings for your %PRODUCTNAME Charts. Set the colors you want for all new charts." ; SID_SCH_EDITOPTIONS; > ;
126cdf0e10cSrcweir			< "This is where you define general settings for accessing external data sources."; SID_SB_STARBASEOPTIONS; > ;
127cdf0e10cSrcweir			< "This is where you define general settings for opening and saving documents in external formats. You can control the behavior of macros or OLE objects in Microsoft Office documents or define settings for HTML documents." ; SID_FILTER_DLG; > ;
128cdf0e10cSrcweir		};
129cdf0e10cSrcweir	};
130cdf0e10cSrcweir	Bitmap BMP_ROOT_CLOSED
131cdf0e10cSrcweir	{
132cdf0e10cSrcweir		File = "plus.bmp" ;
133cdf0e10cSrcweir	};
134cdf0e10cSrcweir	Bitmap BMP_ROOT_OPENED
135cdf0e10cSrcweir	{
136cdf0e10cSrcweir		File = "minus.bmp" ;
137cdf0e10cSrcweir	};
138cdf0e10cSrcweir};
139cdf0e10cSrcweir
140cdf0e10cSrcweirResource RID_OFADLG_OPTIONS_TREE_PAGES
141cdf0e10cSrcweir{
142cdf0e10cSrcweir	StringArray SID_GENERAL_OPTIONS
143cdf0e10cSrcweir	{
144cdf0e10cSrcweir		ItemList [ en-US ] =
145cdf0e10cSrcweir		{
146cdf0e10cSrcweir			< "%PRODUCTNAME" ; 0; > ;
147cdf0e10cSrcweir			< "User Data" ;  RID_SFXPAGE_GENERAL; > ;
148cdf0e10cSrcweir			< "General" ;  OFA_TP_MISC; > ;
149cdf0e10cSrcweir			< "Memory" ; OFA_TP_MEMORY; > ;
150cdf0e10cSrcweir			< "View" ; OFA_TP_VIEW ; > ;
151cdf0e10cSrcweir			< "Print" ; RID_SFXPAGE_PRINTOPTIONS; > ;
152cdf0e10cSrcweir			< "Paths" ;  RID_SFXPAGE_PATH; > ;
153cdf0e10cSrcweir			< "Colors" ;  RID_SVXPAGE_COLOR; > ;
154cdf0e10cSrcweir	        < "Fonts" ; RID_SVX_FONT_SUBSTITUTION ; > ;
155cdf0e10cSrcweir			< "Security" ; RID_SVXPAGE_INET_SECURITY ; > ;
156cdf0e10cSrcweir	        < "Appearance" ;        RID_SVXPAGE_COLORCONFIG        ; > ;
157cdf0e10cSrcweir	        < "Accessibility" ; RID_SVXPAGE_ACCESSIBILITYCONFIG ; > ;
158cdf0e10cSrcweir            < "Java" ; RID_SVXPAGE_OPTIONS_JAVA ; > ;
159cdf0e10cSrcweir	        < "Network Identity" ; RID_SVXPAGE_SSO ; > ;
160cdf0e10cSrcweir            < "Online Update" ; RID_SVXPAGE_ONLINEUPDATE ; > ;
161cdf0e10cSrcweir            < "" ; RID_SVXPAGE_IMPROVEMENT ; > ;
162cdf0e10cSrcweir        };
163cdf0e10cSrcweir	};
164cdf0e10cSrcweir    StringArray SID_LANGUAGE_OPTIONS
165cdf0e10cSrcweir	{
166cdf0e10cSrcweir		ItemList [ en-US ] =
167cdf0e10cSrcweir		{
168cdf0e10cSrcweir			< "Language Settings" ; 0; > ;
169cdf0e10cSrcweir			< "Languages"; OFA_TP_LANGUAGES; > ;
170cdf0e10cSrcweir			< "Writing Aids" ; RID_SFXPAGE_LINGU; > ;
171cdf0e10cSrcweir			< "Searching in Japanese" ;  RID_SVXPAGE_JSEARCH_OPTIONS; > ;
172cdf0e10cSrcweir			< "Asian Layout" ;  RID_SVXPAGE_ASIAN_LAYOUT; > ;
173cdf0e10cSrcweir			< "Complex Text Layout" ;  RID_SVXPAGE_OPTIONS_CTL; >;
174cdf0e10cSrcweir		};
175cdf0e10cSrcweir	};
176cdf0e10cSrcweir    StringArray SID_INET_DLG
177cdf0e10cSrcweir	{
178cdf0e10cSrcweir		//modified by jmeng begin
179cdf0e10cSrcweir		ItemList [ en-US ] =
180cdf0e10cSrcweir		{
181cdf0e10cSrcweir			< "Internet" ; 0; > ;
182cdf0e10cSrcweir			< "Proxy" ;  RID_SVXPAGE_INET_PROXY; > ;
183cdf0e10cSrcweir			< "Search" ;  RID_SVXPAGE_INET_SEARCH; > ;
184cdf0e10cSrcweir			< "E-mail" ;  RID_SVXPAGE_INET_MAIL; > ;
185cdf0e10cSrcweir		};
186cdf0e10cSrcweir		//modified by jmeng end
187cdf0e10cSrcweir	};
188cdf0e10cSrcweir    StringArray SID_SW_EDITOPTIONS
189cdf0e10cSrcweir	{
190cdf0e10cSrcweir        ItemList [ en-US ] =
191cdf0e10cSrcweir		{
192cdf0e10cSrcweir			< "%PRODUCTNAME Writer" ; 0; > ;
193cdf0e10cSrcweir			< "General" ;     RID_SW_TP_OPTLOAD_PAGE   ; > ;
194cdf0e10cSrcweir			< "View" ;       RID_SW_TP_CONTENT_OPT   ;> ;
195cdf0e10cSrcweir			< "Formatting Aids" ;        RID_SW_TP_OPTSHDWCRSR    ; > ;
196cdf0e10cSrcweir			< "Grid" ;        RID_SVXPAGE_GRID        ; > ;
197cdf0e10cSrcweir			< "Basic Fonts (Western)" ;RID_SW_TP_STD_FONT       ; > ;
198cdf0e10cSrcweir			< "Basic Fonts (Asian)" ;RID_SW_TP_STD_FONT_CJK       ; > ;
199cdf0e10cSrcweir	        < "Basic Fonts (CTL)" ;      RID_SW_TP_STD_FONT_CTL       ; > ;
200cdf0e10cSrcweir	        < "Print" ;       RID_SW_TP_OPTPRINT_PAGE  ; > ;
201cdf0e10cSrcweir			< "Table" ;  		RID_SW_TP_OPTTABLE_PAGE  ; > ;
202cdf0e10cSrcweir			< "Changes" ;    RID_SW_TP_REDLINE_OPT    ; > ;
203cdf0e10cSrcweir            < "Compatibility" ; RID_SW_TP_OPTCOMPATIBILITY_PAGE    ; > ;
204cdf0e10cSrcweir            < "AutoCaption" ; RID_SW_TP_OPTCAPTION_PAGE ; > ;
205cdf0e10cSrcweir            < "Mail Merge E-mail" ; RID_SW_TP_MAILCONFIG ; >;
206cdf0e10cSrcweir        };
207cdf0e10cSrcweir	};
208cdf0e10cSrcweir    StringArray SID_SW_ONLINEOPTIONS
209cdf0e10cSrcweir	{
210cdf0e10cSrcweir		ItemList [ en-US ] =
211cdf0e10cSrcweir		{
212cdf0e10cSrcweir			< "%PRODUCTNAME Writer/Web" ; 0; > ;
213cdf0e10cSrcweir			< "View" ;       RID_SW_TP_HTML_CONTENT_OPT      ;> ;
214cdf0e10cSrcweir			< "Formatting Aids" ;        RID_SW_TP_HTML_OPTSHDWCRSR    ; > ;
215cdf0e10cSrcweir			< "Grid" ;        RID_SW_TP_HTML_OPTGRID_PAGE ; > ;
216cdf0e10cSrcweir			< "Print" ;  		RID_SW_TP_HTML_OPTPRINT_PAGE  ; > ;
217cdf0e10cSrcweir			< "Table" ;  		RID_SW_TP_HTML_OPTTABLE_PAGE  ; > ;
218cdf0e10cSrcweir			< "Background" ;  	RID_SW_TP_BACKGROUND  ; > ;
219cdf0e10cSrcweir		};
220cdf0e10cSrcweir	};
221cdf0e10cSrcweir	StringArray SID_SM_EDITOPTIONS
222cdf0e10cSrcweir	{
223cdf0e10cSrcweir		ItemList [ en-US ] =
224cdf0e10cSrcweir		{
225cdf0e10cSrcweir			< "%PRODUCTNAME Math" ; 0; > ;
226cdf0e10cSrcweir			< "Settings" ; SID_SM_TP_PRINTOPTIONS;> ;
227cdf0e10cSrcweir		};
228cdf0e10cSrcweir	};
229cdf0e10cSrcweir	StringArray SID_SC_EDITOPTIONS
230cdf0e10cSrcweir	{
231cdf0e10cSrcweir		ItemList [ en-US ] =
232cdf0e10cSrcweir		{
233cdf0e10cSrcweir			< "%PRODUCTNAME Calc" ; 0; > ;
234cdf0e10cSrcweir			< "General" ;			SID_SC_TP_LAYOUT			;> ;
235cdf0e10cSrcweir			< "View" ;			SID_SC_TP_CONTENT			;> ;
236cdf0e10cSrcweir			< "International" ;		RID_OFA_TP_INTERNATIONAL	;> ;
237cdf0e10cSrcweir			< "Calculate" ;			SID_SC_TP_CALC				;> ;
238cdf0e10cSrcweir			< "Sort Lists" ;		SID_SC_TP_USERLISTS			;> ;
239cdf0e10cSrcweir			< "Changes" ;		SID_SC_TP_CHANGES			;> ;
240cdf0e10cSrcweir			< "Grid" ;			SID_SC_TP_GRID				;> ;
241cdf0e10cSrcweir			< "Print" ;			RID_SC_TP_PRINT				;> ;
242cdf0e10cSrcweir		};
243cdf0e10cSrcweir	};
244cdf0e10cSrcweir	StringArray SID_SD_EDITOPTIONS
245cdf0e10cSrcweir	{
246cdf0e10cSrcweir		ItemList [ en-US ] =
247cdf0e10cSrcweir		{
248cdf0e10cSrcweir			< "%PRODUCTNAME Impress" ; 0; > ;
249cdf0e10cSrcweir			< "General";			SID_SI_TP_MISC					; > ;
250cdf0e10cSrcweir			< "View" ;			SID_SI_TP_CONTENTS				; > ;
251cdf0e10cSrcweir			< "Grid" ;			SID_SI_TP_SNAP					; > ;
252cdf0e10cSrcweir			< "Print" ;			SID_SI_TP_PRINT					; > ;
253cdf0e10cSrcweir		};
254cdf0e10cSrcweir	};
255cdf0e10cSrcweir	StringArray SID_SD_GRAPHIC_OPTIONS
256cdf0e10cSrcweir	{
257cdf0e10cSrcweir		ItemList [ en-US ] =
258cdf0e10cSrcweir		{
259cdf0e10cSrcweir			< "%PRODUCTNAME Draw" ; 0; > ;
260cdf0e10cSrcweir			< "General" ;			SID_SD_TP_MISC				; > ;
261cdf0e10cSrcweir			< "View" ;			SID_SD_TP_CONTENTS			; > ;
262cdf0e10cSrcweir			< "Grid" ;			SID_SD_TP_SNAP				; > ;
263cdf0e10cSrcweir			< "Print" ; 	 		SID_SD_TP_PRINT				; > ;
264cdf0e10cSrcweir		};
265cdf0e10cSrcweir	};
266cdf0e10cSrcweir	StringArray SID_SCH_EDITOPTIONS
267cdf0e10cSrcweir	{
268cdf0e10cSrcweir		ItemList [ en-US ] =
269cdf0e10cSrcweir		{
270cdf0e10cSrcweir			< "Charts" ; 0; > ;
271cdf0e10cSrcweir			< "Default Colors" ; 	 	RID_OPTPAGE_CHART_DEFCOLORS ; > ;
272cdf0e10cSrcweir		};
273cdf0e10cSrcweir	};
274cdf0e10cSrcweir	StringArray SID_FILTER_DLG
275cdf0e10cSrcweir	{
276cdf0e10cSrcweir		ItemList [ en-US ] =
277cdf0e10cSrcweir		{
278cdf0e10cSrcweir				< "Load/Save" ; 0; > ;
279cdf0e10cSrcweir			< "General" ;  RID_SFXPAGE_SAVE; > ;
280cdf0e10cSrcweir			< "VBA Properties" ;  SID_OPTFILTER_MSOFFICE; > ;
281cdf0e10cSrcweir			< "Microsoft Office" ;  RID_OFAPAGE_MSFILTEROPT2; > ;
282cdf0e10cSrcweir			< "HTML Compatibility" ; RID_OFAPAGE_HTMLOPT ; > ;
283cdf0e10cSrcweir		};
284cdf0e10cSrcweir	};
285cdf0e10cSrcweir	StringArray SID_SB_STARBASEOPTIONS
286cdf0e10cSrcweir	{
287cdf0e10cSrcweir		ItemList [ en-US ] =
288cdf0e10cSrcweir		{
289cdf0e10cSrcweir			< "%PRODUCTNAME Base" ; 0; > ;
290cdf0e10cSrcweir			< "Connections" ; SID_SB_CONNECTIONPOOLING; > ;
291cdf0e10cSrcweir			< "Databases" ; SID_SB_DBREGISTEROPTIONS; > ;
292cdf0e10cSrcweir		};
293cdf0e10cSrcweir	};
294cdf0e10cSrcweir};
295cdf0e10cSrcweirString RID_RIDER_SLL_SITE
296cdf0e10cSrcweir{
297cdf0e10cSrcweir	Text [ en-US ] = "Site certificates" ;
298cdf0e10cSrcweir};
299cdf0e10cSrcweirString RID_RIDER_SLL_PERSONAL
300cdf0e10cSrcweir{
301cdf0e10cSrcweir	Text [ en-US ] = "Personal certificates" ;
302cdf0e10cSrcweir};
303cdf0e10cSrcweir
304cdf0e10cSrcweir#define MASK_COL    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } ;
305cdf0e10cSrcweir#define IMGLST_IDLST \
306cdf0e10cSrcweir    IdList = {                      \
307cdf0e10cSrcweir        SID_GENERAL_OPTIONS;        \
308cdf0e10cSrcweir        SID_LANGUAGE_OPTIONS;       \
309cdf0e10cSrcweir        SID_INET_DLG;               \
310cdf0e10cSrcweir        SID_SW_EDITOPTIONS;         \
311cdf0e10cSrcweir        SID_SW_ONLINEOPTIONS;       \
312cdf0e10cSrcweir        SID_SC_EDITOPTIONS;         \
313cdf0e10cSrcweir        SID_SD_EDITOPTIONS;         \
314cdf0e10cSrcweir        SID_SD_GRAPHIC_OPTIONS;     \
315cdf0e10cSrcweir        SID_SM_EDITOPTIONS;         \
316cdf0e10cSrcweir        SID_SCH_EDITOPTIONS;        \
317cdf0e10cSrcweir        SID_SB_STARBASEOPTIONS;     \
318cdf0e10cSrcweir        SID_FILTER_DLG;             \
319cdf0e10cSrcweir    };                              \
320cdf0e10cSrcweir    IdCount = {                     \
321cdf0e10cSrcweir        12;                         \
322cdf0e10cSrcweir    };
323cdf0e10cSrcweir
324cdf0e10cSrcweirImageList RID_IMGLIST_TREEOPT
325cdf0e10cSrcweir{
326cdf0e10cSrcweir    Prefix = "tr";
327cdf0e10cSrcweir    MASK_COL
328cdf0e10cSrcweir    IMGLST_IDLST
329cdf0e10cSrcweir};
330cdf0e10cSrcweir
331cdf0e10cSrcweirImageList RID_IMGLIST_TREEOPT_HC
332cdf0e10cSrcweir{
333cdf0e10cSrcweir    Prefix = "trh";
334cdf0e10cSrcweir    MASK_COL
335cdf0e10cSrcweir    IMGLST_IDLST
336cdf0e10cSrcweir};
337cdf0e10cSrcweir
338