1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: treeopt.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include "treeopt.hrc"
32 #include <svx/dialogs.hrc>
35 #define IMAGE_STDBTN_COLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; }
37 ModalDialog RID_OFADLG_OPTIONS_TREE
39 HelpID = HID_OFADLG_OPTIONS_TREE;
44 Size = MAP_APPFONT ( COL_12 , ROW_5 ) ;
45 Text [ en-US ] = "Options";
49 Pos = MAP_APPFONT ( COL_4, ROW_3 ) ;
50 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
54 CancelButton PB_CANCEL
56 Pos = MAP_APPFONT ( COL_6, ROW_3 ) ;
57 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
62 Pos = MAP_APPFONT ( COL_8, ROW_3 ) ;
63 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
68 Pos = MAP_APPFONT ( COL_10, ROW_3 ) ;
69 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
71 Text [ en-US ] = "~Back" ;
76 Pos = MAP_APPFONT ( COL_1, ROW_1 ) ;
77 Size = MAP_APPFONT ( (COL_2-COL_1), (ROW_4-ROW_1) );
83 Pos = MAP_APPFONT ( COL_3, ROW_1 ) ;
84 Size = MAP_APPFONT ( WIDTH_PAGEFRAME, HEIGHT_PAGEFRAME ) ;
89 Pos = MAP_APPFONT ( COL_3_1, ROW_1_1 ) ;
90 Size = MAP_APPFONT ( WIDTH_IMG_HELP, HEIGHT_IMG_HELP ) ;
93 FixedText FT_PAGE_TITLE
95 Pos = MAP_APPFONT ( COL_3_3, ROW_1_2 ) ;
96 Size = MAP_APPFONT ( (COL_3_5-COL_3_3), 15 ) ;
101 Pos = MAP_APPFONT ( COL_3_1 , ROW_1_3 ) ;
102 Size = MAP_APPFONT ( (COL_3_5-COL_3_1), 1 ) ;
103 Comment = "Trennlinie" ;
106 FixedText FT_HELPTEXT
108 Pos = MAP_APPFONT ( COL_3_3, ROW_1_4 ) ;
109 Size = MAP_APPFONT ( (COL_3_5-COL_3_3), (HEIGHT_PAGEFRAME-ROW_1_4-1) ) ;
115 Text [ en-US ] = "The selected module could not be loaded.";
117 StringArray STR_HELPTEXTS
121 < "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; > ;
122 < "This is where you make settings concerning language and writing aids for your work with %PRODUCTNAME."; SID_LANGUAGE_OPTIONS; > ;
123 < "This is where you configure %PRODUCTNAME for the Internet. You can define search engines or save your proxy settings." ; SID_INET_DLG; > ;
124 < "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; > ;
125 < "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; > ;
126 < "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; > ;
127 < "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; > ;
128 < "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; > ;
129 < "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; > ;
130 < "This is where you specify general default settings for your %PRODUCTNAME Charts. Set the colors you want for all new charts." ; SID_SCH_EDITOPTIONS; > ;
131 < "This is where you define general settings for accessing external data sources."; SID_SB_STARBASEOPTIONS; > ;
132 < "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; > ;
135 Bitmap BMP_ROOT_CLOSED
139 Bitmap BMP_ROOT_OPENED
145 Resource RID_OFADLG_OPTIONS_TREE_PAGES
147 StringArray SID_GENERAL_OPTIONS
151 < "%PRODUCTNAME" ; 0; > ;
152 < "User Data" ; RID_SFXPAGE_GENERAL; > ;
153 < "General" ; OFA_TP_MISC; > ;
154 < "Memory" ; OFA_TP_MEMORY; > ;
155 < "View" ; OFA_TP_VIEW ; > ;
156 < "Print" ; RID_SFXPAGE_PRINTOPTIONS; > ;
157 < "Paths" ; RID_SFXPAGE_PATH; > ;
158 < "Colors" ; RID_SVXPAGE_COLOR; > ;
159 < "Fonts" ; RID_SVX_FONT_SUBSTITUTION ; > ;
160 < "Security" ; RID_SVXPAGE_INET_SECURITY ; > ;
161 < "Appearance" ; RID_SVXPAGE_COLORCONFIG ; > ;
162 < "Accessibility" ; RID_SVXPAGE_ACCESSIBILITYCONFIG ; > ;
163 < "Java" ; RID_SVXPAGE_OPTIONS_JAVA ; > ;
164 < "Network Identity" ; RID_SVXPAGE_SSO ; > ;
165 < "Online Update" ; RID_SVXPAGE_ONLINEUPDATE ; > ;
166 < "" ; RID_SVXPAGE_IMPROVEMENT ; > ;
169 StringArray SID_LANGUAGE_OPTIONS
173 < "Language Settings" ; 0; > ;
174 < "Languages"; OFA_TP_LANGUAGES; > ;
175 < "Writing Aids" ; RID_SFXPAGE_LINGU; > ;
176 < "Searching in Japanese" ; RID_SVXPAGE_JSEARCH_OPTIONS; > ;
177 < "Asian Layout" ; RID_SVXPAGE_ASIAN_LAYOUT; > ;
178 < "Complex Text Layout" ; RID_SVXPAGE_OPTIONS_CTL; >;
181 StringArray SID_INET_DLG
183 //modified by jmeng begin
186 < "Internet" ; 0; > ;
187 < "Proxy" ; RID_SVXPAGE_INET_PROXY; > ;
188 < "Search" ; RID_SVXPAGE_INET_SEARCH; > ;
189 < "E-mail" ; RID_SVXPAGE_INET_MAIL; > ;
190 < "Browser Plug-in" ; RID_SVXPAGE_INET_MOZPLUGIN; > ;
192 //modified by jmeng end
194 StringArray SID_SW_EDITOPTIONS
198 < "%PRODUCTNAME Writer" ; 0; > ;
199 < "General" ; RID_SW_TP_OPTLOAD_PAGE ; > ;
200 < "View" ; RID_SW_TP_CONTENT_OPT ;> ;
201 < "Formatting Aids" ; RID_SW_TP_OPTSHDWCRSR ; > ;
202 < "Grid" ; RID_SVXPAGE_GRID ; > ;
203 < "Basic Fonts (Western)" ;RID_SW_TP_STD_FONT ; > ;
204 < "Basic Fonts (Asian)" ;RID_SW_TP_STD_FONT_CJK ; > ;
205 < "Basic Fonts (CTL)" ; RID_SW_TP_STD_FONT_CTL ; > ;
206 < "Print" ; RID_SW_TP_OPTPRINT_PAGE ; > ;
207 < "Table" ; RID_SW_TP_OPTTABLE_PAGE ; > ;
208 < "Changes" ; RID_SW_TP_REDLINE_OPT ; > ;
209 < "Compatibility" ; RID_SW_TP_OPTCOMPATIBILITY_PAGE ; > ;
210 < "AutoCaption" ; RID_SW_TP_OPTCAPTION_PAGE ; > ;
211 < "Mail Merge E-mail" ; RID_SW_TP_MAILCONFIG ; >;
214 StringArray SID_SW_ONLINEOPTIONS
218 < "%PRODUCTNAME Writer/Web" ; 0; > ;
219 < "View" ; RID_SW_TP_HTML_CONTENT_OPT ;> ;
220 < "Formatting Aids" ; RID_SW_TP_HTML_OPTSHDWCRSR ; > ;
221 < "Grid" ; RID_SW_TP_HTML_OPTGRID_PAGE ; > ;
222 < "Print" ; RID_SW_TP_HTML_OPTPRINT_PAGE ; > ;
223 < "Table" ; RID_SW_TP_HTML_OPTTABLE_PAGE ; > ;
224 < "Background" ; RID_SW_TP_BACKGROUND ; > ;
227 StringArray SID_SM_EDITOPTIONS
231 < "%PRODUCTNAME Math" ; 0; > ;
232 < "Settings" ; SID_SM_TP_PRINTOPTIONS;> ;
235 StringArray SID_SC_EDITOPTIONS
239 < "%PRODUCTNAME Calc" ; 0; > ;
240 < "General" ; SID_SC_TP_LAYOUT ;> ;
241 < "View" ; SID_SC_TP_CONTENT ;> ;
242 < "International" ; RID_OFA_TP_INTERNATIONAL ;> ;
243 < "Calculate" ; SID_SC_TP_CALC ;> ;
244 < "Formula" ; SID_SC_TP_FORMULA ;> ;
245 < "Sort Lists" ; SID_SC_TP_USERLISTS ;> ;
246 < "Changes" ; SID_SC_TP_CHANGES ;> ;
247 < "Grid" ; SID_SC_TP_GRID ;> ;
248 < "Print" ; RID_SC_TP_PRINT ;> ;
251 StringArray SID_SD_EDITOPTIONS
255 < "%PRODUCTNAME Impress" ; 0; > ;
256 < "General"; SID_SI_TP_MISC ; > ;
257 < "View" ; SID_SI_TP_CONTENTS ; > ;
258 < "Grid" ; SID_SI_TP_SNAP ; > ;
259 < "Print" ; SID_SI_TP_PRINT ; > ;
262 StringArray SID_SD_GRAPHIC_OPTIONS
266 < "%PRODUCTNAME Draw" ; 0; > ;
267 < "General" ; SID_SD_TP_MISC ; > ;
268 < "View" ; SID_SD_TP_CONTENTS ; > ;
269 < "Grid" ; SID_SD_TP_SNAP ; > ;
270 < "Print" ; SID_SD_TP_PRINT ; > ;
273 StringArray SID_SCH_EDITOPTIONS
278 < "Default Colors" ; RID_OPTPAGE_CHART_DEFCOLORS ; > ;
281 StringArray SID_FILTER_DLG
285 < "Load/Save" ; 0; > ;
286 < "General" ; RID_SFXPAGE_SAVE; > ;
287 < "VBA Properties" ; SID_OPTFILTER_MSOFFICE; > ;
288 < "Microsoft Office" ; RID_OFAPAGE_MSFILTEROPT2; > ;
289 < "HTML Compatibility" ; RID_OFAPAGE_HTMLOPT ; > ;
292 StringArray SID_SB_STARBASEOPTIONS
296 < "%PRODUCTNAME Base" ; 0; > ;
297 < "Connections" ; SID_SB_CONNECTIONPOOLING; > ;
298 < "Databases" ; SID_SB_DBREGISTEROPTIONS; > ;
302 String RID_RIDER_SLL_SITE
304 Text [ en-US ] = "Site certificates" ;
306 String RID_RIDER_SLL_PERSONAL
308 Text [ en-US ] = "Personal certificates" ;
311 // RID_OFADLG_OPTIONS_TREE_WARNING ---------------------------------------
313 ModalDialog RID_OFADLG_OPTIONS_TREE_HINT
316 Size = MAP_APPFONT( 240, 105 );
321 Pos = MAP_APPFONT( 6, 6 );
322 Size = MAP_APPFONT( 30, 30 );
326 Pos = MAP_APPFONT( 39, 6 );
327 Size = MAP_APPFONT( 195, 60 );
329 Text [ en-US ] = "Please note: the settings displayed refer to the internal browser of %PRODUCTNAME (%PRODUCTNAME Writer/Web). In \"Tools - Options - Browser - External Browser\" the use of a different browser has been activated. In order to be able to use the same settings in other browsers you need to define these in the external browser settings.";
333 Pos = MAP_APPFONT( 39, 69 );
334 Size = MAP_APPFONT( 195, 12 );
335 Text [ en-US ] = "~Do not show information again";
339 Pos = MAP_APPFONT( 95, 85 );
340 Size = MAP_APPFONT( 50, 14 );
344 // ******************************************************************* EOF