bump product version to 4.1.6.2
[LibreOffice.git] / svx / source / dialog / docrecovery.src
blob10d9e3c4a364a462200a0b872d6a9c4b8773508c
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  */
20 #include <svx/dialogs.hrc>
21 #include "helpid.hrc"
23 #include "docrecovery.hrc"
25 TabDialog RID_SVX_TABDLG_DOCRECOVERY
27     Size = MAP_APPFONT( TABDLG_WIDTH, TABDLG_HEIGHT );
28     HelpId = HID_SVX_TABDLG_DOCRECOVERY;
29     OutputSize = TRUE;
30     SVLook = TRUE;
31     Moveable = TRUE;
32     Closeable = FALSE;
33     Text = "%PRODUCTNAME %PRODUCTVERSION";
36 TabPage RID_SVXPAGE_DOCRECOVERY_SAVE
38     Size = MAP_APPFONT( SAVE_WIDTH, SAVE_HEIGHT );
39     HelpId = HID_SVX_TP_DOCRECOVERY_SAVE;
40     OutputSize = TRUE;
41     SVLook = TRUE;
42     Hide = TRUE;
43     Window WIN_SAVE_TITLE
44     {
45         Pos = MAP_APPFONT( 0 , 0 );
46         Size = MAP_APPFONT( SAVE_WIDTH, SAVE_ROW1 );
47     };
48     FixedText FT_SAVE_TITLE
49     {
50         Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW0 );
51         Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
52         Text[ en-US ] = "%PRODUCTNAME Document Recovery";
53     };
54     FixedLine FL_SAVE_TITLE
55     {
56         Pos = MAP_APPFONT( 0 , SAVE_ROW1 );
57         Size = MAP_APPFONT( SAVE_WIDTH, 2 );
58     };
59     FixedText FT_SAVE_DESCR
60     {
61         Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW2 );
62         Size = MAP_APPFONT( SAVE_CONTROLWIDTH, (SAVE_ROW3-SAVE_ROW2-RSC_SP_CTRL_DESC_Y) );
63         WordBreak = TRUE;
64         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.";
65     };
66     FixedText FT_SAVE_FILELIST
67     {
68         Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW3 );
69         Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
70         Text[ en-US ] = "The following files will be recovered:";
71     };
72     ListBox LB_SAVE_FILELIST
73     {
74         HelpID = "svx:ListBox:RID_SVXPAGE_DOCRECOVERY_SAVE:LB_SAVE_FILELIST";
75         Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW4 );
76         Size = MAP_APPFONT( SAVE_CONTROLWIDTH, SAVE_FILELISTHEIGHT );
77         Border = TRUE;
78         TabStop = TRUE;
79     };
80     FixedLine FL_SAVE_BOTTOM
81     {
82         Pos = MAP_APPFONT( 0 , SAVE_ROW7 );
83         Size = MAP_APPFONT( SAVE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
84     };
85     OKButton BT_SAVE_OK
86     {
87         Pos = MAP_APPFONT( SAVE_COL1 , SAVE_ROW8 );
88         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
89         DefButton = TRUE;
90     };
93 ModalDialog RID_SVX_MDLG_DOCRECOVERY_PROGR
95     Size = MAP_APPFONT( SAVEPROGR_WIDTH, SAVEPROGR_HEIGHT );
96     HelpId = HID_SVX_MDLG_DOCRECOVERY_PROGR;
97     OutputSize = TRUE;
98     SVLook = TRUE;
99     Moveable = TRUE;
100     Closeable = FALSE;
101     Text = "%PRODUCTNAME %PRODUCTVERSION";
103     FixedText FT_SAVEPROGR_HINT
104     {
105         Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW0 );
106         Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
107         Text[ en-US ] = "Documents are being saved.";
108     };
109     FixedText FT_SAVEPROGR_PROGR
110     {
111         Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW1 );
112         Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
113         Text[ en-US ] = "Progress of saving: ";
114     };
115     Window WIN_SAVEPROGR_PROGR
116     {
117         Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW2 );
118         Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, PROGR_HEIGHT );
119         Border = TRUE;
120     };
123 TabPage RID_SVXPAGE_DOCRECOVERY_RECOVER
125     Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
126     HelpId = HID_SVX_TP_DOCRECOVERY_RECOVER;
127     OutputSize = TRUE;
128     SVLook = TRUE;
129     Hide = TRUE;
130     Window WIN_RECOV_TITLE
131     {
132         Pos = MAP_APPFONT( 0 , 0 );
133         Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
134     };
135     FixedText FT_RECOV_TITLE
136     {
137         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 );
138         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
139         Text[ en-US ] = "%PRODUCTNAME Document Recovery";
140     };
141     FixedLine FL_RECOV_TITLE
142     {
143         Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
144         Size = MAP_APPFONT( RECOV_WIDTH, 2 );
145     };
146     FixedText FT_RECOV_DESCR
147     {
148         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
149         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT );
150         WordBreak = TRUE;
151         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.";
152     };
153     FixedText FT_RECOV_PROGR
154     {
155         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW3 );
156         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
157         Text[ en-US ] = "Recovering document:";
158     };
159     Window WIN_RECOV_PROGR
160     {
161         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW4 );
162         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, PROGR_HEIGHT );
163         Border = TRUE;
164     };
165     FixedText FT_RECOV_FILELIST
166     {
167         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW5 );
168         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
169         Text[ en-US ] = "Status of recovered documents:";
170     };
171     String STR_HEADERBAR
172     {
173         Text[ en-US ] = "Document Name\tStatus";
174     };
175     Control LB_RECOV_FILELIST
176     {
177         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW6 );
178         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT );
179         Border = TRUE;
180         SVLook = TRUE;
181     };
182     FixedLine FL_RECOV_BOTTOM
183     {
184         Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
185         Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
186     };
187     PushButton BTN_RECOV_NEXT
188     {
189         HelpID = "svx:PushButton:RID_SVXPAGE_DOCRECOVERY_RECOVER:BTN_RECOV_NEXT";
190         Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 );
191         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH*2, RSC_CD_PUSHBUTTON_HEIGHT );
192         Text[ en-US ] = "~Start Recovery >";
193         DefButton = TRUE;
194     };
195     String STR_RECOVERY_NEXT
196     {
197         Text[ en-US ] = "~Next >";
198     };
199     CancelButton BTN_RECOV_CANCEL
200     {
201         Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
202         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
203     };
204     Image IMG_GREENCHECK
205     {
206         ImageBitmap = Bitmap { File = "nu01.png"; };
207     };
208     Image IMG_YELLOWCHECK
209     {
210         ImageBitmap = Bitmap { File = "nu04.png"; };
211     };
212     Image IMG_REDCROSS
213     {
214         ImageBitmap = Bitmap { File = "nu02.png"; };
215     };
216     String STR_SUCCESSRECOV
217     {
218         Text[ en-US ] = "Successfully recovered";
219     };
220     String STR_ORIGDOCRECOV
221     {
222         Text[ en-US ] = "Original document recovered";
223     };
224     String STR_RECOVFAILED
225     {
226         Text[ en-US ] = "Recovery failed";
227     };
228     String STR_RECOVINPROGR
229     {
230         Text[ en-US ] = "Recovery in progress";
231     };
232     String STR_NOTRECOVYET
233     {
234         Text[ en-US ] = "Not recovered yet";
235     };
236     String STR_RECOVERY_INPROGRESS
237     {
238         Text[ en-US ] = "%PRODUCTNAME %PRODUCTVERSION will start to recover your documents. Depending on the size of the documents this process can take some time." ;
239     };
240     String STR_RECOVERY_REPORT
241     {
242         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." ;
243     };
244     String STR_RECOVERYONLY_FINISH_DESCR
245     {
246         Text[ en-US ] = "Recovery of your documents was finished.\nClick 'Finish' to see your documents.";
247     };
248     String STR_RECOVERYONLY_FINISH
249     {
250         Text[ en-US ] = "~Finish";
251     };
254 QueryBox RID_SVXQB_EXIT_RECOVERY
256     BUTTONS = WB_YES_NO ;
257     DEFBUTTON = WB_DEF_YES ;
258     Message [ en-US ] = "Are you sure you want to cancel the %PRODUCTNAME document recovery?";
261 ModalDialog RID_SVX_MDLG_DOCRECOVERY_BROKEN
263     Size = MAP_APPFONT( BROKEN_WIDTH, BROKEN_HEIGHT );
264     HelpId = HID_SVX_MDLG_DOCRECOVERY_BROKEN;
265     OutputSize = TRUE;
266     SVLook = TRUE;
267     Moveable = TRUE;
268     Text = "%PRODUCTNAME %PRODUCTVERSION";
270     FixedText FT_BROKEN_DESCR
271     {
272         Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW0 );
273         Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (5*RSC_CD_FIXEDTEXT_HEIGHT) );
274         WordBreak = TRUE;
275         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.";
276     };
277     FixedText FT_BROKEN_FILELIST
278     {
279         Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW1 );
280         Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
281         Text[ en-US ] = "Documents";
282     };
283     ListBox LB_BROKEN_FILELIST
284     {
285         HelpID = "svx:ListBox:RID_SVX_MDLG_DOCRECOVERY_BROKEN:LB_BROKEN_FILELIST";
286         Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW2 );
287         Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (BROKEN_ROW3-BROKEN_ROW2) );
288         Border = TRUE;
289         TabStop = TRUE;
290     };
291     FixedText FT_BROKEN_SAVEDIR
292     {
293         Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW4 + 1 ); // see ED_BROKEN_SAVEDIR
294         Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
295         Text[ en-US ] = "~Save to";
296     };
297     Edit ED_BROKEN_SAVEDIR
298     {
299         HelpID = "svx:Edit:RID_SVX_MDLG_DOCRECOVERY_BROKEN:ED_BROKEN_SAVEDIR";
300         Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW5 + 1 ); // center to pushbutton
301         Size = MAP_APPFONT( BROKEN_COL2 - BROKEN_COL0, RSC_CD_TEXTBOX_HEIGHT );
302         Border = TRUE;
303     };
304     PushButton BTN_BROKEN_SAVEDIR
305     {
306         HelpID = "svx:PushButton:RID_SVX_MDLG_DOCRECOVERY_BROKEN:BTN_BROKEN_SAVEDIR";
307         Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW5 );
308         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
309         Text [ en-US ] = "Chan~ge...";
310     };
311     FixedLine FL_BROKEN_BOTTOM
312     {
313         Pos = MAP_APPFONT( 0 , BROKEN_ROW6 );
314         Size = MAP_APPFONT( BROKEN_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
315     };
316     OKButton BTN_BROKEN_OK
317     {
318         Pos = MAP_APPFONT( BROKEN_COL1, BROKEN_ROW7 );
319         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
320         DefButton = TRUE;
321         Text [ en-US ] = "~Save";
322     };
323     CancelButton BTN_BROKEN_CANCEL
324     {
325         Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW7 );
326         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
327     };
330 TabPage RID_SVXPAGE_ERR_REP_WELCOME
332     Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
333     HelpId = HID_SVX_TP_ERR_REP_WELCOME;
334     OutputSize = TRUE;
335     SVLook = TRUE;
336     Hide = TRUE;
337     Window WIN_RECOV_TITLE
338     {
339         Pos = MAP_APPFONT( 0 , 0 );
340         Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
341     };
342     FixedText FT_RECOV_TITLE
343     {
344         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 );
345         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
346         Text[ en-US ] = "Welcome to the %PRODUCTNAME %PRODUCTVERSION Error Report";
347     };
348     FixedLine FL_RECOV_TITLE
349     {
350         Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
351         Size = MAP_APPFONT( RECOV_WIDTH, 2 );
352     };
353     FixedText FT_RECOV_DESCR
354     {
355         Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
356         Size = MAP_APPFONT( RECOV_CONTROLWIDTH, (RECOV_ROW7-RECOV_ROW2-RSC_SP_CTRL_Y) );
357         WordBreak = TRUE;
358         Text[ en-US ] = "This error report tool gathers information about how %PRODUCTNAME is working and sends it to The Document Foundation 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 The Document Foundation's privacy policy, visit\nhttp://www.documentfoundation.org/privacy";
359     };
360     FixedLine FL_RECOV_BOTTOM
361     {
362         Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
363         Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
364     };
365     PushButton BTN_RECOV_PREV
366     {
367         HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_WELCOME:BTN_RECOV_PREV";
368         Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 );
369         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
370         Text[ en-US ] = "< ~Back";
371     };
372     OKButton BTN_RECOV_NEXT
373     {
374         Pos = MAP_APPFONT( RECOV_COL_D, RECOV_ROW9 );
375         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
376         Text[ en-US ] = "~Next >";
377         DefButton = TRUE;
378     };
379     CancelButton BTN_RECOV_CANCEL
380     {
381         Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
382         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
383     };
386 TabPage RID_SVXPAGE_ERR_REP_SEND
388     Size = MAP_APPFONT( ERRSEND_WIDTH, ERRSEND_HEIGHT );
389     HelpId = HID_SVX_TP_ERR_REP_SEND;
390     OutputSize = TRUE;
391     SVLook = TRUE;
392     Hide = TRUE;
393     Window WIN_RECOV_TITLE
394     {
395         Pos = MAP_APPFONT( 0 , 0 );
396         Size = MAP_APPFONT( ERRSEND_WIDTH, RECOV_TITLEWINHEIGHT );
397     };
398     FixedText FT_RECOV_TITLE
399     {
400         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW0 );
401         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH1, RSC_CD_FIXEDTEXT_HEIGHT );
402         Text[ en-US ] = "Sending the Error Report";
403     };
404     FixedLine FL_RECOV_TITLE
405     {
406         Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
407         Size = MAP_APPFONT( RECOV_WIDTH, 2 );
408     };
409     FixedText FT_RECOV_DESCR
410     {
411         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW2 );
412         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW3-ERRSEND_ROW2) );
413         WordBreak = TRUE;
414         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'.";
415     };
417     FixedText FT_ERRSEND_DOCTYPE
418     {
419         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW4 );
420         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, 2*RSC_CD_FIXEDTEXT_HEIGHT );
421         WordBreak = TRUE;
422         Text[ en-US ] = "~Which type of document (e.g. presentation) were you using when the error occurred?";
423     };
424     Edit ED_ERRSEND_DOCTYPE
425     {
426         HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_DOCTYPE";
427         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW5 );
428         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_TEXTBOX_HEIGHT );
429         Border = TRUE;
430     };
431     FixedText FT_ERRSEND_USING
432     {
433         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW7 );
434         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_FIXEDTEXT_HEIGHT );
435         Text[ en-US ] = "~How were you using %PRODUCTNAME when the error occurred? (optional)";
436     };
437     MultiLineEdit ML_ERRSEND_USING
438     {
439         HelpID = "svx:MultiLineEdit:RID_SVXPAGE_ERR_REP_SEND:ML_ERRSEND_USING";
440         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW8 );
441         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW12-ERRSEND_ROW8-RSC_SP_CTRL_Y) );
442         VScroll = TRUE;
443         IgnoreTab = TRUE;
444         Border = TRUE;
445     };
446     PushButton BTN_ERRSEND_SHOWREP
447     {
448         HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_SHOWREP";
449         Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW8 );
450         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
451         Text[ en-US ] = "Show ~Report";
452     };
453     PushButton BTN_ERRSEND_OPT
454     {
455         HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_OPT";
456         Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW10 );
457         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
458         Text[ en-US ] = "~Options...";
459     };
460     CheckBox CB_ERRSEND_CONTACT
461     {
462         HelpID = "svx:CheckBox:RID_SVXPAGE_ERR_REP_SEND:CB_ERRSEND_CONTACT";
463         Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW12 );
464         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_CHECKBOX_HEIGHT );
465         Check = FALSE;
466         Text[ en-US ] = "~I allow The Document Foundation to contact me regarding this report.";
467     };
468     FixedText FT_ERRSEND_EMAILADDR
469     {
470         Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW13 );
471         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_FIXEDTEXT_HEIGHT );
472         Text[ en-US ] = "~Please enter your e-mail address";
473     };
474     Edit ED_ERRSEND_EMAILADDR
475     {
476         HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_EMAILADDR";
477         Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW14 );
478         Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_TEXTBOX_HEIGHT );
479         Border = TRUE;
480     };
481     FixedLine FL_RECOV_BOTTOM
482     {
483         Pos = MAP_APPFONT( 0 , ERRSEND_ROW15 );
484         Size = MAP_APPFONT( ERRSEND_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
485     };
486     PushButton BTN_RECOV_PREV
487     {
488         HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_RECOV_PREV";
489         Pos = MAP_APPFONT( ERRSEND_COL5, ERRSEND_ROW16 );
490         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
491         Text[ en-US ] = "< ~Back";
492     };
493     OKButton BTN_RECOV_NEXT
494     {
495         Pos = MAP_APPFONT( ERRSEND_COL6, ERRSEND_ROW16 );
496         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
497         Text[ en-US ] = "S~end";
498         DefButton = TRUE;
499     };
500     CancelButton BTN_RECOV_CANCEL
501     {
502         Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW16 );
503         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
504         Text[ en-US ] = "Do ~Not Send";
505     };
508 ModalDialog RID_SVX_MDLG_ERR_REP_OPTIONS
510     Size = MAP_APPFONT( ERROPT_WIDTH, ERROPT_HEIGHT );
511     HelpId = HID_SVX_MDLG_ERR_REP_OPTIONS;
512     OutputSize = TRUE;
513     SVLook = TRUE;
514     Moveable = TRUE;
515     Text[ en-US ] = "Options";
517     FixedLine FL_ERROPT_PROXY
518     {
519         Pos = MAP_APPFONT( ERROPT_COLA, ERROPT_ROW0 );
520         Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLA, RSC_CD_FIXEDLINE_HEIGHT );
521         Text[ en-US ] = "Proxy settings";
522     };
524     RadioButton BTN_ERROPT_SYSTEM
525     {
526         HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_SYSTEM";
527         Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW1 );
528         Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
529         Text[ en-US ] = "Use ~system settings";
530     };
532     RadioButton BTN_ERROPT_DIRECT
533     {
534         HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_DIRECT";
535         Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW2 );
536         Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
537         Text[ en-US ] = "Use ~direct connection to the Internet";
538     };
540     RadioButton BTN_ERROPT_MANUAL
541     {
542         HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_MANUAL";
543         Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW3 );
544         Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
545         Text[ en-US ] = "Use ~manual settings";
546     };
548     FixedText FT_ERROPT_PROXYSERVER
549     {
550         Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW4 );
551         Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
552         Text[ en-US ] = "HT~TP Proxy";
553     };
555     Edit ED_ERROPT_PROXYSERVER
556     {
557         HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYSERVER";
558         Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW5 );
559         Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
560         Border = TRUE;
561     };
563     FixedText FT_ERROPT_PROXYPORT
564     {
565         Pos = MAP_APPFONT( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW4 );
566         Size = MAP_APPFONT( ERROPT_PORT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
567         Text[ en-US ] = "~Port";
568     };
570     Edit ED_ERROPT_PROXYPORT
571     {
572         HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYPORT";
573         Pos = MAP_APPFONT( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW5 );
574         Size = MAP_APPFONT( ERROPT_PORT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
575         Border = TRUE;
576     };
578     FixedText FT_ERROPT_DESCRIPTION
579     {
580         Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW6 );
581         Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, ERROPT_ROW7 - ERROPT_ROW6 );
582         WordBreak = TRUE;
583         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.";
584     };
586     FixedLine FL_ERROPT_BUTTONS
587     {
588         Pos = MAP_APPFONT( 0, ERROPT_ROW8 );
589         Size = MAP_APPFONT( ERROPT_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
590     };
592     OKButton BTN_ERROPT_OK
593     {
594         Pos = MAP_APPFONT( ERROPT_COLD, ERROPT_ROW9 );
595         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
596         DefButton = TRUE;
597     };
599     CancelButton BTN_ERROPT_CANCEL
600     {
601         Pos = MAP_APPFONT( ERROPT_COLE, ERROPT_ROW9 );
602         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
603     };
607 ModalDialog RID_SVX_MDLG_ERR_REP_PREVIEW
609     Size = MAP_APPFONT( ERRPREVIEW_WIDTH, ERRPREVIEW_HEIGHT );
610     HelpId = HID_SVX_MDLG_ERR_REP_PREVIEW;
611     OutputSize = TRUE;
612     SVLook = TRUE;
613     Moveable = TRUE;
614     Sizeable = TRUE;
615     Text[ en-US ] = "Error Report";
617     MultiLineEdit ML_ERRPREVIEW_CONTENT
618     {
619         HelpID = "svx:MultiLineEdit:RID_SVX_MDLG_ERR_REP_PREVIEW:ML_ERRPREVIEW_CONTENT";
620         Pos = MAP_APPFONT( ERRPREVIEW_COLA, ERRPREVIEW_ROW0 );
621         Size = MAP_APPFONT( ERRPREVIEW_COLC - ERRPREVIEW_COLA, ERRPREVIEW_ROW1 - ERRPREVIEW_ROW0 );
622         VScroll = TRUE;
623         HScroll = TRUE;
624         ReadOnly = TRUE;
625         Border = TRUE;
626     };
628     OKButton BTN_ERRPREVIEW_OK
629     {
630         Pos = MAP_APPFONT( ERRPREVIEW_COLB, ERRPREVIEW_ROW2 );
631         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
632         DefButton = TRUE;
633     };
636 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */