bump product version to 5.0.4.1
[LibreOffice.git] / cui / source / options / treeopt.src
blobfac9779839cefc297ac5f87809a3929f7d87987a
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 <cuires.hrc>
21 #include "helpid.hrc"
22 #include <svx/dialogs.hrc>
24 Resource RID_OFADLG_OPTIONS_TREE_PAGES
26     StringArray SID_GENERAL_OPTIONS
27     {
28         ItemList [ en-US ] =
29         {
30             < "%PRODUCTNAME" ; 0; > ;
31             < "User Data" ;  RID_SFXPAGE_GENERAL; > ;
32             < "General" ;  OFA_TP_MISC; > ;
33             < "Memory" ; OFA_TP_MEMORY; > ;
34             < "View" ; OFA_TP_VIEW ; > ;
35             < "Print" ; RID_SFXPAGE_PRINTOPTIONS; > ;
36             < "Paths" ;  RID_SFXPAGE_PATH; > ;
37             < "Colors" ;  RID_SVXPAGE_COLOR; > ;
38             < "Fonts" ; RID_SVX_FONT_SUBSTITUTION ; > ;
39             < "Security" ; RID_SVXPAGE_INET_SECURITY ; > ;
40             < "Personalization" ; RID_SVXPAGE_PERSONALIZATION ; > ;
41             < "Appearance" ;        RID_SVXPAGE_COLORCONFIG        ; > ;
42             < "Accessibility" ; RID_SVXPAGE_ACCESSIBILITYCONFIG ; > ;
43             < "Advanced" ; RID_SVXPAGE_OPTIONS_JAVA ; > ;
44             < "Basic IDE Options" ; RID_SVXPAGE_BASICIDE_OPTIONS ; > ;
45             < "Online Update" ; RID_SVXPAGE_ONLINEUPDATE ; > ;
46             < "OpenCL" ; RID_SVXPAGE_OPENCL ; > ;
47         };
48     };
49     StringArray SID_LANGUAGE_OPTIONS
50     {
51         ItemList [ en-US ] =
52         {
53             < "Language Settings" ; 0; > ;
54             < "Languages"; OFA_TP_LANGUAGES; > ;
55             < "Writing Aids" ; RID_SFXPAGE_LINGU; > ;
56             < "Searching in Japanese" ;  RID_SVXPAGE_JSEARCH_OPTIONS; > ;
57             < "Asian Layout" ;  RID_SVXPAGE_ASIAN_LAYOUT; > ;
58             < "Complex Text Layout" ;  RID_SVXPAGE_OPTIONS_CTL; >;
59         };
60     };
61     StringArray SID_INET_DLG
62     {
63         ItemList [ en-US ] =
64         {
65             < "Internet" ; 0; > ;
66             < "Proxy" ;  RID_SVXPAGE_INET_PROXY; > ;
67             < "E-mail" ;  RID_SVXPAGE_INET_MAIL; > ;
68         };
69     };
70     StringArray SID_SW_EDITOPTIONS
71     {
72         ItemList [ en-US ] =
73         {
74             < "%PRODUCTNAME Writer" ; 0; > ;
75             < "General" ;     RID_SW_TP_OPTLOAD_PAGE   ; > ;
76             < "View" ;       RID_SW_TP_CONTENT_OPT   ;> ;
77             < "Formatting Aids" ;        RID_SW_TP_OPTSHDWCRSR    ; > ;
78             < "Grid" ;        RID_SVXPAGE_GRID        ; > ;
79             < "Basic Fonts (Western)" ;RID_SW_TP_STD_FONT       ; > ;
80             < "Basic Fonts (Asian)" ;RID_SW_TP_STD_FONT_CJK       ; > ;
81             < "Basic Fonts (CTL)" ;      RID_SW_TP_STD_FONT_CTL       ; > ;
82             < "Print" ;       RID_SW_TP_OPTPRINT_PAGE  ; > ;
83             < "Table" ;         RID_SW_TP_OPTTABLE_PAGE  ; > ;
84             < "Changes" ;    RID_SW_TP_REDLINE_OPT    ; > ;
85             < "Comparison" ; RID_SW_TP_COMPARISON_OPT ; > ;
86             < "Compatibility" ; RID_SW_TP_OPTCOMPATIBILITY_PAGE    ; > ;
87             < "AutoCaption" ; RID_SW_TP_OPTCAPTION_PAGE ; > ;
88             < "Mail Merge E-mail" ; RID_SW_TP_MAILCONFIG ; >;
89         };
90     };
91     StringArray SID_SW_ONLINEOPTIONS
92     {
93         ItemList [ en-US ] =
94         {
95             < "%PRODUCTNAME Writer/Web" ; 0; > ;
96             < "View" ;       RID_SW_TP_HTML_CONTENT_OPT      ;> ;
97             < "Formatting Aids" ;        RID_SW_TP_HTML_OPTSHDWCRSR    ; > ;
98             < "Grid" ;        RID_SW_TP_HTML_OPTGRID_PAGE ; > ;
99             < "Print" ;         RID_SW_TP_HTML_OPTPRINT_PAGE  ; > ;
100             < "Table" ;         RID_SW_TP_HTML_OPTTABLE_PAGE  ; > ;
101             < "Background" ;    RID_SW_TP_BACKGROUND  ; > ;
102         };
103     };
104     StringArray SID_SM_EDITOPTIONS
105     {
106         ItemList [ en-US ] =
107         {
108             < "%PRODUCTNAME Math" ; 0; > ;
109             < "Settings" ; SID_SM_TP_PRINTOPTIONS;> ;
110         };
111     };
112     StringArray SID_SC_EDITOPTIONS
113     {
114         ItemList [ en-US ] =
115         {
116             < "%PRODUCTNAME Calc" ; 0; > ;
117             < "General" ;           SID_SC_TP_LAYOUT            ;> ;
118             < "Defaults" ;          RID_SC_TP_DEFAULTS          ;> ;
119             < "View" ;          SID_SC_TP_CONTENT           ;> ;
120             < "Calculate" ;         SID_SC_TP_CALC              ;> ;
121             < "Formula" ;       SID_SC_TP_FORMULA ;> ;
122             < "Sort Lists" ;        SID_SC_TP_USERLISTS         ;> ;
123             < "Changes" ;       SID_SC_TP_CHANGES           ;> ;
124             < "Compatibility" ; SID_SC_TP_COMPATIBILITY ;> ;
125             < "Grid" ;          SID_SC_TP_GRID              ;> ;
126             < "Print" ;         RID_SC_TP_PRINT             ;> ;
127         };
128     };
129     StringArray SID_SD_EDITOPTIONS
130     {
131         ItemList [ en-US ] =
132         {
133             < "%PRODUCTNAME Impress" ; 0; > ;
134             < "General";            SID_SI_TP_MISC                  ; > ;
135             < "View" ;          SID_SI_TP_CONTENTS              ; > ;
136             < "Grid" ;          SID_SI_TP_SNAP                  ; > ;
137             < "Print" ;         SID_SI_TP_PRINT                 ; > ;
138         };
139     };
140     StringArray SID_SD_GRAPHIC_OPTIONS
141     {
142         ItemList [ en-US ] =
143         {
144             < "%PRODUCTNAME Draw" ; 0; > ;
145             < "General" ;           SID_SD_TP_MISC              ; > ;
146             < "View" ;          SID_SD_TP_CONTENTS          ; > ;
147             < "Grid" ;          SID_SD_TP_SNAP              ; > ;
148             < "Print" ;             SID_SD_TP_PRINT             ; > ;
149         };
150     };
151     StringArray SID_SCH_EDITOPTIONS
152     {
153         ItemList [ en-US ] =
154         {
155             < "Charts" ; 0; > ;
156             < "Default Colors" ;        RID_OPTPAGE_CHART_DEFCOLORS ; > ;
157         };
158     };
159     StringArray SID_FILTER_DLG
160     {
161         ItemList [ en-US ] =
162         {
163                 < "Load/Save" ; 0; > ;
164             < "General" ;  RID_SFXPAGE_SAVE; > ;
165             < "VBA Properties" ;  SID_OPTFILTER_MSOFFICE; > ;
166             < "Microsoft Office" ;  RID_OFAPAGE_MSFILTEROPT2; > ;
167             < "HTML Compatibility" ; RID_OFAPAGE_HTMLOPT ; > ;
168         };
169     };
170     StringArray SID_SB_STARBASEOPTIONS
171     {
172         ItemList [ en-US ] =
173         {
174             < "%PRODUCTNAME Base" ; 0; > ;
175             < "Connections" ; SID_SB_CONNECTIONPOOLING; > ;
176             < "Databases" ; SID_SB_DBREGISTEROPTIONS; > ;
177         };
178     };
181 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */