update credits
[LibreOffice.git] / sw / source / ui / dbui / mailmergechildwindow.src
blobf5ab311cdfcfff4b95c8a26eb44c3e50dbd1cf4a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
19 #include "mailmergechildwindow.hrc"
20 #include "dbui.hrc"
21 #include "helpid.h"
22 #include <cmdid.h>
24 #define WIDTH  100
25 #define HEIGHT 16
27 #define WORKAROUND \
28     Text [ en-US ] = "Return to Mail Merge Wizard" ; \
31 FloatingWindow DLG_MAILMERGECHILD\
33     OutputSize = TRUE ;
34     SVLook = TRUE ;
35     Size = MAP_APPFONT ( WIDTH , HEIGHT ) ;
36     Moveable = TRUE ;
37     Closeable = FALSE ;
38     Sizeable = FALSE ;
39     Zoomable = TRUE ;
40     HelpID = HID_MAILMERGECHILD ;
41     Hide = TRUE ;
42     Text [ en-US ] = "Mail Merge Wizard";\
43     ToolBox TB_BACK\
44     {
45         MenuStrings = TRUE ;
46         SVLook = TRUE ;
47         ItemList =
48         {
49             ToolBoxItem\
50             {
51                 Identifier = 1;
52                 HelpID = HID_RETURN_TO_MAILMERGE ;
53                 Left = TRUE;
54                 WORKAROUND
55             };
56         };
57     };
58     #define IMGLIST1_IDS\
59         IdList = \
60         { \
61             FN_SHOW_ROOT; \
62         }; \
63         IdCount = 1
65     ImageList ILIST_TBX
66     {
67         Prefix = "sc";
68         MaskColor = IMAGE_MASK_COLOR;
69         IMGLIST1_IDS;
70     };
73 //FloatingWindow DLG_MM_SENDMAILS
74 ModelessDialog DLG_MM_SENDMAILS
76     OutputSize = TRUE ;
77     SVLook = TRUE ;
78     HelpID = HID_MM_SENDMAILS;
79     Size = MAP_APPFONT ( 250 , 221 ) ;
80     Moveable = TRUE ;
81     Closeable = TRUE;
83     Text [ en-US ] = "Sending E-mail messages";
85     FixedLine  FL_STATUS
86     {
87         Pos = MAP_APPFONT ( 6 , 3 ) ;
88         Size = MAP_APPFONT ( 238 , 8 ) ;
89         Text[ en-US ] = "Connection status";
90     };
91     FixedText  FT_STATUS1
92     {
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";
96     };
97     String ST_SEND
98     {
99         Text[ en-US ] = "Sending e-mails...";
100     };
101     FixedLine  FL_TRANSFERSTATUS
102     {
103         Pos = MAP_APPFONT ( 6 , 28 ) ;
104         Size = MAP_APPFONT ( 238 , 8 ) ;
105         Text[ en-US ] = "Transfer status";
106     };
107     FixedText  FT_TRANSFERSTATUS
108     {
109         Pos = MAP_APPFONT ( 12, 39 ) ;
110         Size = MAP_APPFONT ( 110 , 8 ) ;
111         Text[ en-US ] = "%1 of %2 e-mails sent";
112     };
113     FixedText  FI_PAUSED
114     {
115         Pos = MAP_APPFONT ( 125, 39 ) ;
116         Size = MAP_APPFONT ( 100 , 8 ) ;
117         Hide = TRUE;
118         Text[ en-US ] = "Sending paused";
119     };
120     Window    PB_PROGRESS
121     {
122         Pos = MAP_APPFONT ( 12 , 50 ) ;
123         Size = MAP_APPFONT ( 226 , 14 ) ;
124         Border = TRUE;
125     };
126     FixedText  FT_ERRORSTATUS
127     {
128         Pos = MAP_APPFONT ( 12 , 67 ) ;
129         Size = MAP_APPFONT ( 226 , 8 ) ;
130         Text[ en-US ] = "E-mails not sent: %1";
131     };
132     PushButton PB_DETAILS
133     {
134         Pos = MAP_APPFONT ( 188 , 81 ) ;
135         Size = MAP_APPFONT ( 50 , 14 ) ;
136         Text[ en-US ] = "More >>";
137     };
138     String  ST_LESS
139     {
140         Text[ en-US ] = "<< Less";
141     };
143     Control LB_STATUS
144     {
145         Pos = MAP_APPFONT ( 12 , 101 ) ;
146         Size = MAP_APPFONT ( 226 , 80 ) ;
147         Border = TRUE;
148     };
149     FixedLine  FL_SEPARATOR
150     {
151         Pos = MAP_APPFONT ( 0 , 187 ) ;
152         Size = MAP_APPFONT ( 250 , 8 ) ;
153     };
154     PushButton PB_STOP
155     {
156         Pos = MAP_APPFONT ( 141 , 201 ) ;
157         Size = MAP_APPFONT ( 50 , 14 ) ;
158         Text[ en-US ] = "~Stop";
159     };
160     PushButton PB_CLOSE
161     {
162         Pos = MAP_APPFONT ( 194 , 201 ) ;
163         Size = MAP_APPFONT ( 50 , 14 ) ;
164         Text[ en-US ] = "C~lose";
165     };
166     String     ST_CONTINUE
167     {
168         Text[ en-US ] = "~Continue";
169     };
170     #define IMGLIST2_IDS\
171         IdList = \
172         { \
173             FN_FORMULA_CANCEL ;\
174             FN_FORMULA_APPLY     ;\
175         }; \
176         IdCount = 2
178     ImageList ILIST
179     {
180         Prefix = "sc";
181         MaskColor = IMAGE_MASK_COLOR;
182         IMGLIST2_IDS;
183     };
184     String ST_TASK
185     {
186         Text[ en-US ] = "Task";
187     };
188     String ST_STATUS
189     {
190         Text[ en-US ] = "Status";
191     };
192     String ST_SENDINGTO
193     {
194         Text[ en-US ] = "Sending to: %1";
195     };
196     String ST_COMPLETED
197     {
198         Text[ en-US ] = "Successfully sent";
199     };
200     String ST_FAILED
201     {
202         Text[ en-US ] = "Sending failed";
203     };
204     String ST_TERMINATEQUERY
205     {
206         Text[ en-US ] = "There are still e-mail messages in your %PRODUCTNAME Outbox.\nWould you like to exit anyway?";
207     };
210 ModalDialog DLG_MM_SENDWARNING
212     OutputSize = TRUE ;
213     SVLook = TRUE ;
214     HelpID = HID_MM_SENDWARNING;
215     Size = MAP_APPFONT ( 240 , 137 ) ;
216     Moveable = TRUE ;
218     Text[en-US] = "E-Mails could not be sent";
219     FixedImage IM_WARNING
220     {
221         Pos = MAP_APPFONT ( 6 , 3 ) ;
222         Size = MAP_APPFONT ( 30 , 30 ) ;
223     };
224     FixedText FI_WARNING
225     {
226         Pos = MAP_APPFONT ( 40 , 6 ) ;
227         Size = MAP_APPFONT ( 170 , 30 ) ;
228         WordBreak = TRUE;
229         Text[ en-US ] = "The following error occurred:";
230     };
231     FixedText   FT_DETAILS
232     {
233         Pos = MAP_APPFONT (  40, 39 ) ;
234         Size = MAP_APPFONT (  174, 8 ) ;
235         Text[ en-US ] = "Detailed information";
236     };
237     MultiLineEdit ED_DETAILS
238     {
239         HelpID = "sw:MultiLineEdit:DLG_MM_SENDWARNING:ED_DETAILS";
240         Pos = MAP_APPFONT ( 40 , 50 ) ;
241         Size = MAP_APPFONT ( 194 , 50 ) ;
242         Border = TRUE;
243         Readonly = TRUE;
244     };
245     FixedLine FL_SEPARATOR
246     {
247         Pos = MAP_APPFONT ( 0 , 106 ) ;
248         Size = MAP_APPFONT ( 240 , 8 ) ;
249     };
250     OKButton PB_OK
251     {
252         Pos = MAP_APPFONT ( 95 ,  117) ;
253         Size = MAP_APPFONT ( 50 , 14 ) ;
254         DefButton = TRUE;
255     };
258 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */