Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / mailmergechildwindow.src
bloba33f24d268b6182a66405ff226236f332e8482b3
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: mailmergechildwindow.src,v $
10  * $Revision: 1.11.240.1 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30 #include "mailmergechildwindow.hrc"
31 #include "dbui.hrc"
32 #include "helpid.h"
33 #include <cmdid.h>
35 #define WIDTH  100
36 #define HEIGHT 16
38 #define WORKAROUND \
39     Text [ en-US ] = "Return to Mail Merge Wizard" ; \
42 FloatingWindow DLG_MAILMERGECHILD\
44     OutputSize = TRUE ;
45     SVLook = TRUE ;
46     Size = MAP_APPFONT ( WIDTH , HEIGHT ) ;
47     Moveable = TRUE ;
48     Closeable = FALSE ;
49     Sizeable = FALSE ;
50     Zoomable = TRUE ;
51     HelpID = HID_MAILMERGECHILD ;
52     Hide = TRUE ;
53     Text [ en-US ] = "Mail Merge Wizard";\
54     ToolBox TB_BACK\
55     {
56         MenuStrings = TRUE ;
57         SVLook = TRUE ;
58         ItemList =
59         {
60             ToolBoxItem\
61             {
62                 Identifier = 1;
63                 HelpID = HID_RETURN_TO_MAILMERGE ;
64                 Left = TRUE;
65                 WORKAROUND
66             };
67         };
68     };
69     #define IMGLIST1_IDS\
70         IdList = \
71         { \
72             FN_SHOW_ROOT; \
73         }; \
74         IdCount = 1
76     ImageList ILIST_TBX
77     {
78         Prefix = "sc";
79         MaskColor = IMAGE_MASK_COLOR;
80         IMGLIST1_IDS;
81     };
83     ImageList ILIST_TBX_HC
84     {
85         Prefix = "sch";
86         MaskColor = IMAGE_MASK_COLOR ;
87         IMGLIST1_IDS;
88     };
91 //FloatingWindow DLG_MM_SENDMAILS
92 ModelessDialog /*ModalDialog*/ DLG_MM_SENDMAILS
94     OutputSize = TRUE ;
95     SVLook = TRUE ;
96     HelpID = HID_MM_SENDMAILS;
97     Size = MAP_APPFONT ( 250 , 221 ) ;
98     Moveable = TRUE ;
99     Closeable = TRUE;
101     Text [ en-US ] = "Sending E-mail messages";
103     FixedLine  FL_STATUS
104     {
105         Pos = MAP_APPFONT ( 6 , 3 ) ;
106         Size = MAP_APPFONT ( 238 , 8 ) ;
107         Text[ en-US ] = "Connection status";
108     };
109     FixedText  FT_STATUS1
110     {
111         Pos = MAP_APPFONT ( 12 , 14 ) ;
112         Size = MAP_APPFONT ( 226 , 8 ) ;
113         Text[ en-US ] = "The connection to the outgoing mail server has been established";
114     };
115     String ST_SEND
116     {
117         Text[ en-US ] = "Sending e-mails...";
118     };
119     FixedLine  FL_TRANSFERSTATUS
120     {
121         Pos = MAP_APPFONT ( 6 , 28 ) ;
122         Size = MAP_APPFONT ( 238 , 8 ) ;
123         Text[ en-US ] = "Transfer status";
124     };
125     FixedText  FT_TRANSFERSTATUS
126     {
127         Pos = MAP_APPFONT ( 12, 39 ) ;
128         Size = MAP_APPFONT ( 110 , 8 ) ;
129         Text[ en-US ] = "%1 of %2 e-mails sent";
130     };
131     FixedText  FI_PAUSED
132     {
133         Pos = MAP_APPFONT ( 125, 39 ) ;
134         Size = MAP_APPFONT ( 100 , 8 ) ;
135         Hide = TRUE;
136         Text[ en-US ] = "Sending paused";
137     };
138     Window    PB_PROGRESS
139     {
140         Pos = MAP_APPFONT ( 12 , 50 ) ;
141         Size = MAP_APPFONT ( 226 , 14 ) ;
142         Border = TRUE;
143     };
144     FixedText  FT_ERRORSTATUS
145     {
146         Pos = MAP_APPFONT ( 12 , 67 ) ;
147         Size = MAP_APPFONT ( 226 , 8 ) ;
148         Text[ en-US ] = "E-mails not sent: %1";
149     };
150     PushButton PB_DETAILS
151     {
152         Pos = MAP_APPFONT ( 188 , 81 ) ;
153         Size = MAP_APPFONT ( 50 , 14 ) ;
154         Text[ en-US ] = "More >>";
155     };
156     String  ST_LESS
157     {
158         Text[ en-US ] = "<< Less";
159     };
161     Control LB_STATUS
162     {
163         Pos = MAP_APPFONT ( 12 , 101 ) ;
164         Size = MAP_APPFONT ( 226 , 80 ) ;
165         Border = TRUE;
166     };
167     FixedLine  FL_SEPARATOR
168     {
169         Pos = MAP_APPFONT ( 0 , 187 ) ;
170         Size = MAP_APPFONT ( 250 , 8 ) ;
171     };
172     PushButton PB_STOP
173     {
174         Pos = MAP_APPFONT ( 141 , 201 ) ;
175         Size = MAP_APPFONT ( 50 , 14 ) ;
176         Text[ en-US ] = "~Stop";
177     };
178     PushButton PB_CLOSE
179     {
180         Pos = MAP_APPFONT ( 194 , 201 ) ;
181         Size = MAP_APPFONT ( 50 , 14 ) ;
182         Text[ en-US ] = "C~lose";
183     };
184     String     ST_CONTINUE
185     {
186         Text[ en-US ] = "~Continue";
187     };
188     #define IMGLIST2_IDS\
189         IdList = \
190         { \
191             FN_FORMULA_CANCEL ;\
192             FN_FORMULA_APPLY     ;\
193         }; \
194         IdCount = 2
196     ImageList ILIST
197     {
198         Prefix = "sc";
199         MaskColor = IMAGE_MASK_COLOR;
200         IMGLIST2_IDS;
201     };
203     ImageList ILIST_HC
204     {
205         Prefix = "sch";
206         MaskColor = IMAGE_MASK_COLOR ;
207         IMGLIST2_IDS;
208     };
209     String ST_TASK
210     {
211         Text[ en-US ] = "Task";
212     };
213     String ST_STATUS
214     {
215         Text[ en-US ] = "Status";
216     };
217     String ST_SENDINGTO
218     {
219         Text[ en-US ] = "Sending to: %1";
220     };
221     String ST_COMPLETED
222     {
223         Text[ en-US ] = "Successfully sent";
224     };
225     String ST_FAILED
226     {
227         Text[ en-US ] = "Sending failed (invalid address)";
228     };
229     String ST_TERMINATEQUERY
230     {
231         Text[ en-US ] = "There are still e-mail messages in your %PRODUCTNAME Outbox.\nWould you like to exit anyway?";
232     };
235 ModalDialog DLG_MM_SENDWARNING
237     OutputSize = TRUE ;
238     SVLook = TRUE ;
239     HelpID = HID_MM_SENDWARNING;
240     Size = MAP_APPFONT ( 240 , 137 ) ;
241     Moveable = TRUE ;
243     Text[en-US] = "E-Mails could not be sent";
244     FixedImage IM_WARNING
245     {
246         Pos = MAP_APPFONT ( 6 , 3 ) ;
247         Size = MAP_APPFONT ( 30 , 30 ) ;
248     };
249     FixedText FI_WARNING
250     {
251         Pos = MAP_APPFONT ( 40 , 6 ) ;
252         Size = MAP_APPFONT ( 170 , 30 ) ;
253         WordBreak = TRUE;
254         Text[ en-US ] = "The following error occurred:";
255     };
256     FixedText   FT_DETAILS
257     {
258         Pos = MAP_APPFONT (  40, 39 ) ;
259         Size = MAP_APPFONT (  174, 8 ) ;
260         Text[ en-US ] = "Detailed information";
261     };
262     MultiLineEdit ED_DETAILS
263     {
264         Pos = MAP_APPFONT ( 40 , 50 ) ;
265         Size = MAP_APPFONT ( 194 , 50 ) ;
266         Border = TRUE;
267         Readonly = TRUE;
268     };
269     FixedLine FL_SEPARATOR
270     {
271         Pos = MAP_APPFONT ( 0 , 106 ) ;
272         Size = MAP_APPFONT ( 240 , 8 ) ;
273     };
274     OKButton PB_OK
275     {
276         Pos = MAP_APPFONT ( 95 ,  117) ;
277         Size = MAP_APPFONT ( 50 , 14 ) ;
278         DefButton = TRUE;
279     };