bump product version to 4.1.6.2
[LibreOffice.git] / cui / source / options / treeopt.src
blobaf8e33208a2793182ba37552f5bceb5a26a02601
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "treeopt.hrc"
21 #include <cuires.hrc>
22 #include "helpid.hrc"
23 #include <svx/dialogs.hrc>
25 #define IMAGE_STDBTN_COLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; }
27 ModalDialog RID_OFADLG_OPTIONS_TREE
29     HelpID = HID_OFADLG_OPTIONS_TREE;
30     Moveable = TRUE ;
31     OutputSize = TRUE ;
32     SVLook = TRUE ;
34     Size = MAP_APPFONT ( COL_12 , ROW_6 ) ;
35     Text [ en-US ] = "Options";
37     OKButton PB_OK
38     {
39         Pos = MAP_APPFONT ( COL_4, ROW_4 ) ;
40         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
41         TabStop = TRUE ;
42         DefButton = TRUE;
43     };
44     CancelButton PB_CANCEL
45     {
46         Pos = MAP_APPFONT ( COL_6, ROW_4 ) ;
47         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
48         TabStop = TRUE ;
49     };
50     HelpButton PB_HELP
51     {
52         Pos = MAP_APPFONT ( COL_8, ROW_4 ) ;
53         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
54         TabStop = TRUE ;
55     };
56     PushButton PB_BACK
57     {
58         HelpID = "cui:PushButton:RID_OFADLG_OPTIONS_TREE:PB_BACK";
59         Pos = MAP_APPFONT ( COL_10, ROW_4 ) ;
60         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
61         TabStop = TRUE ;
62         Text [ en-US ] = "~Revert" ;
63     };
64     //TreeListBox
65     Control TLB_PAGES
66     {
67         Pos = MAP_APPFONT ( COL_1, ROW_1 ) ;
68         Size = MAP_APPFONT ( (COL_2-COL_1), (ROW_5-ROW_1) );
69         TabStop = TRUE ;
70         Border = TRUE;
71     };
72     FixedLine FL_SEPARATOR
73     {
74         Pos = MAP_APPFONT ( COL_3, ROW_3 ) ;
75         Size = MAP_APPFONT ( WIDTH_PAGEFRAME, ROW_4-ROW_3 ) ;
76     };
77     String ST_LOAD_ERROR
78     {
79         Text [ en-US ] = "The selected module could not be loaded.";
80     };
83 Resource RID_OFADLG_OPTIONS_TREE_PAGES
85     StringArray SID_GENERAL_OPTIONS
86     {
87         ItemList [ en-US ] =
88         {
89             < "%PRODUCTNAME" ; 0; > ;
90             < "User Data" ;  RID_SFXPAGE_GENERAL; > ;
91             < "General" ;  OFA_TP_MISC; > ;
92             < "Memory" ; OFA_TP_MEMORY; > ;
93             < "View" ; OFA_TP_VIEW ; > ;
94             < "Print" ; RID_SFXPAGE_PRINTOPTIONS; > ;
95             < "Paths" ;  RID_SFXPAGE_PATH; > ;
96             < "Colors" ;  RID_SVXPAGE_COLOR; > ;
97             < "Fonts" ; RID_SVX_FONT_SUBSTITUTION ; > ;
98             < "Security" ; RID_SVXPAGE_INET_SECURITY ; > ;
99             < "Personalization" ; RID_SVXPAGE_PERSONALIZATION ; > ;
100             < "Appearance" ;        RID_SVXPAGE_COLORCONFIG        ; > ;
101             < "Accessibility" ; RID_SVXPAGE_ACCESSIBILITYCONFIG ; > ;
102             < "Advanced" ; RID_SVXPAGE_OPTIONS_JAVA ; > ;
103             < "Online Update" ; RID_SVXPAGE_ONLINEUPDATE ; > ;
104         };
105     };
106     StringArray SID_LANGUAGE_OPTIONS
107     {
108         ItemList [ en-US ] =
109         {
110             < "Language Settings" ; 0; > ;
111             < "Languages"; OFA_TP_LANGUAGES; > ;
112             < "Writing Aids" ; RID_SFXPAGE_LINGU; > ;
113             < "Searching in Japanese" ;  RID_SVXPAGE_JSEARCH_OPTIONS; > ;
114             < "Asian Layout" ;  RID_SVXPAGE_ASIAN_LAYOUT; > ;
115             < "Complex Text Layout" ;  RID_SVXPAGE_OPTIONS_CTL; >;
116         };
117     };
118     StringArray SID_INET_DLG
119     {
120         //modified by jmeng begin
121         ItemList [ en-US ] =
122         {
123             < "Internet" ; 0; > ;
124             < "Proxy" ;  RID_SVXPAGE_INET_PROXY; > ;
125             < "E-mail" ;  RID_SVXPAGE_INET_MAIL; > ;
126             < "Browser Plug-in" ;  RID_SVXPAGE_INET_MOZPLUGIN; > ;
127         };
128         //modified by jmeng end
129     };
130     StringArray SID_SW_EDITOPTIONS
131     {
132         ItemList [ en-US ] =
133         {
134             < "%PRODUCTNAME Writer" ; 0; > ;
135             < "General" ;     RID_SW_TP_OPTLOAD_PAGE   ; > ;
136             < "View" ;       RID_SW_TP_CONTENT_OPT   ;> ;
137             < "Formatting Aids" ;        RID_SW_TP_OPTSHDWCRSR    ; > ;
138             < "Grid" ;        RID_SVXPAGE_GRID        ; > ;
139             < "Basic Fonts (Western)" ;RID_SW_TP_STD_FONT       ; > ;
140             < "Basic Fonts (Asian)" ;RID_SW_TP_STD_FONT_CJK       ; > ;
141             < "Basic Fonts (CTL)" ;      RID_SW_TP_STD_FONT_CTL       ; > ;
142             < "Print" ;       RID_SW_TP_OPTPRINT_PAGE  ; > ;
143             < "Table" ;         RID_SW_TP_OPTTABLE_PAGE  ; > ;
144             < "Changes" ;    RID_SW_TP_REDLINE_OPT    ; > ;
145             < "Comparison" ; RID_SW_TP_COMPARISON_OPT ; > ;
146             < "Compatibility" ; RID_SW_TP_OPTCOMPATIBILITY_PAGE    ; > ;
147             < "AutoCaption" ; RID_SW_TP_OPTCAPTION_PAGE ; > ;
148             < "Mail Merge E-mail" ; RID_SW_TP_MAILCONFIG ; >;
149         };
150     };
151     StringArray SID_SW_ONLINEOPTIONS
152     {
153         ItemList [ en-US ] =
154         {
155             < "%PRODUCTNAME Writer/Web" ; 0; > ;
156             < "View" ;       RID_SW_TP_HTML_CONTENT_OPT      ;> ;
157             < "Formatting Aids" ;        RID_SW_TP_HTML_OPTSHDWCRSR    ; > ;
158             < "Grid" ;        RID_SW_TP_HTML_OPTGRID_PAGE ; > ;
159             < "Print" ;         RID_SW_TP_HTML_OPTPRINT_PAGE  ; > ;
160             < "Table" ;         RID_SW_TP_HTML_OPTTABLE_PAGE  ; > ;
161             < "Background" ;    RID_SW_TP_BACKGROUND  ; > ;
162         };
163     };
164     StringArray SID_SM_EDITOPTIONS
165     {
166         ItemList [ en-US ] =
167         {
168             < "%PRODUCTNAME Math" ; 0; > ;
169             < "Settings" ; SID_SM_TP_PRINTOPTIONS;> ;
170         };
171     };
172     StringArray SID_SC_EDITOPTIONS
173     {
174         ItemList [ en-US ] =
175         {
176             < "%PRODUCTNAME Calc" ; 0; > ;
177             < "General" ;           SID_SC_TP_LAYOUT            ;> ;
178             < "Defaults" ;          RID_SC_TP_DEFAULTS          ;> ;
179             < "View" ;          SID_SC_TP_CONTENT           ;> ;
180             < "International" ;     RID_OFA_TP_INTERNATIONAL    ;> ;
181             < "Calculate" ;         SID_SC_TP_CALC              ;> ;
182             < "Formula" ;       SID_SC_TP_FORMULA ;> ;
183             < "Sort Lists" ;        SID_SC_TP_USERLISTS         ;> ;
184             < "Changes" ;       SID_SC_TP_CHANGES           ;> ;
185             < "Compatibility" ; SID_SC_TP_COMPATIBILITY ;> ;
186             < "Grid" ;          SID_SC_TP_GRID              ;> ;
187             < "Print" ;         RID_SC_TP_PRINT             ;> ;
188         };
189     };
190     StringArray SID_SD_EDITOPTIONS
191     {
192         ItemList [ en-US ] =
193         {
194             < "%PRODUCTNAME Impress" ; 0; > ;
195             < "General";            SID_SI_TP_MISC                  ; > ;
196             < "View" ;          SID_SI_TP_CONTENTS              ; > ;
197             < "Grid" ;          SID_SI_TP_SNAP                  ; > ;
198             < "Print" ;         SID_SI_TP_PRINT                 ; > ;
199         };
200     };
201     StringArray SID_SD_GRAPHIC_OPTIONS
202     {
203         ItemList [ en-US ] =
204         {
205             < "%PRODUCTNAME Draw" ; 0; > ;
206             < "General" ;           SID_SD_TP_MISC              ; > ;
207             < "View" ;          SID_SD_TP_CONTENTS          ; > ;
208             < "Grid" ;          SID_SD_TP_SNAP              ; > ;
209             < "Print" ;             SID_SD_TP_PRINT             ; > ;
210         };
211     };
212     StringArray SID_SCH_EDITOPTIONS
213     {
214         ItemList [ en-US ] =
215         {
216             < "Charts" ; 0; > ;
217             < "Default Colors" ;        RID_OPTPAGE_CHART_DEFCOLORS ; > ;
218         };
219     };
220     StringArray SID_FILTER_DLG
221     {
222         ItemList [ en-US ] =
223         {
224                 < "Load/Save" ; 0; > ;
225             < "General" ;  RID_SFXPAGE_SAVE; > ;
226             < "VBA Properties" ;  SID_OPTFILTER_MSOFFICE; > ;
227             < "Microsoft Office" ;  RID_OFAPAGE_MSFILTEROPT2; > ;
228             < "HTML Compatibility" ; RID_OFAPAGE_HTMLOPT ; > ;
229         };
230     };
231     StringArray SID_SB_STARBASEOPTIONS
232     {
233         ItemList [ en-US ] =
234         {
235             < "%PRODUCTNAME Base" ; 0; > ;
236             < "Connections" ; SID_SB_CONNECTIONPOOLING; > ;
237             < "Databases" ; SID_SB_DBREGISTEROPTIONS; > ;
238         };
239     };
241 String RID_RIDER_SLL_SITE
243     Text [ en-US ] = "Site certificates" ;
245 String RID_RIDER_SLL_PERSONAL
247     Text [ en-US ] = "Personal certificates" ;
250 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */