update dev300-m58
[ooovba.git] / svx / source / dialog / docrecovery.src
bloba5698ad742e81fa93cd774293e9156b0b565a1f0
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: docrecovery.src,v $
10  * $Revision: 1.19 $
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  ************************************************************************/
31 #include <svx/dialogs.hrc>
32 #include "helpid.hrc"
34 #include "docrecovery.hrc"
36 TabDialog RID_SVX_TABDLG_DOCRECOVERY
38     Size = MAP_APPFONT( TABDLG_WIDTH, TABDLG_HEIGHT );
39     HelpId = HID_SVX_TABDLG_DOCRECOVERY;
40     OutputSize = TRUE;
41     SVLook = TRUE;
42     Moveable = TRUE;
43     Closeable = FALSE;
44     Text = "%PRODUCTNAME %PRODUCTVERSION";
47 TabPage RID_SVXPAGE_DOCRECOVERY_SAVE
49     Size = MAP_APPFONT( SAVE_WIDTH, SAVE_HEIGHT );
50     HelpId = HID_SVX_TP_DOCRECOVERY_SAVE;
51     OutputSize = TRUE;
52     SVLook = TRUE;
53     Hide = TRUE;
54     Window WIN_SAVE_TITLE
55     {
56         Pos = MAP_APPFONT( 0 , 0 );
57         Size = MAP_APPFONT( SAVE_WIDTH, SAVE_ROW1 );
58     };
59     FixedText FT_SAVE_TITLE
60     {
61         Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW0 );
62         Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
63         Text[ en-US ] = "%PRODUCTNAME Document Recovery";
64     };
65     FixedLine FL_SAVE_TITLE
66     {
67         Pos = MAP_APPFONT( 0 , SAVE_ROW1 );
68         Size = MAP_APPFONT( SAVE_WIDTH, 2 );
69     };
70     FixedText FT_SAVE_DESCR
71     {
72         Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW2 );
73         Size = MAP_APPFONT( SAVE_CONTROLWIDTH, (SAVE_ROW3-SAVE_ROW2-RSC_SP_CTRL_DESC_Y) );
74         WordBreak = TRUE;
75         Text[ en-US ] = "Due to an unexpected error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically.";
76     };
77     FixedText FT_SAVE_FILELIST
78     {
79         Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW3 );
80         Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
81         Text[ en-US ] = "The following files will be recovered:";
82     };
83     ListBox LB_SAVE_FILELIST
84     {
85         Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW4 );
86         Size = MAP_APPFONT( SAVE_CONTROLWIDTH, SAVE_FILELISTHEIGHT );
87         Border = TRUE;
88         TabStop = TRUE;
89     };
90     FixedLine FL_SAVE_BOTTOM
91     {
92         Pos = MAP_APPFONT( 0 , SAVE_ROW7 );
93         Size = MAP_APPFONT( SAVE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
94     };
95     OKButton BT_SAVE_OK
96     {
97         Pos = MAP_APPFONT( SAVE_COL1 , SAVE_ROW8 );
98         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
99         DefButton = TRUE;
100     };
103 ModalDialog RID_SVX_MDLG_DOCRECOVERY_PROGR
105     Size = MAP_APPFONT( SAVEPROGR_WIDTH, SAVEPROGR_HEIGHT );
106     HelpId = HID_SVX_MDLG_DOCRECOVERY_PROGR;
107     OutputSize = TRUE;
108     SVLook = TRUE;
109     Moveable = TRUE;
110     Closeable = FALSE;
111     Text = "%PRODUCTNAME %PRODUCTVERSION";
113     FixedText FT_SAVEPROGR_HINT
114     {
115         Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW0 );
116         Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
117         Text[ en-US ] = "Documents are being saved.";
118     };
119     FixedText FT_SAVEPROGR_PROGR
120     {
121         Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW1 );
122         Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
123         Text[ en-US ] = "Progress of saving: ";
124     };
125     Window WIN_SAVEPROGR_PROGR
126     {
127         Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW2 );
128         Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, PROGR_HEIGHT );
129         Border = TRUE;
130     };
133 TabPage RID_SVXPAGE_DOCRECOVERY_RECOVER
135     Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
136     HelpId = HID_SVX_TP_DOCRECOVERY_RECOVER;
137     OutputSize = TRUE;
138     SVLook = TRUE;
139     Hide = TRUE;
140     Window WIN_RECOV_TITLE
141     {
142         Pos = MAP_APPFONT( 0 , 0 );
143         Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
144     };
145     FixedText FT_RECOV_TITLE
146     {
147         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 );
148         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
149         Text[ en-US ] = "%PRODUCTNAME Document Recovery";
150     };
151     FixedLine FL_RECOV_TITLE
152     {
153         Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
154         Size = MAP_APPFONT( RECOV_WIDTH, 2 );
155     };
156     FixedText FT_RECOV_DESCR
157     {
158         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
159         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT );
160         WordBreak = TRUE;
161         Text[ en-US ] = "Press 'Start Recovery' to start the recovery process of the documents listed below.\n\nThe 'Status' column shows whether the document could be recovered.";
162     };
163     FixedText FT_RECOV_PROGR
164     {
165         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW3 );
166         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
167         Text[ en-US ] = "Recovering document:";
168     };
169     Window WIN_RECOV_PROGR
170     {
171         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW4 );
172         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, PROGR_HEIGHT );
173         Border = TRUE;
174     };
175     FixedText FT_RECOV_FILELIST
176     {
177         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW5 );
178         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
179         Text[ en-US ] = "Status of recovered documents:";
180     };
181     String STR_HEADERBAR
182     {
183         Text[ en-US ] = "Document Name\tStatus";
184     };
185     Control LB_RECOV_FILELIST
186     {
187         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW6 );
188         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT );
189         Border = TRUE;
190         SVLook = TRUE;
191     };
192     FixedLine FL_RECOV_BOTTOM
193     {
194         Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
195         Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
196     };
197     PushButton BTN_RECOV_NEXT
198     {
199         Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 );
200         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH*2, RSC_CD_PUSHBUTTON_HEIGHT );
201         Text[ en-US ] = "~Start Recovery >";
202         DefButton = TRUE;
203     };
204     String STR_RECOVERY_NEXT
205     {
206         Text[ en-US ] = "~Next >";
207     };
208     CancelButton BTN_RECOV_CANCEL
209     {
210         Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
211         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
212     };
213     Image IMG_GREENCHECK
214     {
215         ImageBitmap = Bitmap { File = "nu01.png"; };
216     };
217     Image IMG_GREENCHECK_HC
218     {
219         ImageBitmap = Bitmap { File = "nuh01.png"; };
220     };
221     Image IMG_YELLOWCHECK
222     {
223         ImageBitmap = Bitmap { File = "nu04.png"; };
224     };
225     Image IMG_YELLOWCHECK_HC
226     {
227         ImageBitmap = Bitmap { File = "nuh04.png"; };
228     };
229     Image IMG_REDCROSS
230     {
231         ImageBitmap = Bitmap { File = "nu02.png"; };
232     };
233     Image IMG_REDCROSS_HC
234     {
235         ImageBitmap = Bitmap { File = "nuh02.png"; };
236     };
237     String STR_SUCCESSRECOV
238     {
239         Text[ en-US ] = "Successfully recovered";
240     };
241     String STR_ORIGDOCRECOV
242     {
243         Text[ en-US ] = "Original document recovered";
244     };
245     String STR_RECOVFAILED
246     {
247         Text[ en-US ] = "Recovery failed";
248     };
249     String STR_RECOVINPROGR
250     {
251         Text[ en-US ] = "Recovery in progress";
252     };
253     String STR_NOTRECOVYET
254     {
255         Text[ en-US ] = "Not recovered yet";
256     };
257     String STR_RECOVERY_INPROGRESS
258     {
259         Text[ en-US ] = "%PRODUCTNAME %PRODUCTVERSION will start to recover your documents. Depending on the size of the documents this process can take some time." ;
260     };
261     String STR_RECOVERY_REPORT
262     {
263         Text[ en-US ] = "A report of the crash was created to help us identify the reason why %PRODUCTNAME crashed. Click 'Next' to get to the Error Report Tool or press 'Cancel' to skip this step." ;
264     };
265     String STR_RECOVERYONLY_FINISH_DESCR
266     {
267         Text[ en-US ] = "Recovery of your documents was finished.\nClick 'Finish' to see your documents.";
268     };
269     String STR_RECOVERYONLY_FINISH
270     {
271         Text[ en-US ] = "~Finish";
272     };
275 QueryBox RID_SVXQB_EXIT_RECOVERY
277     BUTTONS = WB_YES_NO ;
278     DEFBUTTON = WB_DEF_YES ;
279     Message [ en-US ] = "Are you sure you want to cancel the %PRODUCTNAME document recovery?";
282 ModalDialog RID_SVX_MDLG_DOCRECOVERY_BROKEN
284     Size = MAP_APPFONT( BROKEN_WIDTH, BROKEN_HEIGHT );
285     HelpId = HID_SVX_MDLG_DOCRECOVERY_BROKEN;
286     OutputSize = TRUE;
287     SVLook = TRUE;
288     Moveable = TRUE;
289     Text = "%PRODUCTNAME %PRODUCTVERSION";
291     FixedText FT_BROKEN_DESCR
292     {
293         Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW0 );
294         Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (5*RSC_CD_FIXEDTEXT_HEIGHT) );
295         WordBreak = TRUE;
296         Text[ en-US ] = "The automatic recovery process was interrupted.\n\nThe documents listed below will be saved in the folder noted below if you click 'Save'. Click 'Cancel' to close the wizard without saving the documents.";
297     };
298     FixedText FT_BROKEN_FILELIST
299     {
300         Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW1 );
301         Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
302         Text[ en-US ] = "Documents";
303     };
304     ListBox LB_BROKEN_FILELIST
305     {
306         Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW2 );
307         Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (BROKEN_ROW3-BROKEN_ROW2) );
308         Border = TRUE;
309         TabStop = TRUE;
310     };
311     FixedText FT_BROKEN_SAVEDIR
312     {
313         Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW4 + 1 ); // see ED_BROKEN_SAVEDIR
314         Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
315         Text[ en-US ] = "~Save to";
316     };
317     Edit ED_BROKEN_SAVEDIR
318     {
319         Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW5 + 1 ); // center to pushbutton
320         Size = MAP_APPFONT( BROKEN_COL2 - BROKEN_COL0, RSC_CD_TEXTBOX_HEIGHT );
321         Border = TRUE;
322     };
323     PushButton BTN_BROKEN_SAVEDIR
324     {
325         Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW5 );
326         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
327         Text [ en-US ] = "Chan~ge...";
328     };
329     FixedLine FL_BROKEN_BOTTOM
330     {
331         Pos = MAP_APPFONT( 0 , BROKEN_ROW6 );
332         Size = MAP_APPFONT( BROKEN_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
333     };
334     OKButton BTN_BROKEN_OK
335     {
336         Pos = MAP_APPFONT( BROKEN_COL1, BROKEN_ROW7 );
337         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
338         DefButton = TRUE;
339         Text [ en-US ] = "~Save";
340     };
341     CancelButton BTN_BROKEN_CANCEL
342     {
343         Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW7 );
344         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
345     };
348 TabPage RID_SVXPAGE_ERR_REP_WELCOME
350     Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
351     HelpId = HID_SVX_TP_ERR_REP_WELCOME;
352     OutputSize = TRUE;
353     SVLook = TRUE;
354     Hide = TRUE;
355     Window WIN_RECOV_TITLE
356     {
357         Pos = MAP_APPFONT( 0 , 0 );
358         Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
359     };
360     FixedText FT_RECOV_TITLE
361     {
362         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 );
363         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
364         Text[ en-US ] = "Welcome to the %PRODUCTNAME %PRODUCTVERSION Error Report";
365     };
366     FixedLine FL_RECOV_TITLE
367     {
368         Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
369         Size = MAP_APPFONT( RECOV_WIDTH, 2 );
370     };
371     FixedText FT_RECOV_DESCR
372     {
373         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
374         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, (RECOV_ROW7-RECOV_ROW2-RSC_SP_CTRL_Y) );
375         WordBreak = TRUE;
376         Text[ en-US ] = "This error report tool gathers information about how %PRODUCTNAME is working and sends it to Sun Microsystems to help improve future versions.\n\nIt's easy - just send the report without any further effort on your part by clicking 'Send' in the next dialog, or you can briefly describe how the error occurred and then click 'Send'. If you want to see the report, click the 'Show Report' button. No data will be sent if you click 'Do Not Send'.\n\nCustomer Privacy\nThe information gathered is limited to data concerning the state of %PRODUCTNAME %PRODUCTVERSION when the error occurred. Other information about passwords or document contents is not collected.\n\nThe information will only be used to improve the quality of %PRODUCTNAME and will not be shared with third parties.\nFor more information on Sun Microsystems' privacy policy, visit\nhttp://www.sun.com/privacy/";
377     };
378     FixedLine FL_RECOV_BOTTOM
379     {
380         Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
381         Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
382     };
383     PushButton BTN_RECOV_PREV
384     {
385         Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 );
386         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
387         Text[ en-US ] = "< ~Back";
388     };
389     OKButton BTN_RECOV_NEXT
390     {
391         Pos = MAP_APPFONT( RECOV_COL_D, RECOV_ROW9 );
392         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
393         Text[ en-US ] = "~Next >";
394         DefButton = TRUE;
395     };
396     CancelButton BTN_RECOV_CANCEL
397     {
398         Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
399         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
400     };
403 TabPage RID_SVXPAGE_ERR_REP_SEND
405     Size = MAP_APPFONT( ERRSEND_WIDTH, ERRSEND_HEIGHT );
406     HelpId = HID_SVX_TP_ERR_REP_SEND;
407     OutputSize = TRUE;
408     SVLook = TRUE;
409     Hide = TRUE;
410     Window WIN_RECOV_TITLE
411     {
412         Pos = MAP_APPFONT( 0 , 0 );
413         Size = MAP_APPFONT( ERRSEND_WIDTH, RECOV_TITLEWINHEIGHT );
414     };
415     FixedText FT_RECOV_TITLE
416     {
417         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW0 );
418         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH1, RSC_CD_FIXEDTEXT_HEIGHT );
419         Text[ en-US ] = "Sending the Error Report";
420     };
421     FixedLine FL_RECOV_TITLE
422     {
423         Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
424         Size = MAP_APPFONT( RECOV_WIDTH, 2 );
425     };
426     FixedText FT_RECOV_DESCR
427     {
428         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW2 );
429         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW3-ERRSEND_ROW2) );
430         WordBreak = TRUE;
431         Text[ en-US ] = "In the spaces below, you can enter a title for your error report and describe the action you were trying to carry out when the error occurred. Then click 'Send'.";
432     };
434     FixedText FT_ERRSEND_DOCTYPE
435     {
436         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW4 );
437         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, 2*RSC_CD_FIXEDTEXT_HEIGHT );
438         WordBreak = TRUE;
439         Text[ en-US ] = "~Which type of document (e.g. presentation) were you using when the error occurred?";
440     };
441     Edit ED_ERRSEND_DOCTYPE
442     {
443         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW5 );
444         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_TEXTBOX_HEIGHT );
445         Border = TRUE;
446     };
447     FixedText FT_ERRSEND_USING
448     {
449         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW7 );
450         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_FIXEDTEXT_HEIGHT );
451         Text[ en-US ] = "~How were you using %PRODUCTNAME when the error occurred? (optional)";
452     };
453     MultiLineEdit ML_ERRSEND_USING
454     {
455         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW8 );
456         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW12-ERRSEND_ROW8-RSC_SP_CTRL_Y) );
457         VScroll = TRUE;
458         IgnoreTab = TRUE;
459         Border = TRUE;
460     };
461     PushButton BTN_ERRSEND_SHOWREP
462     {
463         Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW8 );
464         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
465         Text[ en-US ] = "Show ~Report";
466     };
467     PushButton BTN_ERRSEND_OPT
468     {
469         Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW10 );
470         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
471         Text[ en-US ] = "~Options...";
472     };
473     CheckBox CB_ERRSEND_CONTACT
474     {
475         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW12 );
476         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_CHECKBOX_HEIGHT );
477         Check = FALSE;
478         Text[ en-US ] = "~I allow Sun Microsystems to contact me regarding this report.";
479     };
480     FixedText FT_ERRSEND_EMAILADDR
481     {
482         Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW13 );
483         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_FIXEDTEXT_HEIGHT );
484         Text[ en-US ] = "~Please enter your e-mail address";
485     };
486     Edit ED_ERRSEND_EMAILADDR
487     {
488         Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW14 );
489         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_TEXTBOX_HEIGHT );
490         Border = TRUE;
491     };
492     FixedLine FL_RECOV_BOTTOM
493     {
494         Pos = MAP_APPFONT( 0 , ERRSEND_ROW15 );
495         Size = MAP_APPFONT( ERRSEND_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
496     };
497     PushButton BTN_RECOV_PREV
498     {
499         Pos = MAP_APPFONT( ERRSEND_COL5, ERRSEND_ROW16 );
500         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
501         Text[ en-US ] = "< ~Back";
502     };
503     OKButton BTN_RECOV_NEXT
504     {
505         Pos = MAP_APPFONT( ERRSEND_COL6, ERRSEND_ROW16 );
506         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
507         Text[ en-US ] = "S~end";
508         DefButton = TRUE;
509     };
510     CancelButton BTN_RECOV_CANCEL
511     {
512         Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW16 );
513         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
514         Text[ en-US ] = "Do ~Not Send";
515     };
518 ModalDialog RID_SVX_MDLG_ERR_REP_OPTIONS
520     Size = MAP_APPFONT( ERROPT_WIDTH, ERROPT_HEIGHT );
521     HelpId = HID_SVX_MDLG_ERR_REP_OPTIONS;
522     OutputSize = TRUE;
523     SVLook = TRUE;
524     Moveable = TRUE;
525     Text[ en-US ] = "Options";
527     FixedLine FL_ERROPT_PROXY
528     {
529         Pos = MAP_APPFONT( ERROPT_COLA, ERROPT_ROW0 );
530         Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLA, RSC_CD_FIXEDLINE_HEIGHT );
531         Text[ en-US ] = "Proxy settings";
532     };
534     RadioButton BTN_ERROPT_SYSTEM
535     {
536         Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW1 );
537         Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
538         Text[ en-US ] = "Use ~system settings";
539     };
541     RadioButton BTN_ERROPT_DIRECT
542     {
543         Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW2 );
544         Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
545         Text[ en-US ] = "Use ~direct connection to the Internet";
546     };
548     RadioButton BTN_ERROPT_MANUAL
549     {
550         Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW3 );
551         Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
552         Text[ en-US ] = "Use ~manual settings";
553     };
555     FixedText FT_ERROPT_PROXYSERVER
556     {
557         Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW4 );
558         Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
559         Text[ en-US ] = "HT~TP Proxy";
560     };
562     Edit ED_ERROPT_PROXYSERVER
563     {
564         Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW5 );
565         Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
566         Border = TRUE;
567     };
569     FixedText FT_ERROPT_PROXYPORT
570     {
571         Pos = MAP_APPFONT( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW4 );
572         Size = MAP_APPFONT( ERROPT_PORT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
573         Text[ en-US ] = "~Port";
574     };
576     Edit ED_ERROPT_PROXYPORT
577     {
578         Pos = MAP_APPFONT( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW5 );
579         Size = MAP_APPFONT( ERROPT_PORT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
580         Border = TRUE;
581     };
583     FixedText FT_ERROPT_DESCRIPTION
584     {
585         Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW6 );
586         Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, ERROPT_ROW7 - ERROPT_ROW6 );
587         WordBreak = TRUE;
588         Text[ en-US ] = "The %PRODUCTNAME Error Report tool needs to be connected to the Internet to be able to send error reports.\nCompanies often use proxy servers in conjunction with a firewall to protect the network.\nIf this applies to your situation, you have to specify the address and port for the server.";
589     };
591     FixedLine FL_ERROPT_BUTTONS
592     {
593         Pos = MAP_APPFONT( 0, ERROPT_ROW8 );
594         Size = MAP_APPFONT( ERROPT_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
595     };
597     OKButton BTN_ERROPT_OK
598     {
599         Pos = MAP_APPFONT( ERROPT_COLD, ERROPT_ROW9 );
600         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
601         DefButton = TRUE;
602     };
604     CancelButton BTN_ERROPT_CANCEL
605     {
606         Pos = MAP_APPFONT( ERROPT_COLE, ERROPT_ROW9 );
607         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
608     };
612 ModalDialog RID_SVX_MDLG_ERR_REP_PREVIEW
614     Size = MAP_APPFONT( ERRPREVIEW_WIDTH, ERRPREVIEW_HEIGHT );
615     HelpId = HID_SVX_MDLG_ERR_REP_PREVIEW;
616     OutputSize = TRUE;
617     SVLook = TRUE;
618     Moveable = TRUE;
619     Sizeable = TRUE;
620     Text[ en-US ] = "Error Report";
622     MultiLineEdit ML_ERRPREVIEW_CONTENT
623     {
624         Pos = MAP_APPFONT( ERRPREVIEW_COLA, ERRPREVIEW_ROW0 );
625         Size = MAP_APPFONT( ERRPREVIEW_COLC - ERRPREVIEW_COLA, ERRPREVIEW_ROW1 - ERRPREVIEW_ROW0 );
626         VScroll = TRUE;
627         HScroll = TRUE;
628         ReadOnly = TRUE;
629         Border = TRUE;
630     };
632     OKButton BTN_ERRPREVIEW_OK
633     {
634         Pos = MAP_APPFONT( ERRPREVIEW_COLB, ERRPREVIEW_ROW2 );
635         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
636         DefButton = TRUE;
637     };