1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
23 ModalDialog DLG_DBSELECTION
25 HelpID = "sw:ModalDialog:DLG_DBSELECTION";
28 Size = MAP_APPFONT ( 168 , 132 ) ;
33 Pos = MAP_APPFONT ( 6 , 6 ) ;
34 Size = MAP_APPFONT ( 100 , 120 ) ;
38 Pos = MAP_APPFONT ( 112 , 6 ) ;
39 Size = MAP_APPFONT ( 50 , 14 ) ;
43 CancelButton BTN_CANCEL
45 Pos = MAP_APPFONT ( 112 , 23 ) ;
46 Size = MAP_APPFONT ( 50 , 14 ) ;
51 Pos = MAP_APPFONT ( 112 , 43 ) ;
52 Size = MAP_APPFONT ( 50 , 14 ) ;
55 Text [ en-US ] = "Database Selection" ;
57 // DLG_PRINTMONITOR ------------------------------------------------------
58 ModelessDialog DLG_PRINTMONITOR
60 HelpID = HID_MERGE_PRINTMONITOR ;
64 Size = MAP_APPFONT ( 118, 72 ) ;
69 Pos = MAP_APPFONT ( 6,6 ) ;
70 Size = MAP_APPFONT ( 100, 8 ) ;
75 Pos = MAP_APPFONT ( 6, 17 ) ;
76 Size = MAP_APPFONT ( 100, 8 ) ;
78 Text [ en-US ] = "is being prepared for printing on" ;
82 Pos = MAP_APPFONT ( 6, 17 ) ;
83 Size = MAP_APPFONT ( 100, 8 ) ;
85 Text [ en-US ] = "is being sent to";
89 Pos = MAP_APPFONT ( 6, 17 ) ;
90 Size = MAP_APPFONT ( 100, 8 ) ;
92 Text [ en-US ] = "is being saved to" ;
96 Pos = MAP_APPFONT ( 6, 28 ) ;
97 Size = MAP_APPFONT ( 100, 8 ) ;
100 FixedText FT_PRINTINFO
102 Pos = MAP_APPFONT ( 6, 39 ) ;
103 Size = MAP_APPFONT ( 100, 8 ) ;
106 CancelButton PB_CANCELPRNMON
108 Pos = MAP_APPFONT ( 31, 52 ) ;
109 Size = MAP_APPFONT ( 50, 14 ) ;
114 Text [ en-US ] = "Send-Monitor";
118 Text [ en-US ] = "Save-Monitor";
120 Text [ en-US ] = "Print monitor" ;
125 Text [ en-US ] = "E-mail" ;
128 StringArray SA_ADDRESS_HEADER
132 < "Title" ; MM_PART_TITLE ;> ;
133 < "First Name" ; MM_PART_FIRSTNAME ;> ;
134 < "Last Name" ; MM_PART_LASTNAME ;> ;
135 < "Company Name" ; MM_PART_COMPANY ;> ;
136 < "Address Line 1" ; MM_PART_ADDRESS_1 ;> ;
137 < "Address Line 2" ; MM_PART_ADDRESS_2 ;> ;
138 < "City" ; MM_PART_CITY ;> ;
139 < "State" ; MM_PART_REGION ;> ;
140 < "ZIP" ; MM_PART_ZIP ;> ;
141 < "Country" ; MM_PART_COUNTRY ;> ;
142 < "Telephone private" ; MM_PART_PHONE_PRIVATE ;> ;
143 < "Telephone business" ; MM_PART_PHONE_BUSINESS ;> ;
144 < "E-mail Address" ; MM_PART_E_MAIL ;> ;
145 < "Gender"; MM_PART_GENDER ;> ;
148 String STR_NOTASSIGNED
150 Text[ en-US ] = " not yet matched ";
152 String STR_FILTER_ALL
154 Text [ en-US ] = "All files" ;
156 String STR_FILTER_ALL_DATA
158 Text [ en-US ] = "Address lists(*.*)" ;
160 String STR_FILTER_SXB
162 Text [ en-US ] = "%PRODUCTNAME Base (*.odb)" ;
164 String STR_FILTER_SXC
166 Text [ en-US ] = "%PRODUCTNAME Calc (*.ods;*.sxc)" ;
168 String STR_FILTER_DBF
170 Text [ en-US ] = "dBase (*.dbf)" ;
172 String STR_FILTER_XLS
174 Text [ en-US ] = "Microsoft Excel (*.xls)" ;
176 String STR_FILTER_TXT
178 Text [ en-US ] = "Plain text (*.txt)" ;
180 String STR_FILTER_CSV
182 Text [ en-US ] = "Text Comma Separated (*.csv)" ;
184 String STR_FILTER_MDB
186 Text [ en-US ] = "Microsoft Access (*.mdb)" ;
188 String STR_FILTER_ACCDB
190 Text [ en-US ] = "Microsoft Access 2007 (*.accdb)" ;
193 // DLG_MM_CREATIONMONITOR ------------------------------------------------------
194 ModelessDialog DLG_MM_CREATIONMONITOR
196 HelpID = HID_MERGE_PRINTMONITOR ;
200 _WHMAPMODE = MAP_APPFONT ;
206 Text [ en-US ] = "Mail Merge" ;
211 _XYMAPMODE = MAP_APPFONT ;
214 _WHMAPMODE = MAP_APPFONT ;
217 Text [ en-US ] = "Status:" ;
222 FixedText FT_PROGRESS
225 _XYMAPMODE = MAP_APPFONT ;
228 _WHMAPMODE = MAP_APPFONT ;
231 Text [ en-US ] = "Progress:" ;
236 FixedText FT_CREATEDOCUMENTS
239 _XYMAPMODE = MAP_APPFONT ;
242 _WHMAPMODE = MAP_APPFONT ;
245 Text [ en-US ] = "Creating documents...";
250 FixedText FT_COUNTING
253 _XYMAPMODE = MAP_APPFONT ;
256 _WHMAPMODE = MAP_APPFONT ;
259 Text [ en-US ] = "%X of %Y";
264 CancelButton PB_CANCELPRNMON
267 _XYMAPMODE = MAP_APPFONT ;
270 _WHMAPMODE = MAP_APPFONT ;
277 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */