xref: /AOO41X/main/cui/source/options/optpath.src (revision 54628ca40d27d15cc98fe861da7fff7e60c2f7d6)
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 -----------------------------------------------------
32#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
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.bmp"; };
85        MaskColor = STD_MASKCOLOR;
86    };
87    Image IMG_LOCK_HC
88    {
89        ImageBitmap = Bitmap { File = "lock_hc.bmp"; };
90        MaskColor = STD_MASKCOLOR;
91    };
92    String STR_MULTIPATHDLG
93    {
94        Text [ en-US ] = "Edit Paths: %1" ;
95    };
96};
97ErrorBox RID_SVXERR_OPT_DOUBLEPATHS
98{
99    BUTTONS = WB_OK ;
100    DEFBUTTON = WB_DEF_OK ;
101    Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ;
102};
103 // ******************************************************************* EOF
104String RID_SVXSTR_KEY_CONFIG_DIR
105{
106    Text [ en-US ] = "Configuration" ;
107};
108String RID_SVXSTR_KEY_WORK_PATH
109{
110    Text [ en-US ] = "My Documents" ;
111};
112String RID_SVXSTR_KEY_GRAPHICS_PATH
113{
114    Text [ en-US ] = "Graphics" ;
115};
116String RID_SVXSTR_KEY_BITMAP_PATH
117{
118    Text [ en-US ] = "Icons" ;
119};
120String RID_SVXSTR_KEY_BASIC_PATH
121{
122    Text = "BASIC" ;
123};
124
125String RID_SVXSTR_KEY_PALETTE_PATH
126{
127    Text [ en-US ] = "Palettes" ;
128};
129String RID_SVXSTR_KEY_BACKUP_PATH
130{
131    Text [ en-US ] = "Backups" ;
132};
133String RID_SVXSTR_KEY_MODULES_PATH
134{
135    Text [ en-US ] = "Modules" ;
136};
137String RID_SVXSTR_KEY_TEMPLATE_PATH
138{
139    Text [ en-US ] = "Templates" ;
140};
141String RID_SVXSTR_KEY_GLOSSARY_PATH
142{
143    Text [ en-US ] = "AutoText";
144};
145String RID_SVXSTR_KEY_DICTIONARY_PATH
146{
147    Text [ en-US ] = "Dictionaries" ;
148};
149String RID_SVXSTR_KEY_HELP_DIR
150{
151    Text [ en-US ] = "Help" ;
152};
153String RID_SVXSTR_KEY_GALLERY_DIR
154{
155    Text [ en-US ] = "Gallery" ;
156};
157
158String RID_SVXSTR_KEY_STORAGE_DIR
159{
160    Text [ en-US ] = "Message Storage" ;
161};
162String RID_SVXSTR_KEY_TEMP_PATH
163{
164    Text [ en-US ] = "Temporary files";
165};
166String RID_SVXSTR_KEY_PLUGINS_PATH
167{
168    Text [ en-US ] = "Plug-ins";
169};
170String RID_SVXSTR_KEY_FAVORITES_DIR
171{
172    Text [ en-US ] = "Folder Bookmarks";
173};
174String RID_SVXSTR_KEY_FILTER_PATH
175{
176    Text [ en-US ] = "Filters";
177};
178String RID_SVXSTR_KEY_ADDINS_PATH
179{
180    Text [ en-US ] = "Add-ins";
181};
182String RID_SVXSTR_KEY_USERCONFIG_PATH
183{
184    Text [ en-US ] = "User Configuration";
185};
186String RID_SVXSTR_KEY_USERDICTIONARY_DIR
187{
188    Text [ en-US ] = "User-defined dictionaries";
189};
190String RID_SVXSTR_KEY_AUTOCORRECT_DIR
191{
192    Text [ en-US ] = "AutoCorrect";
193};
194String RID_SVXSTR_KEY_LINGUISTIC_DIR
195{
196    Text [ en-US ] = "Writing aids";
197};
198
199