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 .
19 #include "mailmergechildwindow.hrc"
28 Text [ en-US ] = "Return to Mail Merge Wizard" ; \
31 FloatingWindow DLG_MAILMERGECHILD\
35 Size = MAP_APPFONT ( WIDTH , HEIGHT ) ;
40 HelpID = HID_MAILMERGECHILD ;
42 Text [ en-US ] = "Mail Merge Wizard";\
52 HelpID = HID_RETURN_TO_MAILMERGE ;
68 MaskColor = IMAGE_MASK_COLOR;
73 //FloatingWindow DLG_MM_SENDMAILS
74 ModelessDialog DLG_MM_SENDMAILS
78 HelpID = HID_MM_SENDMAILS;
79 Size = MAP_APPFONT ( 250 , 221 ) ;
83 Text [ en-US ] = "Sending E-mail messages";
87 Pos = MAP_APPFONT ( 6 , 3 ) ;
88 Size = MAP_APPFONT ( 238 , 8 ) ;
89 Text[ en-US ] = "Connection status";
93 Pos = MAP_APPFONT ( 12 , 14 ) ;
94 Size = MAP_APPFONT ( 226 , 8 ) ;
95 Text[ en-US ] = "The connection to the outgoing mail server has been established";
99 Text[ en-US ] = "Sending e-mails...";
101 FixedLine FL_TRANSFERSTATUS
103 Pos = MAP_APPFONT ( 6 , 28 ) ;
104 Size = MAP_APPFONT ( 238 , 8 ) ;
105 Text[ en-US ] = "Transfer status";
107 FixedText FT_TRANSFERSTATUS
109 Pos = MAP_APPFONT ( 12, 39 ) ;
110 Size = MAP_APPFONT ( 110 , 8 ) ;
111 Text[ en-US ] = "%1 of %2 e-mails sent";
115 Pos = MAP_APPFONT ( 125, 39 ) ;
116 Size = MAP_APPFONT ( 100 , 8 ) ;
118 Text[ en-US ] = "Sending paused";
122 Pos = MAP_APPFONT ( 12 , 50 ) ;
123 Size = MAP_APPFONT ( 226 , 14 ) ;
126 FixedText FT_ERRORSTATUS
128 Pos = MAP_APPFONT ( 12 , 67 ) ;
129 Size = MAP_APPFONT ( 226 , 8 ) ;
130 Text[ en-US ] = "E-mails not sent: %1";
132 PushButton PB_DETAILS
134 Pos = MAP_APPFONT ( 188 , 81 ) ;
135 Size = MAP_APPFONT ( 50 , 14 ) ;
136 Text[ en-US ] = "More >>";
140 Text[ en-US ] = "<< Less";
145 Pos = MAP_APPFONT ( 12 , 101 ) ;
146 Size = MAP_APPFONT ( 226 , 80 ) ;
149 FixedLine FL_SEPARATOR
151 Pos = MAP_APPFONT ( 0 , 187 ) ;
152 Size = MAP_APPFONT ( 250 , 8 ) ;
156 Pos = MAP_APPFONT ( 141 , 201 ) ;
157 Size = MAP_APPFONT ( 50 , 14 ) ;
158 Text[ en-US ] = "~Stop";
162 Pos = MAP_APPFONT ( 194 , 201 ) ;
163 Size = MAP_APPFONT ( 50 , 14 ) ;
164 Text[ en-US ] = "C~lose";
168 Text[ en-US ] = "~Continue";
170 #define IMGLIST2_IDS\
181 MaskColor = IMAGE_MASK_COLOR;
186 Text[ en-US ] = "Task";
190 Text[ en-US ] = "Status";
194 Text[ en-US ] = "Sending to: %1";
198 Text[ en-US ] = "Successfully sent";
202 Text[ en-US ] = "Sending failed";
204 String ST_TERMINATEQUERY
206 Text[ en-US ] = "There are still e-mail messages in your %PRODUCTNAME Outbox.\nWould you like to exit anyway?";
210 ModalDialog DLG_MM_SENDWARNING
214 HelpID = HID_MM_SENDWARNING;
215 Size = MAP_APPFONT ( 240 , 137 ) ;
218 Text[en-US] = "E-Mails could not be sent";
219 FixedImage IM_WARNING
221 Pos = MAP_APPFONT ( 6 , 3 ) ;
222 Size = MAP_APPFONT ( 30 , 30 ) ;
226 Pos = MAP_APPFONT ( 40 , 6 ) ;
227 Size = MAP_APPFONT ( 170 , 30 ) ;
229 Text[ en-US ] = "The following error occurred:";
233 Pos = MAP_APPFONT ( 40, 39 ) ;
234 Size = MAP_APPFONT ( 174, 8 ) ;
235 Text[ en-US ] = "Detailed information";
237 MultiLineEdit ED_DETAILS
239 HelpID = "sw:MultiLineEdit:DLG_MM_SENDWARNING:ED_DETAILS";
240 Pos = MAP_APPFONT ( 40 , 50 ) ;
241 Size = MAP_APPFONT ( 194 , 50 ) ;
245 FixedLine FL_SEPARATOR
247 Pos = MAP_APPFONT ( 0 , 106 ) ;
248 Size = MAP_APPFONT ( 240 , 8 ) ;
252 Pos = MAP_APPFONT ( 95 , 117) ;
253 Size = MAP_APPFONT ( 50 , 14 ) ;
258 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */