xref: /aoo41x/main/cui/source/options/optpath.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27 // include --------------------------------------------------------------
28#include "optpath.hrc"
29#include <cuires.hrc>
30#ifndef _SFX_HRC
31#include <sfx2/sfx.hrc>
32#endif
33#include "helpid.hrc"
34
35 // RID_SFXPAGE_PATH -----------------------------------------------------
36#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
37TabPage RID_SFXPAGE_PATH
38{
39	HelpId = HID_OPTIONS_PATH ;
40	OutputSize = TRUE ;
41	SVLook = TRUE ;
42	Hide = TRUE ;
43	Size = MAP_APPFONT ( 260 , 185 ) ;
44	Text [ en-US ] = "Paths" ;
45	FixedText FT_TYPE
46	{
47		Hide = TRUE;
48		Pos = MAP_APPFONT ( 12 , 14 ) ;
49		Size = MAP_APPFONT ( 40 , 10 ) ;
50		Text [ en-US ] = "Type" ;
51	};
52	FixedText FT_PATH
53	{
54		Hide = TRUE;
55		Pos = MAP_APPFONT ( 110 , 14 ) ;
56		Size = MAP_APPFONT ( 40 , 10 ) ;
57		Text [ en-US ] = "Path" ;
58	};
59	Control LB_PATH
60	{
61		Pos = MAP_APPFONT ( 12 , 14 ) ;
62		Size = MAP_APPFONT ( 236 , 147 ) ;
63		Border = TRUE ;
64		TabStop = TRUE;
65	};
66	PushButton BTN_PATH
67	{
68	    HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_PATH";
69		Pos = MAP_APPFONT ( 183 , 165 ) ;
70		Size = MAP_APPFONT ( 65 , 14 ) ;
71		Text [ en-US ] = "~Edit..." ;
72	};
73	PushButton BTN_STANDARD
74	{
75	    HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_STANDARD";
76		Pos = MAP_APPFONT ( 115 , 165 ) ;
77		Size = MAP_APPFONT ( 65 , 14 ) ;
78		Text [ en-US ] = "~Default" ;
79	};
80    FixedLine GB_STD
81	{
82		Pos = MAP_APPFONT ( 6 , 3 ) ;
83		Size = MAP_APPFONT ( 248 , 8 ) ;
84		Text [ en-US ] = "Paths used by %PRODUCTNAME" ;
85	};
86    Image IMG_LOCK
87    {
88        ImageBitmap = Bitmap { File = "lock.bmp"; };
89        MaskColor = STD_MASKCOLOR;
90    };
91    Image IMG_LOCK_HC
92    {
93        ImageBitmap = Bitmap { File = "lock_hc.bmp"; };
94        MaskColor = STD_MASKCOLOR;
95    };
96    String STR_MULTIPATHDLG
97    {
98		Text [ en-US ] = "Edit Paths: %1" ;
99    };
100};
101ErrorBox RID_SVXERR_OPT_DOUBLEPATHS
102{
103	BUTTONS = WB_OK ;
104	DEFBUTTON = WB_DEF_OK ;
105	Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ;
106};
107 // ******************************************************************* EOF
108String RID_SVXSTR_KEY_CONFIG_DIR
109{
110    Text [ en-US ] = "Configuration" ;
111};
112String RID_SVXSTR_KEY_WORK_PATH
113{
114    Text [ en-US ] = "My Documents" ;
115};
116String RID_SVXSTR_KEY_GRAPHICS_PATH
117{
118    Text [ en-US ] = "Graphics" ;
119};
120String RID_SVXSTR_KEY_BITMAP_PATH
121{
122    Text [ en-US ] = "Icons" ;
123};
124String RID_SVXSTR_KEY_BASIC_PATH
125{
126    Text = "BASIC" ;
127};
128
129String RID_SVXSTR_KEY_PALETTE_PATH
130{
131    Text [ en-US ] = "Palettes" ;
132};
133String RID_SVXSTR_KEY_BACKUP_PATH
134{
135    Text [ en-US ] = "Backups" ;
136};
137String RID_SVXSTR_KEY_MODULES_PATH
138{
139    Text [ en-US ] = "Modules" ;
140};
141String RID_SVXSTR_KEY_TEMPLATE_PATH
142{
143    Text [ en-US ] = "Templates" ;
144};
145String RID_SVXSTR_KEY_GLOSSARY_PATH
146{
147    Text [ en-US ] = "AutoText";
148};
149String RID_SVXSTR_KEY_DICTIONARY_PATH
150{
151    Text [ en-US ] = "Dictionaries" ;
152};
153String RID_SVXSTR_KEY_HELP_DIR
154{
155    Text [ en-US ] = "Help" ;
156};
157String RID_SVXSTR_KEY_GALLERY_DIR
158{
159    Text [ en-US ] = "Gallery" ;
160};
161
162String RID_SVXSTR_KEY_STORAGE_DIR
163{
164    Text [ en-US ] = "Message Storage" ;
165};
166String RID_SVXSTR_KEY_TEMP_PATH
167{
168    Text [ en-US ] = "Temporary files";
169};
170String RID_SVXSTR_KEY_PLUGINS_PATH
171{
172    Text [ en-US ] = "Plug-ins";
173};
174String RID_SVXSTR_KEY_FAVORITES_DIR
175{
176    Text [ en-US ] = "Folder Bookmarks";
177};
178String RID_SVXSTR_KEY_FILTER_PATH
179{
180    Text [ en-US ] = "Filters";
181};
182String RID_SVXSTR_KEY_ADDINS_PATH
183{
184    Text [ en-US ] = "Add-ins";
185};
186String RID_SVXSTR_KEY_USERCONFIG_PATH
187{
188    Text [ en-US ] = "User Configuration";
189};
190String RID_SVXSTR_KEY_USERDICTIONARY_DIR
191{
192    Text [ en-US ] = "User-defined dictionaries";
193};
194String RID_SVXSTR_KEY_AUTOCORRECT_DIR
195{
196    Text [ en-US ] = "AutoCorrect";
197};
198String RID_SVXSTR_KEY_LINGUISTIC_DIR
199{
200    Text [ en-US ] = "Writing aids";
201};
202
203