merge the formfield patch from ooo-build
[ooovba.git] / svx / source / options / multipat.src
blobf38183ce2b6ead92ebcc8e105cf272521f694b9c
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: multipat.src,v $
10  * $Revision: 1.42 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "multipat.hrc"
32 #include "helpid.hrc"
33 #include <svx/dialogs.hrc>
35 // RID_SVXDLG_MULTIPATH --------------------------------------------------
37 ModalDialog RID_SVXDLG_MULTIPATH
39     HelpId = HID_MULTIPATH ;
40     OutputSize = TRUE ;
41     Size = MAP_APPFONT ( 260 , 120 ) ;
42     Text [ en-US ] = "Select Paths" ;
43     Moveable = TRUE ;
44     Closeable = TRUE ;
45     FixedLine FL_MULTIPATH
46     {
47         Pos = MAP_APPFONT ( 6 , 3 ) ;
48         Size = MAP_APPFONT ( 248 , 8 ) ;
49         Text [ en-US ] = "Paths" ;
50     };
51     ListBox LB_MULTIPATH
52     {
53         Border = TRUE ;
54         Pos = MAP_APPFONT ( 12 , 14 ) ;
55         Size = MAP_APPFONT ( 189 , 80 ) ;
56         AutoHScroll = TRUE ;
57     };
58     Control LB_RADIOBUTTON
59     {
60         HelpId = HID_OPTIONS_MULTIPATH_LIST ;
61         Hide = TRUE ;
62         Border = TRUE ;
63         Pos = MAP_APPFONT ( 6 , 6 ) ;
64         Size = MAP_APPFONT ( 195 , 77 ) ;
65     };
66     FixedText FT_RADIOBUTTON
67     {
68         Hide = TRUE ;
69         NoLabel = TRUE ;
70         Pos = MAP_APPFONT ( 6 , 86 );
71         Size = MAP_APPFONT ( 195 , 8 );
72         Text [ en-US ] = "Mark the default path for new files.";
73     };
74     PushButton BTN_ADD_MULTIPATH
75     {
76         Pos = MAP_APPFONT ( 204 , 14 ) ;
77         Size = MAP_APPFONT ( 50 , 14 ) ;
78         Text [ en-US ] = "~Add..." ;
79     };
80     PushButton BTN_DEL_MULTIPATH
81     {
82         Pos = MAP_APPFONT ( 204 , 31 ) ;
83         Size = MAP_APPFONT ( 50 , 14 ) ;
84         Text [ en-US ] = "~Delete" ;
85     };
86     OKButton BTN_MULTIPATH_OK
87     {
88         Pos = MAP_APPFONT ( 95 , 100 ) ;
89         Size = MAP_APPFONT ( 50 , 14 ) ;
90         DefButton = TRUE;
91     };
92     CancelButton BTN_MULTIPATH_CANCEL
93     {
94         Pos = MAP_APPFONT ( 148 , 100 ) ;
95         Size = MAP_APPFONT ( 50 , 14 ) ;
96     };
97     HelpButton BTN_MULTIPATH_HELP
98     {
99         Pos = MAP_APPFONT (  204 , 100 ) ;
100         Size = MAP_APPFONT ( 50 , 14 ) ;
101     };
102     String STR_HEADER_PATHS
103     {
104         Text [ en-US ] = "Path list" ;
105     };
107 String RID_MULTIPATH_DBL_ERR
109     Text [ en-US ] = "The path %1 already exists." ;
111 String RID_SVXSTR_FILE_TITLE
113     Text [ en-US ] = "Select files" ;
115 String RID_SVXSTR_FILE_HEADLINE
117     Text [ en-US ] = "Files" ;
119 String RID_SVXSTR_ARCHIVE_TITLE
121     Text [ en-US ] = "Select Archives" ;
123 String RID_SVXSTR_ARCHIVE_HEADLINE
125     Text [ en-US ] = "Archives" ;
127 String RID_SVXSTR_MULTIFILE_DBL_ERR
129     Text [ en-US ] = "The file %1 already exists." ;