summaryrefslogtreecommitdiff
path: root/svx/source/dialog/docrecovery.src
blob: 10d9e3c4a364a462200a0b872d6a9c4b8773508c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include <svx/dialogs.hrc>
#include "helpid.hrc"

#include "docrecovery.hrc"

TabDialog RID_SVX_TABDLG_DOCRECOVERY
{
    Size = MAP_APPFONT( TABDLG_WIDTH, TABDLG_HEIGHT );
    HelpId = HID_SVX_TABDLG_DOCRECOVERY;
    OutputSize = TRUE;
    SVLook = TRUE;
    Moveable = TRUE;
    Closeable = FALSE;
    Text = "%PRODUCTNAME %PRODUCTVERSION";
};

TabPage RID_SVXPAGE_DOCRECOVERY_SAVE
{
    Size = MAP_APPFONT( SAVE_WIDTH, SAVE_HEIGHT );
    HelpId = HID_SVX_TP_DOCRECOVERY_SAVE;
    OutputSize = TRUE;
    SVLook = TRUE;
    Hide = TRUE;
    Window WIN_SAVE_TITLE
    {
        Pos = MAP_APPFONT( 0 , 0 );
        Size = MAP_APPFONT( SAVE_WIDTH, SAVE_ROW1 );
    };
    FixedText FT_SAVE_TITLE
    {
        Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW0 );
        Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "%PRODUCTNAME Document Recovery";
    };
    FixedLine FL_SAVE_TITLE
    {
        Pos = MAP_APPFONT( 0 , SAVE_ROW1 );
        Size = MAP_APPFONT( SAVE_WIDTH, 2 );
    };
    FixedText FT_SAVE_DESCR
    {
        Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW2 );
        Size = MAP_APPFONT( SAVE_CONTROLWIDTH, (SAVE_ROW3-SAVE_ROW2-RSC_SP_CTRL_DESC_Y) );
        WordBreak = TRUE;
        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.";
    };
    FixedText FT_SAVE_FILELIST
    {
        Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW3 );
        Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "The following files will be recovered:";
    };
    ListBox LB_SAVE_FILELIST
    {
        HelpID = "svx:ListBox:RID_SVXPAGE_DOCRECOVERY_SAVE:LB_SAVE_FILELIST";
        Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW4 );
        Size = MAP_APPFONT( SAVE_CONTROLWIDTH, SAVE_FILELISTHEIGHT );
        Border = TRUE;
        TabStop = TRUE;
    };
    FixedLine FL_SAVE_BOTTOM
    {
        Pos = MAP_APPFONT( 0 , SAVE_ROW7 );
        Size = MAP_APPFONT( SAVE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
    };
    OKButton BT_SAVE_OK
    {
        Pos = MAP_APPFONT( SAVE_COL1 , SAVE_ROW8 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        DefButton = TRUE;
    };
};

ModalDialog RID_SVX_MDLG_DOCRECOVERY_PROGR
{
    Size = MAP_APPFONT( SAVEPROGR_WIDTH, SAVEPROGR_HEIGHT );
    HelpId = HID_SVX_MDLG_DOCRECOVERY_PROGR;
    OutputSize = TRUE;
    SVLook = TRUE;
    Moveable = TRUE;
    Closeable = FALSE;
    Text = "%PRODUCTNAME %PRODUCTVERSION";

    FixedText FT_SAVEPROGR_HINT
    {
        Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW0 );
        Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "Documents are being saved.";
    };
    FixedText FT_SAVEPROGR_PROGR
    {
        Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW1 );
        Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "Progress of saving: ";
    };
    Window WIN_SAVEPROGR_PROGR
    {
        Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW2 );
        Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, PROGR_HEIGHT );
        Border = TRUE;
    };
};

TabPage RID_SVXPAGE_DOCRECOVERY_RECOVER
{
    Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
    HelpId = HID_SVX_TP_DOCRECOVERY_RECOVER;
    OutputSize = TRUE;
    SVLook = TRUE;
    Hide = TRUE;
    Window WIN_RECOV_TITLE
    {
        Pos = MAP_APPFONT( 0 , 0 );
        Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
    };
    FixedText FT_RECOV_TITLE
    {
        Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 );
        Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "%PRODUCTNAME Document Recovery";
    };
    FixedLine FL_RECOV_TITLE
    {
        Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
        Size = MAP_APPFONT( RECOV_WIDTH, 2 );
    };
    FixedText FT_RECOV_DESCR
    {
        Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
        Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT );
        WordBreak = TRUE;
        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.";
    };
    FixedText FT_RECOV_PROGR
    {
        Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW3 );
        Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "Recovering document:";
    };
    Window WIN_RECOV_PROGR
    {
        Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW4 );
        Size = MAP_APPFONT( RECOV_CONTROLWIDTH, PROGR_HEIGHT );
        Border = TRUE;
    };
    FixedText FT_RECOV_FILELIST
    {
        Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW5 );
        Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "Status of recovered documents:";
    };
    String STR_HEADERBAR
    {
        Text[ en-US ] = "Document Name\tStatus";
    };
    Control LB_RECOV_FILELIST
    {
        Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW6 );
        Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT );
        Border = TRUE;
        SVLook = TRUE;
    };
    FixedLine FL_RECOV_BOTTOM
    {
        Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
        Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
    };
    PushButton BTN_RECOV_NEXT
    {
        HelpID = "svx:PushButton:RID_SVXPAGE_DOCRECOVERY_RECOVER:BTN_RECOV_NEXT";
        Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH*2, RSC_CD_PUSHBUTTON_HEIGHT );
        Text[ en-US ] = "~Start Recovery >";
        DefButton = TRUE;
    };
    String STR_RECOVERY_NEXT
    {
        Text[ en-US ] = "~Next >";
    };
    CancelButton BTN_RECOV_CANCEL
    {
        Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
    };
    Image IMG_GREENCHECK
    {
        ImageBitmap = Bitmap { File = "nu01.png"; };
    };
    Image IMG_YELLOWCHECK
    {
        ImageBitmap = Bitmap { File = "nu04.png"; };
    };
    Image IMG_REDCROSS
    {
        ImageBitmap = Bitmap { File = "nu02.png"; };
    };
    String STR_SUCCESSRECOV
    {
        Text[ en-US ] = "Successfully recovered";
    };
    String STR_ORIGDOCRECOV
    {
        Text[ en-US ] = "Original document recovered";
    };
    String STR_RECOVFAILED
    {
        Text[ en-US ] = "Recovery failed";
    };
    String STR_RECOVINPROGR
    {
        Text[ en-US ] = "Recovery in progress";
    };
    String STR_NOTRECOVYET
    {
        Text[ en-US ] = "Not recovered yet";
    };
    String STR_RECOVERY_INPROGRESS
    {
        Text[ en-US ] = "%PRODUCTNAME %PRODUCTVERSION will start to recover your documents. Depending on the size of the documents this process can take some time." ;
    };
    String STR_RECOVERY_REPORT
    {
        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." ;
    };
    String STR_RECOVERYONLY_FINISH_DESCR
    {
        Text[ en-US ] = "Recovery of your documents was finished.\nClick 'Finish' to see your documents.";
    };
    String STR_RECOVERYONLY_FINISH
    {
        Text[ en-US ] = "~Finish";
    };
};

QueryBox RID_SVXQB_EXIT_RECOVERY
{
    BUTTONS = WB_YES_NO ;
    DEFBUTTON = WB_DEF_YES ;
    Message [ en-US ] = "Are you sure you want to cancel the %PRODUCTNAME document recovery?";
};

