xref: /trunk/main/cui/source/options/optpath.src (revision 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24// include --------------------------------------------------------------
25#include "optpath.hrc"
26#include <cuires.hrc>
27#ifndef _SFX_HRC
28#include <sfx2/sfx.hrc>
29#endif
30#include "helpid.hrc"
31
32// RID_SFXPAGE_PATH -----------------------------------------------------
33TabPage RID_SFXPAGE_PATH
34{
35    HelpId = HID_OPTIONS_PATH ;
36    OutputSize = TRUE ;
37    SVLook = TRUE ;
38    Hide = TRUE ;
39    Size = MAP_APPFONT ( 260, 185 ) ;
40    Text [ en-US ] = "Paths" ;
41    FixedText FT_TYPE
42    {
43        Hide = TRUE ;
44        Pos = MAP_APPFONT ( 12, 14 ) ;
45        Size = MAP_APPFONT ( 40, 10 ) ;
46        Text [ en-US ] = "Type" ;
47    };
48    FixedText FT_PATH
49    {
50        Hide = TRUE ;
51        Pos = MAP_APPFONT ( 110, 14 ) ;
52        Size = MAP_APPFONT ( 40, 10 ) ;
53        Text [ en-US ] = "Path" ;
54    };
55    Control LB_PATH
56    {
57        Pos = MAP_APPFONT ( 12, 14 ) ;
58        Size = MAP_APPFONT ( 236, 147 ) ;
59        Border = TRUE ;
60        TabStop = TRUE ;
61    };
62    PushButton BTN_PATH
63    {
64        HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_PATH" ;
65        Pos = MAP_APPFONT ( 183, 165 ) ;
66        Size = MAP_APPFONT ( 65, 14 ) ;
67        Text [ en-US ] = "~Edit..." ;
68    };
69    PushButton BTN_STANDARD
70    {
71        HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_STANDARD" ;
72        Pos = MAP_APPFONT ( 115, 165 ) ;
73        Size = MAP_APPFONT ( 65, 14 ) ;
74        Text [ en-US ] = "~Default" ;
75    };
76    FixedLine GB_STD
77    {
78        Pos = MAP_APPFONT ( 6, 3 ) ;
79        Size = MAP_APPFONT ( 248, 8 ) ;
80        Text [ en-US ] = "Paths used by %PRODUCTNAME" ;
81    };
82    Image IMG_LOCK
83    {
84        ImageBitmap = Bitmap { File = "lock.png" ; } ;
85    };
86    Image IMG_LOCK_HC
87    {
88        ImageBitmap = Bitmap { File = "lock_hc.png" ; } ;
89    };
90    String STR_MULTIPATHDLG
91    {
92        Text [ en-US ] = "Edit Paths: %1" ;
93    };
94};
95ErrorBox RID_SVXERR_OPT_DOUBLEPATHS
96{
97    BUTTONS = WB_OK ;
98    DEFBUTTON = WB_DEF_OK ;
99    Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ;
100};
101 // ******************************************************************* EOF
102String RID_SVXSTR_KEY_CONFIG_DIR
103{
104    Text [ en-US ] = "Configuration" ;
105};
106String RID_SVXSTR_KEY_WORK_PATH
107{
108    Text [ en-US ] = "My Documents" ;
109};
110String RID_SVXSTR_KEY_GRAPHICS_PATH
111{
112    Text [ en-US ] = "Graphics" ;
113};
114String RID_SVXSTR_KEY_BASIC_PATH
115{
116    Text = "BASIC" ;
117};
118
119String RID_SVXSTR_KEY_PALETTE_PATH
120{
121    Text [ en-US ] = "Palettes" ;
122};
123String RID_SVXSTR_KEY_BACKUP_PATH
124{
125    Text [ en-US ] = "Backups" ;
126};
127String RID_SVXSTR_KEY_MODULES_PATH
128{
129    Text [ en-US ] = "Modules" ;
130};
131String RID_SVXSTR_KEY_TEMPLATE_PATH
132{
133    Text [ en-US ] = "Templates" ;
134};
135String RID_SVXSTR_KEY_GLOSSARY_PATH
136{
137    Text [ en-US ] = "AutoText" ;
138};
139String RID_SVXSTR_KEY_DICTIONARY_PATH
140{
141    Text [ en-US ] = "Dictionaries" ;
142};
143String RID_SVXSTR_KEY_HELP_DIR
144{
145    Text [ en-US ] = "Help" ;
146};
147String RID_SVXSTR_KEY_GALLERY_DIR
148{
149    Text [ en-US ] = "Gallery" ;
150};
151
152String RID_SVXSTR_KEY_STORAGE_DIR
153{
154    Text [ en-US ] = "Message Storage" ;
155};
156String RID_SVXSTR_KEY_TEMP_PATH
157{
158    Text [ en-US ] = "Temporary files" ;
159};
160String RID_SVXSTR_KEY_PLUGINS_PATH
161{
162    Text [ en-US ] = "Plug-ins" ;
163};
164String RID_SVXSTR_KEY_FAVORITES_DIR
165{
166    Text [ en-US ] = "Folder Bookmarks" ;
167};
168String RID_SVXSTR_KEY_FILTER_PATH
169{
170    Text [ en-US ] = "Filters" ;
171};
172String RID_SVXSTR_KEY_ADDINS_PATH
173{
174    Text [ en-US ] = "Add-ins" ;
175};
176String RID_SVXSTR_KEY_USERCONFIG_PATH
177{
178    Text [ en-US ] = "User Configuration" ;
179};
180String RID_SVXSTR_KEY_USERDICTIONARY_DIR
181{
182    Text [ en-US ] = "User-defined dictionaries" ;
183};
184String RID_SVXSTR_KEY_AUTOCORRECT_DIR
185{
186    Text [ en-US ] = "AutoCorrect" ;
187};
188String RID_SVXSTR_KEY_LINGUISTIC_DIR
189{
190    Text [ en-US ] = "Writing aids" ;
191};
192
193// ********************************************************************** EOF
194