Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optpath.src
blobff4a80061de2ff8e2380873a028e66f2a5798ed6
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
18 #include "optpath.hrc"
19 #include <cuires.hrc>
20 #include <sfx2/sfx.hrc>
21 #include "helpid.hrc"
23  // RID_SFXPAGE_PATH -----------------------------------------------------
24 #define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
25 TabPage RID_SFXPAGE_PATH
27     HelpId = HID_OPTIONS_PATH ;
28     OutputSize = TRUE ;
29     SVLook = TRUE ;
30     Hide = TRUE ;
31     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
32     Text [ en-US ] = "Paths" ;
33     FixedText FT_TYPE
34     {
35         Hide = TRUE;
36         Pos = MAP_APPFONT ( 12 , 14 ) ;
37         Size = MAP_APPFONT ( 40 , 10 ) ;
38         Text [ en-US ] = "Type" ;
39     };
40     FixedText FT_PATH
41     {
42         Hide = TRUE;
43         Pos = MAP_APPFONT ( 110 , 14 ) ;
44         Size = MAP_APPFONT ( 40 , 10 ) ;
45         Text [ en-US ] = "Path" ;
46     };
47     Control LB_PATH
48     {
49         Pos = MAP_APPFONT ( 12 , 14 ) ;
50         Size = MAP_APPFONT ( 236 , 147 ) ;
51         Border = TRUE ;
52         TabStop = TRUE;
53     };
54     PushButton BTN_PATH
55     {
56         HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_PATH";
57         Pos = MAP_APPFONT ( 183 , 165 ) ;
58         Size = MAP_APPFONT ( 65 , 14 ) ;
59         Text [ en-US ] = "~Edit..." ;
60     };
61     PushButton BTN_STANDARD
62     {
63         HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_STANDARD";
64         Pos = MAP_APPFONT ( 115 , 165 ) ;
65         Size = MAP_APPFONT ( 65 , 14 ) ;
66         Text [ en-US ] = "~Default" ;
67     };
68     FixedLine GB_STD
69     {
70         Pos = MAP_APPFONT ( 6 , 3 ) ;
71         Size = MAP_APPFONT ( 248 , 8 ) ;
72         Text [ en-US ] = "Paths used by %PRODUCTNAME" ;
73     };
74     Image IMG_LOCK
75     {
76         ImageBitmap = Bitmap { File = "lock.bmp"; };
77         MaskColor = STD_MASKCOLOR;
78     };
79     String STR_MULTIPATHDLG
80     {
81         Text [ en-US ] = "Edit Paths: %1" ;
82     };
84 ErrorBox RID_SVXERR_OPT_DOUBLEPATHS
86     BUTTONS = WB_OK ;
87     DEFBUTTON = WB_DEF_OK ;
88     Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ;
90  // ******************************************************************* EOF
91 String RID_SVXSTR_KEY_CONFIG_DIR
93     Text [ en-US ] = "Configuration" ;
95 String RID_SVXSTR_KEY_WORK_PATH
97     Text [ en-US ] = "My Documents" ;
99 String RID_SVXSTR_KEY_GRAPHICS_PATH
101     Text [ en-US ] = "Graphics" ;
103 String RID_SVXSTR_KEY_BITMAP_PATH
105     Text [ en-US ] = "Icons" ;
107 String RID_SVXSTR_KEY_BASIC_PATH
109     Text = "BASIC" ;
112 String RID_SVXSTR_KEY_PALETTE_PATH
114     Text [ en-US ] = "Palettes" ;
116 String RID_SVXSTR_KEY_BACKUP_PATH
118     Text [ en-US ] = "Backups" ;
120 String RID_SVXSTR_KEY_MODULES_PATH
122     Text [ en-US ] = "Modules" ;
124 String RID_SVXSTR_KEY_TEMPLATE_PATH
126     Text [ en-US ] = "Templates" ;
128 String RID_SVXSTR_KEY_GLOSSARY_PATH
130     Text [ en-US ] = "AutoText";
132 String RID_SVXSTR_KEY_DICTIONARY_PATH
134     Text [ en-US ] = "Dictionaries" ;
136 String RID_SVXSTR_KEY_HELP_DIR
138     Text [ en-US ] = "Help" ;
140 String RID_SVXSTR_KEY_GALLERY_DIR
142     Text [ en-US ] = "Gallery" ;
145 String RID_SVXSTR_KEY_STORAGE_DIR
147     Text [ en-US ] = "Message Storage" ;
149 String RID_SVXSTR_KEY_TEMP_PATH
151     Text [ en-US ] = "Temporary files";
153 String RID_SVXSTR_KEY_PLUGINS_PATH
155     Text [ en-US ] = "Plug-ins";
157 String RID_SVXSTR_KEY_FAVORITES_DIR
159     Text [ en-US ] = "Folder Bookmarks";
161 String RID_SVXSTR_KEY_FILTER_PATH
163     Text [ en-US ] = "Filters";
165 String RID_SVXSTR_KEY_ADDINS_PATH
167     Text [ en-US ] = "Add-ins";
169 String RID_SVXSTR_KEY_USERCONFIG_PATH
171     Text [ en-US ] = "User Configuration";
173 String RID_SVXSTR_KEY_USERDICTIONARY_DIR
175     Text [ en-US ] = "User-defined dictionaries";
177 String RID_SVXSTR_KEY_AUTOCORRECT_DIR
179     Text [ en-US ] = "AutoCorrect";
181 String RID_SVXSTR_KEY_LINGUISTIC_DIR
183     Text [ en-US ] = "Writing aids";