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