ModalDialog RID_SVX_MDLG_DOCRECOVERY_BROKEN
{
    Size = MAP_APPFONT( BROKEN_WIDTH, BROKEN_HEIGHT );
    HelpId = HID_SVX_MDLG_DOCRECOVERY_BROKEN;
    OutputSize = TRUE;
    SVLook = TRUE;
    Moveable = TRUE;
    Text = "%PRODUCTNAME %PRODUCTVERSION";

    FixedText FT_BROKEN_DESCR
    {
        Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW0 );
        Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (5*RSC_CD_FIXEDTEXT_HEIGHT) );
        WordBreak = TRUE;
        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.";
    };
    FixedText FT_BROKEN_FILELIST
    {
        Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW1 );
        Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "Documents";
    };
    ListBox LB_BROKEN_FILELIST
    {
        HelpID = "svx:ListBox:RID_SVX_MDLG_DOCRECOVERY_BROKEN:LB_BROKEN_FILELIST";
        Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW2 );
        Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (BROKEN_ROW3-BROKEN_ROW2) );
        Border = TRUE;
        TabStop = TRUE;
    };
    FixedText FT_BROKEN_SAVEDIR
    {
        Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW4 + 1 ); // see ED_BROKEN_SAVEDIR
        Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "~Save to";
    };
    Edit ED_BROKEN_SAVEDIR
    {
        HelpID = "svx:Edit:RID_SVX_MDLG_DOCRECOVERY_BROKEN:ED_BROKEN_SAVEDIR";
        Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW5 + 1 ); // center to pushbutton
        Size = MAP_APPFONT( BROKEN_COL2 - BROKEN_COL0, RSC_CD_TEXTBOX_HEIGHT );
        Border = TRUE;
    };
    PushButton BTN_BROKEN_SAVEDIR
    {
        HelpID = "svx:PushButton:RID_SVX_MDLG_DOCRECOVERY_BROKEN:BTN_BROKEN_SAVEDIR";
        Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW5 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text [ en-US ] = "Chan~ge...";
    };
    FixedLine FL_BROKEN_BOTTOM
    {
        Pos = MAP_APPFONT( 0 , BROKEN_ROW6 );
        Size = MAP_APPFONT( BROKEN_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
    };
    OKButton BTN_BROKEN_OK
    {
        Pos = MAP_APPFONT( BROKEN_COL1, BROKEN_ROW7 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        DefButton = TRUE;
        Text [ en-US ] = "~Save";
    };
    CancelButton BTN_BROKEN_CANCEL
    {
        Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW7 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
    };
};

TabPage RID_SVXPAGE_ERR_REP_WELCOME
{
    Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
    HelpId = HID_SVX_TP_ERR_REP_WELCOME;
    OutputSize = TRUE;
    SVLook = TRUE;
    Hide = TRUE;
    Window WIN_RECOV_TITLE
    {
        Pos = MAP_APPFONT( 0 , 0 );
        Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
    };
    FixedText FT_RECOV_TITLE
    {
        Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 );
        Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "Welcome to the %PRODUCTNAME %PRODUCTVERSION Error Report";
    };
    FixedLine FL_RECOV_TITLE
    {
        Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
        Size = MAP_APPFONT( RECOV_WIDTH, 2 );
    };
    FixedText FT_RECOV_DESCR
    {
        Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
        Size = MAP_APPFONT( RECOV_CONTROLWIDTH, (RECOV_ROW7-RECOV_ROW2-RSC_SP_CTRL_Y) );
        WordBreak = TRUE;
        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";
    };
    FixedLine FL_RECOV_BOTTOM
    {
        Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
        Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
    };
    PushButton BTN_RECOV_PREV
    {
        HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_WELCOME:BTN_RECOV_PREV";
        Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text[ en-US ] = "< ~Back";
    };
    OKButton BTN_RECOV_NEXT
    {
        Pos = MAP_APPFONT( RECOV_COL_D, RECOV_ROW9 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text[ en-US ] = "~Next >";
        DefButton = TRUE;
    };
    CancelButton BTN_RECOV_CANCEL
    {
        Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
    };
};

TabPage RID_SVXPAGE_ERR_REP_SEND
{
    Size = MAP_APPFONT( ERRSEND_WIDTH, ERRSEND_HEIGHT );
    HelpId = HID_SVX_TP_ERR_REP_SEND;
    OutputSize = TRUE;
    SVLook = TRUE;
    Hide = TRUE;
    Window WIN_RECOV_TITLE
    {
        Pos = MAP_APPFONT( 0 , 0 );
        Size = MAP_APPFONT( ERRSEND_WIDTH, RECOV_TITLEWINHEIGHT );
    };
    FixedText FT_RECOV_TITLE
    {
        Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW0 );
        Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH1, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "Sending the Error Report";
    };
    FixedLine FL_RECOV_TITLE
    {
        Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
        Size = MAP_APPFONT( RECOV_WIDTH, 2 );
    };
    FixedText FT_RECOV_DESCR
    {
        Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW2 );
        Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW3-ERRSEND_ROW2) );
        WordBreak = TRUE;
        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'.";
    };

    FixedText FT_ERRSEND_DOCTYPE
    {
        Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW4 );
        Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, 2*RSC_CD_FIXEDTEXT_HEIGHT );
        WordBreak = TRUE;
        Text[ en-US ] = "~Which type of document (e.g. presentation) were you using when the error occurred?";
    };
    Edit ED_ERRSEND_DOCTYPE
    {
        HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_DOCTYPE";
        Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW5 );
        Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_TEXTBOX_HEIGHT );
        Border = TRUE;
    };
    FixedText FT_ERRSEND_USING
    {
        Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW7 );
        Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "~How were you using %PRODUCTNAME when the error occurred? (optional)";
    };
    MultiLineEdit ML_ERRSEND_USING
    {
        HelpID = "svx:MultiLineEdit:RID_SVXPAGE_ERR_REP_SEND:ML_ERRSEND_USING";
        Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW8 );
        Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW12-ERRSEND_ROW8-RSC_SP_CTRL_Y) );
        VScroll = TRUE;
        IgnoreTab = TRUE;
        Border = TRUE;
    };
    PushButton BTN_ERRSEND_SHOWREP
    {
        HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_SHOWREP";
        Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW8 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text[ en-US ] = "Show ~Report";
    };
    PushButton BTN_ERRSEND_OPT
    {
        HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_OPT";
        Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW10 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text[ en-US ] = "~Options...";
    };
    CheckBox CB_ERRSEND_CONTACT
    {
        HelpID = "svx:CheckBox:RID_SVXPAGE_ERR_REP_SEND:CB_ERRSEND_CONTACT";
        Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW12 );
        Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_CHECKBOX_HEIGHT );
        Check = FALSE;
        Text[ en-US ] = "~I allow The Document Foundation to contact me regarding this report.";
    };
    FixedText FT_ERRSEND_EMAILADDR
    {
        Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW13 );
        Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "~Please enter your e-mail address";
    };
    Edit ED_ERRSEND_EMAILADDR
    {
        HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_EMAILADDR";
        Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW14 );
        Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_TEXTBOX_HEIGHT );
        Border = TRUE;
    };
    FixedLine FL_RECOV_BOTTOM
    {
        Pos = MAP_APPFONT( 0 , ERRSEND_ROW15 );
        Size = MAP_APPFONT( ERRSEND_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
    };
    PushButton BTN_RECOV_PREV
    {
        HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_RECOV_PREV";
        Pos = MAP_APPFONT( ERRSEND_COL5, ERRSEND_ROW16 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text[ en-US ] = "< ~Back";
    };
    OKButton BTN_RECOV_NEXT
    {
        Pos = MAP_APPFONT( ERRSEND_COL6, ERRSEND_ROW16 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text[ en-US ] = "S~end";
        DefButton = TRUE;
    };
    CancelButton BTN_RECOV_CANCEL
    {
        Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW16 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text[ en-US ] = "Do ~Not Send";
    };
};

ModalDialog RID_SVX_MDLG_ERR_REP_OPTIONS
{
    Size = MAP_APPFONT( ERROPT_WIDTH, ERROPT_HEIGHT );
    HelpId = HID_SVX_MDLG_ERR_REP_OPTIONS;
    OutputSize = TRUE;
    SVLook = TRUE;
    Moveable = TRUE;
    Text[ en-US ] = "Options";

    FixedLine FL_ERROPT_PROXY
    {
        Pos = MAP_APPFONT( ERROPT_COLA, ERROPT_ROW0 );
        Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLA, RSC_CD_FIXEDLINE_HEIGHT );
        Text[ en-US ] = "Proxy settings";
    };

    RadioButton BTN_ERROPT_SYSTEM
    {
        HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_SYSTEM";
        Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW1 );
        Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
        Text[ en-US ] = "Use ~system settings";
    };

    RadioButton BTN_ERROPT_DIRECT
    {
        HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_DIRECT";
        Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW2 );
        Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
        Text[ en-US ] = "Use ~direct connection to the Internet";
    };

    RadioButton BTN_ERROPT_MANUAL
    {
        HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_MANUAL";
        Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW3 );
        Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
        Text[ en-US ] = "Use ~manual settings";
    };

    FixedText FT_ERROPT_PROXYSERVER
    {
        Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW4 );
        Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "HT~TP Proxy";
    };

    Edit ED_ERROPT_PROXYSERVER
    {
        HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYSERVER";
        Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW5 );
        Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
        Border = TRUE;
    };

    FixedText FT_ERROPT_PROXYPORT
    {
        Pos = MAP_APPFONT( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW4 );
        Size = MAP_APPFONT( ERROPT_PORT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text[ en-US ] = "~Port";
    };

    Edit ED_ERROPT_PROXYPORT
    {
        HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYPORT";
        Pos = MAP_APPFONT( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW5 );
        Size = MAP_APPFONT( ERROPT_PORT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
        Border = TRUE;
    };

    FixedText FT_ERROPT_DESCRIPTION
    {
        Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW6 );
        Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, ERROPT_ROW7 - ERROPT_ROW6 );
        WordBreak = TRUE;
        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.";
    };

    FixedLine FL_ERROPT_BUTTONS
    {
        Pos = MAP_APPFONT( 0, ERROPT_ROW8 );
        Size = MAP_APPFONT( ERROPT_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
    };

    OKButton BTN_ERROPT_OK
    {
        Pos = MAP_APPFONT( ERROPT_COLD, ERROPT_ROW9 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        DefButton = TRUE;
    };

    CancelButton BTN_ERROPT_CANCEL
    {
        Pos = MAP_APPFONT( ERROPT_COLE, ERROPT_ROW9 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
    };
};


ModalDialog RID_SVX_MDLG_ERR_REP_PREVIEW
{
    Size = MAP_APPFONT( ERRPREVIEW_WIDTH, ERRPREVIEW_HEIGHT );
    HelpId = HID_SVX_MDLG_ERR_REP_PREVIEW;
    OutputSize = TRUE;
    SVLook = TRUE;
    Moveable = TRUE;
    Sizeable = TRUE;
    Text[ en-US ] = "Error Report";

    MultiLineEdit ML_ERRPREVIEW_CONTENT
    {
        HelpID = "svx:MultiLineEdit:RID_SVX_MDLG_ERR_REP_PREVIEW:ML_ERRPREVIEW_CONTENT";
        Pos = MAP_APPFONT( ERRPREVIEW_COLA, ERRPREVIEW_ROW0 );
        Size = MAP_APPFONT( ERRPREVIEW_COLC - ERRPREVIEW_COLA, ERRPREVIEW_ROW1 - ERRPREVIEW_ROW0 );
        VScroll = TRUE;
        HScroll = TRUE;
        ReadOnly = TRUE;
        Border = TRUE;
    };

    OKButton BTN_ERRPREVIEW_OK
    {
        Pos = MAP_APPFONT( ERRPREVIEW_COLB, ERRPREVIEW_ROW2 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        DefButton = TRUE;
    };
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */