xref: /AOO41X/main/cui/source/options/optpath.src (revision cfaf75ede1a1c20f04cded528fcff3e4688768e5)
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 -----------------------------------------------------
33#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
34TabPage RID_SFXPAGE_PATH
35{
36    HelpId = HID_OPTIONS_PATH ;
37    OutputSize = TRUE ;
38    SVLook = TRUE ;
39    Hide = TRUE ;
40    Size = MAP_APPFONT ( 260 , 185 ) ;
41    Text [ en-US ] = "Paths" ;
42    FixedText FT_TYPE
43    {
44        Hide = TRUE;
45        Pos = MAP_APPFONT ( 12 , 14 ) ;
46        Size = MAP_APPFONT ( 40 , 10 ) ;
47        Text [ en-US ] = "Type" ;
48    };
49    FixedText FT_PATH
50    {
51        Hide = TRUE;
52        Pos = MAP_APPFONT ( 110 , 14 ) ;
53        Size = MAP_APPFONT ( 40 , 10 ) ;
54        Text [ en-US ] = "Path" ;
55    };
56    Control LB_PATH
57    {
58        Pos = MAP_APPFONT ( 12 , 14 ) ;
59        Size = MAP_APPFONT ( 236 , 147 ) ;
60        Border = TRUE ;
61        TabStop = TRUE;
62    };
63    PushButton BTN_PATH
64    {
65        HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_PATH";
66        Pos = MAP_APPFONT ( 183 , 165 ) ;
67        Size = MAP_APPFONT ( 65 , 14 ) ;
68        Text [ en-US ] = "~Edit..." ;
69    };
70    PushButton BTN_STANDARD
71    {
72        HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_STANDARD";
73        Pos = MAP_APPFONT ( 115 , 165 ) ;
74        Size = MAP_APPFONT ( 65 , 14 ) ;
75        Text [ en-US ] = "~Default" ;
76    };
77    FixedLine GB_STD
78    {
79        Pos = MAP_APPFONT ( 6 , 3 ) ;
80        Size = MAP_APPFONT ( 248 , 8 ) ;
81        Text [ en-US ] = "Paths used by %PRODUCTNAME" ;
82    };
83    Image IMG_LOCK
84    {
85        ImageBitmap = Bitmap { File = "lock.bmp"; };
86        MaskColor = STD_MASKCOLOR;
87    };
88    Image IMG_LOCK_HC
89    {
90        ImageBitmap = Bitmap { File = "lock_hc.bmp"; };
91        MaskColor = STD_MASKCOLOR;
92    };
93    String STR_MULTIPATHDLG
94    {
95        Text [ en-US ] = "Edit Paths: %1" ;
96    };
97};
98ErrorBox RID_SVXERR_OPT_DOUBLEPATHS
99{
100    BUTTONS = WB_OK ;
101    DEFBUTTON = WB_DEF_OK ;
102    Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ;
103};
104// ******************************************************************* EOF
105String RID_SVXSTR_KEY_CONFIG_DIR
106{
107    Text [ en-US ] = "Configuration" ;
108};
109String RID_SVXSTR_KEY_WORK_PATH
110{
111    Text [ en-US ] = "My Documents" ;
112};
113String RID_SVXSTR_KEY_GRAPHICS_PATH
114{
115    Text [ en-US ] = "Graphics" ;
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