1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: multipat.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include "multipat.hrc"
33 #include <svx/dialogs.hrc>
35 // RID_SVXDLG_MULTIPATH --------------------------------------------------
37 ModalDialog RID_SVXDLG_MULTIPATH
39 HelpId = HID_MULTIPATH ;
41 Size = MAP_APPFONT ( 260 , 120 ) ;
42 Text [ en-US ] = "Select Paths" ;
45 FixedLine FL_MULTIPATH
47 Pos = MAP_APPFONT ( 6 , 3 ) ;
48 Size = MAP_APPFONT ( 248 , 8 ) ;
49 Text [ en-US ] = "Paths" ;
54 Pos = MAP_APPFONT ( 12 , 14 ) ;
55 Size = MAP_APPFONT ( 189 , 80 ) ;
58 Control LB_RADIOBUTTON
60 HelpId = HID_OPTIONS_MULTIPATH_LIST ;
63 Pos = MAP_APPFONT ( 6 , 6 ) ;
64 Size = MAP_APPFONT ( 195 , 77 ) ;
66 FixedText FT_RADIOBUTTON
70 Pos = MAP_APPFONT ( 6 , 86 );
71 Size = MAP_APPFONT ( 195 , 8 );
72 Text [ en-US ] = "Mark the default path for new files.";
74 PushButton BTN_ADD_MULTIPATH
76 Pos = MAP_APPFONT ( 204 , 14 ) ;
77 Size = MAP_APPFONT ( 50 , 14 ) ;
78 Text [ en-US ] = "~Add..." ;
80 PushButton BTN_DEL_MULTIPATH
82 Pos = MAP_APPFONT ( 204 , 31 ) ;
83 Size = MAP_APPFONT ( 50 , 14 ) ;
84 Text [ en-US ] = "~Delete" ;
86 OKButton BTN_MULTIPATH_OK
88 Pos = MAP_APPFONT ( 95 , 100 ) ;
89 Size = MAP_APPFONT ( 50 , 14 ) ;
92 CancelButton BTN_MULTIPATH_CANCEL
94 Pos = MAP_APPFONT ( 148 , 100 ) ;
95 Size = MAP_APPFONT ( 50 , 14 ) ;
97 HelpButton BTN_MULTIPATH_HELP
99 Pos = MAP_APPFONT ( 204 , 100 ) ;
100 Size = MAP_APPFONT ( 50 , 14 ) ;
102 String STR_HEADER_PATHS
104 Text [ en-US ] = "Path list" ;
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." ;