1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: docrecovery.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include <svx/dialogs.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;
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;
56 Pos = MAP_APPFONT( 0 , 0 );
57 Size = MAP_APPFONT( SAVE_WIDTH, SAVE_ROW1 );
59 FixedText FT_SAVE_TITLE
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";
65 FixedLine FL_SAVE_TITLE
67 Pos = MAP_APPFONT( 0 , SAVE_ROW1 );
68 Size = MAP_APPFONT( SAVE_WIDTH, 2 );
70 FixedText FT_SAVE_DESCR
72 Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW2 );
73 Size = MAP_APPFONT( SAVE_CONTROLWIDTH, (SAVE_ROW3-SAVE_ROW2-RSC_SP_CTRL_DESC_Y) );
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.";
77 FixedText FT_SAVE_FILELIST
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:";
83 ListBox LB_SAVE_FILELIST
85 Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW4 );
86 Size = MAP_APPFONT( SAVE_CONTROLWIDTH, SAVE_FILELISTHEIGHT );
90 FixedLine FL_SAVE_BOTTOM
92 Pos = MAP_APPFONT( 0 , SAVE_ROW7 );
93 Size = MAP_APPFONT( SAVE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
97 Pos = MAP_APPFONT( SAVE_COL1 , SAVE_ROW8 );
98 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
103 ModalDialog RID_SVX_MDLG_DOCRECOVERY_PROGR
105 Size = MAP_APPFONT( SAVEPROGR_WIDTH, SAVEPROGR_HEIGHT );
106 HelpId = HID_SVX_MDLG_DOCRECOVERY_PROGR;
111 Text = "%PRODUCTNAME %PRODUCTVERSION";
113 FixedText FT_SAVEPROGR_HINT
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.";
119 FixedText FT_SAVEPROGR_PROGR
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: ";
125 Window WIN_SAVEPROGR_PROGR
127 Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW2 );
128 Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, PROGR_HEIGHT );
133 TabPage RID_SVXPAGE_DOCRECOVERY_RECOVER
135 Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
136 HelpId = HID_SVX_TP_DOCRECOVERY_RECOVER;
140 Window WIN_RECOV_TITLE
142 Pos = MAP_APPFONT( 0 , 0 );
143 Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
145 FixedText FT_RECOV_TITLE
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";
151 FixedLine FL_RECOV_TITLE
153 Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
154 Size = MAP_APPFONT( RECOV_WIDTH, 2 );
156 FixedText FT_RECOV_DESCR
158 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
159 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT );
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.";
163 FixedText FT_RECOV_PROGR
165 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW3 );
166 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
167 Text[ en-US ] = "Recovering document:";
169 Window WIN_RECOV_PROGR
171 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW4 );
172 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, PROGR_HEIGHT );
175 FixedText FT_RECOV_FILELIST
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:";
183 Text[ en-US ] = "Document Name\tStatus";
185 Control LB_RECOV_FILELIST
187 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW6 );
188 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT );
192 FixedLine FL_RECOV_BOTTOM
194 Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
195 Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
197 PushButton BTN_RECOV_NEXT
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 >";
204 String STR_RECOVERY_NEXT
206 Text[ en-US ] = "~Next >";
208 CancelButton BTN_RECOV_CANCEL
210 Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
211 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
215 ImageBitmap = Bitmap { File = "nu01.png"; };
217 Image IMG_GREENCHECK_HC
219 ImageBitmap = Bitmap { File = "nuh01.png"; };
221 Image IMG_YELLOWCHECK
223 ImageBitmap = Bitmap { File = "nu04.png"; };
225 Image IMG_YELLOWCHECK_HC
227 ImageBitmap = Bitmap { File = "nuh04.png"; };
231 ImageBitmap = Bitmap { File = "nu02.png"; };
233 Image IMG_REDCROSS_HC
235 ImageBitmap = Bitmap { File = "nuh02.png"; };
237 String STR_SUCCESSRECOV
239 Text[ en-US ] = "Successfully recovered";
241 String STR_ORIGDOCRECOV
243 Text[ en-US ] = "Original document recovered";
245 String STR_RECOVFAILED
247 Text[ en-US ] = "Recovery failed";
249 String STR_RECOVINPROGR
251 Text[ en-US ] = "Recovery in progress";
253 String STR_NOTRECOVYET
255 Text[ en-US ] = "Not recovered yet";
257 String STR_RECOVERY_INPROGRESS
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." ;
261 String STR_RECOVERY_REPORT
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." ;
265 String STR_RECOVERYONLY_FINISH_DESCR
267 Text[ en-US ] = "Recovery of your documents was finished.\nClick 'Finish' to see your documents.";
269 String STR_RECOVERYONLY_FINISH
271 Text[ en-US ] = "~Finish";
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;
289 Text = "%PRODUCTNAME %PRODUCTVERSION";
291 FixedText FT_BROKEN_DESCR
293 Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW0 );
294 Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (5*RSC_CD_FIXEDTEXT_HEIGHT) );
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.";
298 FixedText FT_BROKEN_FILELIST
300 Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW1 );
301 Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
302 Text[ en-US ] = "Documents";
304 ListBox LB_BROKEN_FILELIST
306 Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW2 );
307 Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (BROKEN_ROW3-BROKEN_ROW2) );
311 FixedText FT_BROKEN_SAVEDIR
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";
317 Edit ED_BROKEN_SAVEDIR
319 Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW5 + 1 ); // center to pushbutton
320 Size = MAP_APPFONT( BROKEN_COL2 - BROKEN_COL0, RSC_CD_TEXTBOX_HEIGHT );
323 PushButton BTN_BROKEN_SAVEDIR
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...";
329 FixedLine FL_BROKEN_BOTTOM
331 Pos = MAP_APPFONT( 0 , BROKEN_ROW6 );
332 Size = MAP_APPFONT( BROKEN_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
334 OKButton BTN_BROKEN_OK
336 Pos = MAP_APPFONT( BROKEN_COL1, BROKEN_ROW7 );
337 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
339 Text [ en-US ] = "~Save";
341 CancelButton BTN_BROKEN_CANCEL
343 Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW7 );
344 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
348 TabPage RID_SVXPAGE_ERR_REP_WELCOME
350 Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
351 HelpId = HID_SVX_TP_ERR_REP_WELCOME;
355 Window WIN_RECOV_TITLE
357 Pos = MAP_APPFONT( 0 , 0 );
358 Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
360 FixedText FT_RECOV_TITLE
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";
366 FixedLine FL_RECOV_TITLE
368 Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
369 Size = MAP_APPFONT( RECOV_WIDTH, 2 );
371 FixedText FT_RECOV_DESCR
373 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
374 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, (RECOV_ROW7-RECOV_ROW2-RSC_SP_CTRL_Y) );
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/";
378 FixedLine FL_RECOV_BOTTOM
380 Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
381 Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
383 PushButton BTN_RECOV_PREV
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";
389 OKButton BTN_RECOV_NEXT
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 >";
396 CancelButton BTN_RECOV_CANCEL
398 Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
399 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
403 TabPage RID_SVXPAGE_ERR_REP_SEND
405 Size = MAP_APPFONT( ERRSEND_WIDTH, ERRSEND_HEIGHT );
406 HelpId = HID_SVX_TP_ERR_REP_SEND;
410 Window WIN_RECOV_TITLE
412 Pos = MAP_APPFONT( 0 , 0 );
413 Size = MAP_APPFONT( ERRSEND_WIDTH, RECOV_TITLEWINHEIGHT );
415 FixedText FT_RECOV_TITLE
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";
421 FixedLine FL_RECOV_TITLE
423 Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
424 Size = MAP_APPFONT( RECOV_WIDTH, 2 );
426 FixedText FT_RECOV_DESCR
428 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW2 );
429 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW3-ERRSEND_ROW2) );
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'.";
434 FixedText FT_ERRSEND_DOCTYPE
436 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW4 );
437 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, 2*RSC_CD_FIXEDTEXT_HEIGHT );
439 Text[ en-US ] = "~Which type of document (e.g. presentation) were you using when the error occurred?";
441 Edit ED_ERRSEND_DOCTYPE
443 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW5 );
444 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_TEXTBOX_HEIGHT );
447 FixedText FT_ERRSEND_USING
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)";
453 MultiLineEdit ML_ERRSEND_USING
455 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW8 );
456 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW12-ERRSEND_ROW8-RSC_SP_CTRL_Y) );
461 PushButton BTN_ERRSEND_SHOWREP
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";
467 PushButton BTN_ERRSEND_OPT
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...";
473 CheckBox CB_ERRSEND_CONTACT
475 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW12 );
476 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_CHECKBOX_HEIGHT );
478 Text[ en-US ] = "~I allow Sun Microsystems to contact me regarding this report.";
480 FixedText FT_ERRSEND_EMAILADDR
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";
486 Edit ED_ERRSEND_EMAILADDR
488 Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW14 );
489 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_TEXTBOX_HEIGHT );
492 FixedLine FL_RECOV_BOTTOM
494 Pos = MAP_APPFONT( 0 , ERRSEND_ROW15 );
495 Size = MAP_APPFONT( ERRSEND_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
497 PushButton BTN_RECOV_PREV
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";
503 OKButton BTN_RECOV_NEXT
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";
510 CancelButton BTN_RECOV_CANCEL
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";
518 ModalDialog RID_SVX_MDLG_ERR_REP_OPTIONS
520 Size = MAP_APPFONT( ERROPT_WIDTH, ERROPT_HEIGHT );
521 HelpId = HID_SVX_MDLG_ERR_REP_OPTIONS;
525 Text[ en-US ] = "Options";
527 FixedLine FL_ERROPT_PROXY
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";
534 RadioButton BTN_ERROPT_SYSTEM
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";
541 RadioButton BTN_ERROPT_DIRECT
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";
548 RadioButton BTN_ERROPT_MANUAL
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";
555 FixedText FT_ERROPT_PROXYSERVER
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";
562 Edit ED_ERROPT_PROXYSERVER
564 Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW5 );
565 Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
569 FixedText FT_ERROPT_PROXYPORT
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";
576 Edit ED_ERROPT_PROXYPORT
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 );
583 FixedText FT_ERROPT_DESCRIPTION
585 Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW6 );
586 Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, ERROPT_ROW7 - ERROPT_ROW6 );
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.";
591 FixedLine FL_ERROPT_BUTTONS
593 Pos = MAP_APPFONT( 0, ERROPT_ROW8 );
594 Size = MAP_APPFONT( ERROPT_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
597 OKButton BTN_ERROPT_OK
599 Pos = MAP_APPFONT( ERROPT_COLD, ERROPT_ROW9 );
600 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
604 CancelButton BTN_ERROPT_CANCEL
606 Pos = MAP_APPFONT( ERROPT_COLE, ERROPT_ROW9 );
607 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
612 ModalDialog RID_SVX_MDLG_ERR_REP_PREVIEW
614 Size = MAP_APPFONT( ERRPREVIEW_WIDTH, ERRPREVIEW_HEIGHT );
615 HelpId = HID_SVX_MDLG_ERR_REP_PREVIEW;
620 Text[ en-US ] = "Error Report";
622 MultiLineEdit ML_ERRPREVIEW_CONTENT
624 Pos = MAP_APPFONT( ERRPREVIEW_COLA, ERRPREVIEW_ROW0 );
625 Size = MAP_APPFONT( ERRPREVIEW_COLC - ERRPREVIEW_COLA, ERRPREVIEW_ROW1 - ERRPREVIEW_ROW0 );
632 OKButton BTN_ERRPREVIEW_OK
634 Pos = MAP_APPFONT( ERRPREVIEW_COLB, ERRPREVIEW_ROW2 );
635 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );