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: dbui.src,v $
10 * $Revision: 1.34.66.2 $
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 ************************************************************************/
30 // #pragma ******************************************************************
32 // #include *****************************************************************
35 ModalDialog DLG_DBSELECTION
39 Size = MAP_APPFONT ( 168 , 132 ) ;
44 Pos = MAP_APPFONT ( 6 , 6 ) ;
45 Size = MAP_APPFONT ( 100 , 120 ) ;
49 Pos = MAP_APPFONT ( 112 , 6 ) ;
50 Size = MAP_APPFONT ( 50 , 14 ) ;
54 CancelButton BTN_CANCEL
56 Pos = MAP_APPFONT ( 112 , 23 ) ;
57 Size = MAP_APPFONT ( 50 , 14 ) ;
62 Pos = MAP_APPFONT ( 112 , 43 ) ;
63 Size = MAP_APPFONT ( 50 , 14 ) ;
66 Text [ en-US ] = "Database Selection" ;
68 // DLG_PRINTMONITOR ------------------------------------------------------
69 ModelessDialog DLG_PRINTMONITOR
71 HelpID = HID_MERGE_PRINTMONITOR ;
75 Size = MAP_APPFONT ( 118, 72 ) ;
80 Pos = MAP_APPFONT ( 6,6 ) ;
81 Size = MAP_APPFONT ( 100, 8 ) ;
86 Pos = MAP_APPFONT ( 6, 17 ) ;
87 Size = MAP_APPFONT ( 100, 8 ) ;
89 Text [ en-US ] = "is being printed on" ;
93 Pos = MAP_APPFONT ( 6, 17 ) ;
94 Size = MAP_APPFONT ( 100, 8 ) ;
96 Text [ en-US ] = "is being sent to";
100 Pos = MAP_APPFONT ( 6, 17 ) ;
101 Size = MAP_APPFONT ( 100, 8 ) ;
103 Text [ en-US ] = "is being saved to" ;
107 Pos = MAP_APPFONT ( 6, 28 ) ;
108 Size = MAP_APPFONT ( 100, 8 ) ;
111 FixedText FT_PRINTINFO
113 Pos = MAP_APPFONT ( 6, 39 ) ;
114 Size = MAP_APPFONT ( 100, 8 ) ;
117 CancelButton PB_CANCELPRNMON
119 Pos = MAP_APPFONT ( 31, 52 ) ;
120 Size = MAP_APPFONT ( 50, 14 ) ;
125 Text [ en-US ] = "Send-Monitor";
129 Text [ en-US ] = "Save-Monitor";
131 Text [ en-US ] = "Print monitor" ;
136 Text [ en-US ] = "E-mail" ;
139 StringArray SA_ADDRESS_HEADER
143 < "Title" ; MM_PART_TITLE ;> ;
144 < "First Name" ; MM_PART_FIRSTNAME ;> ;
145 < "Last Name" ; MM_PART_LASTNAME ;> ;
146 < "Company Name" ; MM_PART_COMPANY ;> ;
147 < "Address Line 1" ; MM_PART_ADDRESS_1 ;> ;
148 < "Address Line 2" ; MM_PART_ADDRESS_2 ;> ;
149 < "City" ; MM_PART_CITY ;> ;
150 < "State" ; MM_PART_REGION ;> ;
151 < "ZIP" ; MM_PART_ZIP ;> ;
152 < "Country" ; MM_PART_COUNTRY ;> ;
153 < "Telephone private" ; MM_PART_PHONE_PRIVATE ;> ;
154 < "Telephone business" ; MM_PART_PHONE_BUSINESS ;> ;
155 < "E-mail Address" ; MM_PART_E_MAIL ;> ;
156 < "Gender"; MM_PART_GENDER ;> ;
159 String STR_NOTASSIGNED
161 Text[ en-US ] = " not yet matched ";
163 String STR_FILTER_ALL
165 Text [ en-US ] = "All files (*.*)" ;
167 String STR_FILTER_ALL_DATA
169 Text [ en-US ] = "Address lists(*.*)" ;
171 String STR_FILTER_SXB
173 Text [ en-US ] = "%PRODUCTNAME Base (*.odb)" ;
175 String STR_FILTER_SXC
177 Text [ en-US ] = "%PRODUCTNAME Calc (*.ods;*.sxc)" ;
179 String STR_FILTER_DBF
181 Text [ en-US ] = "dBase (*.dbf)" ;
183 String STR_FILTER_XLS
185 Text [ en-US ] = "Microsoft Excel (*.xls)" ;
187 String STR_FILTER_TXT
189 Text [ en-US ] = "Plain text (*.txt)" ;
191 String STR_FILTER_CSV
193 Text [ en-US ] = "Text Comma Separated (*.csv)" ;
195 String STR_FILTER_MDB
197 Text [ en-US ] = "Microsoft Access (*.mdb)" ;
199 String STR_FILTER_ACCDB
201 Text [ en-US ] = "Microsoft Access 2007 (*.accdb)" ;
204 // DLG_MM_CREATIONMONITOR ------------------------------------------------------
205 ModelessDialog DLG_MM_CREATIONMONITOR
207 HelpID = HID_MERGE_PRINTMONITOR ;
211 _WHMAPMODE = MAP_APPFONT ;
217 Text [ en-US ] = "Mail Merge" ;
222 _XYMAPMODE = MAP_APPFONT ;
225 _WHMAPMODE = MAP_APPFONT ;
228 Text [ en-US ] = "Status:" ;
233 FixedText FT_PROGRESS
236 _XYMAPMODE = MAP_APPFONT ;
239 _WHMAPMODE = MAP_APPFONT ;
242 Text [ en-US ] = "Progress:" ;
247 FixedText FT_CREATEDOCUMENTS
250 _XYMAPMODE = MAP_APPFONT ;
253 _WHMAPMODE = MAP_APPFONT ;
256 Text [ en-US ] = "Creating documents...";
261 FixedText FT_COUNTING
264 _XYMAPMODE = MAP_APPFONT ;
267 _WHMAPMODE = MAP_APPFONT ;
270 Text [ en-US ] = "%X of %Y";
275 CancelButton PB_CANCELPRNMON
278 _XYMAPMODE = MAP_APPFONT ;
281 _WHMAPMODE = MAP_APPFONT ;