xref: /trunk/main/cui/source/options/optpath.src (revision dfec5905470e2d65ae4b42a6e44455bb534cb66d)
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 // include --------------------------------------------------------------
24#include "optpath.hrc"
25#include <cuires.hrc>
26#ifndef _SFX_HRC
27#include <sfx2/sfx.hrc>
28#endif
29#include "helpid.hrc"
30
31 // RID_SFXPAGE_PATH -----------------------------------------------------
32TabPage RID_SFXPAGE_PATH
33{
34    HelpId = HID_OPTIONS_PATH ;
35    OutputSize = TRUE ;
36    SVLook = TRUE ;
37    Hide = TRUE ;
38    Size = MAP_APPFONT ( 260, 185 ) ;
39    Text [ en-US ] = "Paths" ;
40    FixedText FT_TYPE
41    {
42        Hide = TRUE;
43        Pos = MAP_APPFONT ( 12, 14 ) ;
44        Size = MAP_APPFONT ( 40, 10 ) ;
45        Text [ en-US ] = "Type" ;
46    };
47    FixedText FT_PATH
48    {
49        Hide = TRUE;
50        Pos = MAP_APPFONT ( 110, 14 ) ;
51        Size = MAP_APPFONT ( 40, 10 ) ;
52        Text [ en-US ] = "Path" ;
53    };
54    Control LB_PATH
55    {
56        Pos = MAP_APPFONT ( 12, 14 ) ;
57        Size = MAP_APPFONT ( 236, 147 ) ;
58        Border = TRUE ;
59        TabStop = TRUE ;
60    };
61    PushButton BTN_PATH
62    {
63        HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_PATH";
64        Pos = MAP_APPFONT ( 183, 165 ) ;
65        Size = MAP_APPFONT ( 65, 14 ) ;
66        Text [ en-US ] = "~Edit..." ;
67    };
68    PushButton BTN_STANDARD
69    {
70        HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_STANDARD";
71        Pos = MAP_APPFONT ( 115, 165 ) ;
72        Size = MAP_APPFONT ( 65, 14 ) ;
73        Text [ en-US ] = "~Default" ;
74    };
75    FixedLine GB_STD
76    {
77        Pos = MAP_APPFONT ( 6, 3 ) ;
78        Size = MAP_APPFONT ( 248, 8 ) ;
79        Text [ en-US ] = "Paths used by %PRODUCTNAME" ;
80    };
81    Image IMG_LOCK
82    {
83        ImageBitmap = Bitmap { File = "lock.png"; } ;
84    };
85    Image IMG_LOCK_HC
86    {
87        ImageBitmap = Bitmap { File = "lock_hc.png"; } ;
88    };
89    String STR_MULTIPATHDLG
90    {
91        Text [ en-US ] = "Edit Paths: %1" ;
92    };
93};
94ErrorBox RID_SVXERR_OPT_DOUBLEPATHS
95{
96    BUTTONS = WB_OK ;
97    DEFBUTTON = WB_DEF_OK ;
98    Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ;
99};
100 // ******************************************************************* EOF
101String RID_SVXSTR_KEY_CONFIG_DIR
102{
103    Text [ en-US ] = "Configuration" ;
104};
105String RID_SVXSTR_KEY_WORK_PATH
106{
107    Text [ en-US ] = "My Documents" ;
108};
109String RID_SVXSTR_KEY_GRAPHICS_PATH
110{
111    Text [ en-US ] = "Graphics" ;
112};
113String RID_SVXSTR_KEY_BITMAP_PATH
114{
115    Text [ en-US ] = "Icons" ;
116};
117String RID_SVXSTR_KEY_BASIC_PATH
118{
119    Text = "BASIC" ;
120};
121
122String RID_SVXSTR_KEY_PALETTE_PATH
123{
124    Text [ en-US ] = "Palettes" ;
125};
126String RID_SVXSTR_KEY_BACKUP_PATH
127{
128    Text [ en-US ] = "Backups" ;
129};
130String RID_SVXSTR_KEY_MODULES_PATH
131{
132    Text [ en-US ] = "Modules" ;
133};
134String RID_SVXSTR_KEY_TEMPLATE_PATH
135{
136    Text [ en-US ] = "Templates" ;
137};
138String RID_SVXSTR_KEY_GLOSSARY_PATH
139{
140    Text [ en-US ] = "AutoText" ;
141};
142String RID_SVXSTR_KEY_DICTIONARY_PATH
143{
144    Text [ en-US ] = "Dictionaries" ;
145};
146String RID_SVXSTR_KEY_HELP_DIR
147{
148    Text [ en-US ] = "Help" ;
149};
150String RID_SVXSTR_KEY_GALLERY_DIR
151{
152    Text [ en-US ] = "Gallery" ;
153};
154
155String RID_SVXSTR_KEY_STORAGE_DIR
156{
157    Text [ en-US ] = "Message Storage" ;
158};
159String RID_SVXSTR_KEY_TEMP_PATH
160{
161    Text [ en-US ] = "Temporary files" ;
162};
163String RID_SVXSTR_KEY_PLUGINS_PATH
164{
165    Text [ en-US ] = "Plug-ins" ;
166};
167String RID_SVXSTR_KEY_FAVORITES_DIR
168{
169    Text [ en-US ] = "Folder Bookmarks" ;
170};
171String RID_SVXSTR_KEY_FILTER_PATH
172{
173    Text [ en-US ] = "Filters" ;
174};
175String RID_SVXSTR_KEY_ADDINS_PATH
176{
177    Text [ en-US ] = "Add-ins" ;
178};
179String RID_SVXSTR_KEY_USERCONFIG_PATH
180{
181    Text [ en-US ] = "User Configuration" ;
182};
183String RID_SVXSTR_KEY_USERDICTIONARY_DIR
184{
185    Text [ en-US ] = "User-defined dictionaries" ;
186};
187String RID_SVXSTR_KEY_AUTOCORRECT_DIR
188{
189    Text [ en-US ] = "AutoCorrect" ;
190};
191String RID_SVXSTR_KEY_LINGUISTIC_DIR
192{
193    Text [ en-US ] = "Writing aids" ;
194};
195
196