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