summaryrefslogtreecommitdiff
path: root/cui/source/options/optinet2.src
blob: 9023dfa523947993754674dfa8d7ddf66713f3a7 (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
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/
 // include ------------------------------------------------------------------
#include <sfx2/sfx.hrc>
#include "helpid.hrc"
#include <cuires.hrc>
#include "optinet2.hrc"
 // pragma -------------------------------------------------------------------

/************************************************************************/
/*                                                                      */
/*  Proxy server                                                        */
/*                                                                      */
/************************************************************************/

// added by jmeng begin

TabPage RID_SVXPAGE_INET_MOZPLUGIN
{
    OutputSize = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    SVLook = TRUE ;
    Hide = TRUE ;

    FixedLine GB_MOZPLUGIN
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT (  248 , 8  ) ;
        Text[ en-US ] = "Browser Plug-in";
    };
    CheckBox CB_MOZPLUGIN_CODE
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT (  236 , 10  ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Display documents in browser" ;
    };
};

//added by jmeng end

TabPage RID_SVXPAGE_INET_PROXY
{
    HelpId = HID_OPTIONS_PROXY ;
    OutputSize = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    SVLook = TRUE ;
    Hide = TRUE ;
    Text [ en-US ] = "Proxy" ;
                                    #define GB_TYPES_TOP 3
                                    #define GB_TYPES_LEFT 6
    FixedLine GB_SETTINGS
    {
        Pos = MAP_APPFONT ( GB_TYPES_LEFT , GB_TYPES_TOP ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Settings" ;
    };
    FixedText FT_PROXYMODE
    {
        Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 13 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Proxy s~erver" ;
    };
    ListBox LB_PROXYMODE
    {
        Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 11 ) ;
        Size = MAP_APPFONT ( 49 , 48 ) ;
        Border = TRUE ;
        DropDown = TRUE ;
        StringList [ en-US ] =
        {
            < "None" ; > ;
            < "System" ; > ;
            < "Manual" ; > ;
        };
    };
    String ST_PROXY_FROM_BROWSER
    {
        Text [ en-US ] = "Use browser settings";
    };
    FixedText FT_HTTP_PROXY
    {
        Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 29 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "HT~TP proxy" ;
    };
    Edit ED_HTTP_PROXY
    {
        Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 27 ) ;
        Size = MAP_APPFONT ( 123 , 12 ) ;
        Border = TRUE ;
    };

    #define FT_PORT_WIDTH       37
    #define ED_PORT_WIDTH       20
    #define ED_PORT_COL         229

    FixedText FT_HTTP_PORT
    {
        Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 29 ) ;
        Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
        Right = TRUE;
        Text [ en-US ] = "~Port" ;
    };
    Edit ED_HTTP_PORT
    {
        Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 27 ) ;
        Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
        Border = TRUE ;
    };

    FixedText FT_HTTPS_PROXY
    {
        Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 45 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "HTTP~S proxy" ;
    };
    Edit ED_HTTPS_PROXY
    {
        Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 43 ) ;
        Size = MAP_APPFONT ( 123 , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_HTTPS_PORT
    {
        Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 45 ) ;
        Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
        Right = TRUE;
        Text [ en-US ] = "P~ort" ;
    };
    Edit ED_HTTPS_PORT
    {
        Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 43 ) ;
        Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
        Border = TRUE ;
    };

    FixedText FT_FTP_PROXY
    {
        Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 61 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "~FTP proxy" ;
    };
    Edit ED_FTP_PROXY
    {
        Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 59 ) ;
        Size = MAP_APPFONT ( 123 , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_FTP_PORT
    {
        Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 61 ) ;
        Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
        Right = TRUE;
        Text [ en-US ] = "P~ort" ;
    };
    Edit ED_FTP_PORT
    {
        Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 59 ) ;
        Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_SOCKS_PROXY
    {
        Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 77 ) ;
        Size = MAP_APPFONT ( 50 , 10 ) ;
        Text [ en-US ] = "~SOCKS proxy" ;
    };
    Edit ED_SOCKS_PROXY
    {
        Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 75 ) ;
        Size = MAP_APPFONT ( 123 , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_SOCKS_PORT
    {
        Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 77 ) ;
        Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
        Right = TRUE;
        Text [ en-US ] = "Po~rt" ;
    };
    Edit ED_SOCKS_PORT
    {
        Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 75 ) ;
        Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_NOPROXYFOR
    {
        Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 93 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "~No proxy for:" ;
    };
    Edit ED_NOPROXYFOR
    {
        Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 91 ) ;
        Size = MAP_APPFONT ( 123 , 12 ) ;
        Border = TRUE ;
    };
    FixedText ED_NOPROXYDESC
    {
        Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 93 ) ;
        Size = MAP_APPFONT ( 56 , 8 ) ;
        Text [ en-US ] = "Separator ;" ;
    };
    FixedLine GB_DNS
    {
        Pos = MAP_APPFONT( 6, 100 );
        Size = MAP_APPFONT( 248, 8 );
        Text [ en-US ] = "DNS server" ;
    };
    RadioButton RB_DNS_AUTO
    {
        Pos = MAP_APPFONT( 12, 111 );
        Size = MAP_APPFONT( 236, 10 );
        Text [ en-US ] = "~Automatic" ;
    };
    RadioButton RB_DNS_MANUAL
    {
        Pos = MAP_APPFONT( 12, 124 );
        Size = MAP_APPFONT( 75, 10 );
        Text [ en-US ] = "~Manual" ;
    };
    PatternField ED_DNS
    {
        Pos = MAP_APPFONT( 90, 126 );
        Size = MAP_APPFONT( 66, 12 );
        Border = TRUE ;
        LiteralMask = "   .   .   .   " ;
        EditMask = "nnnLnnnLnnnLnnn" ;
        StrictFormat = TRUE ;
    };
    String ST_MSG_255_0
    {
        Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 0 and 255." ;
    };
    String ST_MSG_255_1
    {
        Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 1 and 255." ;
    };
};
/************************************************************************/
/*                                                                      */
/* Suche                                                                */
/*                                                                      */
/************************************************************************/
TabPage RID_SVXPAGE_INET_SEARCH
{
    HelpId = HID_OPTIONS_SEARCH ;
    OutputSize = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    SVLook = TRUE ;
    Hide = TRUE ;
    Text [ en-US ] = "Search" ;

    #define GB_SEARCH_LEFT 6
    #define GB_SEARCH_TOP 3
    FixedLine GB_SEARCH
    {
        Pos = MAP_APPFONT ( GB_SEARCH_LEFT , GB_SEARCH_TOP ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Search in" ;
    };
    ListBox LB_SEARCH
    {
        Pos = MAP_APPFONT ( 12 , GB_SEARCH_TOP + 11 ) ;
        Size = MAP_APPFONT ( 39 , 120 ) ;
        Border = TRUE ;
        AutoHScroll = TRUE;
    };
    #define LABEL_START_XPOS (GB_SEARCH_LEFT + 6 + 39 + 5 )
    #define LABEL_LEN 64
    #define EDIT_START_XPOS (LABEL_START_XPOS + LABEL_LEN + 3)
    FixedText FT_SEARCH_NAME
    {
        Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 13 ) ;
        Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
        Text [ en-US ] = "~Name" ;
    };
    Edit ED_SEARCH_NAME
    {
        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 11 ) ;
        Size = MAP_APPFONT ( 125 , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_SEARCH
    {
        Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 27 ) ;
        Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
        Text [ en-US ] = "Type" ;
    };
    RadioButton RB_AND
    {
        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 26 ) ;
        Size = MAP_APPFONT ( 125 , 10 ) ;
        Check = TRUE ;
        Text [ en-US ] = "And" ;
    };
    RadioButton RB_OR
    {
        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 39 ) ;
        Size = MAP_APPFONT ( 125 , 10 ) ;
        Text [ en-US ] = "~Or" ;
    };
    RadioButton RB_EXACT
    {
        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 52 ) ;
        Size = MAP_APPFONT ( 125 , 10 ) ;
        Text [ en-US ] = "E~xact" ;
    };
    FixedText FT_URL
    {
        Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 67 ) ;
        Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
        Text [ en-US ] = "~Prefix" ;
    };
    Edit ED_URL
    {
        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 65 ) ;
        Size = MAP_APPFONT ( 125 , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_POSTFIX
    {
        Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 82 ) ;
        Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
        Text [ en-US ] = "Su~ffix" ;
    };
    Edit ED_POSTFIX
    {
        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 80 ) ;
        Size = MAP_APPFONT ( 125 , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_SEPARATOR
    {
        Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 97 ) ;
        Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
        Text [ en-US ] = "~Separator" ;
    };
    Edit ED_SEPARATOR
    {
        Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 95 ) ;
        Size = MAP_APPFONT ( 42 , 12 ) ;
        Border = TRUE ;
    };
    FixedText FT_CASE
    {
        Pos = MAP_APPFONT ( LABEL_START_XPOS, GB_SEARCH_TOP + 112 ) ;
        Size = MAP_APPFONT ( LABEL_LEN , 8 ) ;
        Text [ en-US ] = "~Case match" ;
    };
    ListBox ED_CASE
    {
        Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 110 ) ;
        Size = MAP_APPFONT ( 42 , 48 ) ;
        Border = TRUE ;
        DropDown = TRUE ;
        StringList [ en-US ] =
        {
            < "None" ; > ;
            < "Upper" ; > ;
            < "Lower" ; > ;
        };
    };
    PushButton PB_NEW
    {
        Pos = MAP_APPFONT ( 39 , GB_SEARCH_TOP + 131 + 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "N~ew";
    };
    PushButton PB_ADD
    {
        Pos = MAP_APPFONT ( 92 , GB_SEARCH_TOP + 131 + 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "~Add" ;
    };
    PushButton PB_CHANGE
    {
        Pos = MAP_APPFONT ( 145 , GB_SEARCH_TOP + 131 + 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "~Modify" ;
    };
    PushButton PB_DELETE
    {
        Pos = MAP_APPFONT ( 198 , GB_SEARCH_TOP + 131 + 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "~Delete" ;
    };
    String MSG_MODIFY
    {
        Text [ en-US ] = "Do you want to accept the current modification?";
    };
};


/************************************************************************/
/*                                                                      */
/*  Scripting                                                           */
/*                                                                      */
/************************************************************************/

TabPage RID_SVXPAGE_INET_SECURITY
{
    OutputSize = TRUE ;
    Size = MAP_APPFONT( TP_WIDTH , TP_HEIGHT );
    SVLook = TRUE;
    Hide = TRUE;
    Text [ en-US ] = "Security";
    FixedLine FL_SEC_SECURITYOPTIONS
    {
        Pos = MAP_APPFONT( COL_0, ROW_0 );
        Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
        Text [ en-US ] = "Security options and warnings";
    };
    FixedText FI_SEC_SECURITYOPTIONS
    {
        Pos = MAP_APPFONT( COL_1, ROW_1 );
        Size = MAP_APPFONT( COL_2-COL_1, 3*RSC_CD_FIXEDLINE_HEIGHT );
        Wordbreak = TRUE;
        Text [ en-US ] = "Adjust security related options and define warnings for hidden information in documents.";
    };
    PushButton PB_SEC_SECURITYOPTIONS
    {
        Pos = MAP_APPFONT( COL_3, ROW_2a );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text [ en-US ] = "Options...";
    };
    FixedLine FL_SEC_PASSWORDS
    {
        Pos = MAP_APPFONT( COL_0, ROW_2 - 2 );
        Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
        Text [ en-US ] = "Passwords for web connections";
    };
    CheckBox CB_SEC_SAVEPASSWORDS
    {
        Pos = MAP_APPFONT( COL_1, ROW_3 - 4 );
        Size = MAP_APPFONT( COL_2-COL_1, 16 );
        Wordbreak = TRUE;
        Text [ en-US ] = "Persistently save passwords for web connections";
    };
    PushButton PB_SEC_CONNECTIONS
    {
        Pos = MAP_APPFONT( COL_3, ROW_3-1 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text [ en-US ] = "Connections...";
    };
    CheckBox CB_SEC_MASTERPASSWORD
    {
        Pos = MAP_APPFONT( COL_1a, ROW_4 );
        Size = MAP_APPFONT( COL_2-COL_1a, RSC_CD_CHECKBOX_HEIGHT );
        Text [ en-US ] = "Protected by a master password (recommended)";
    };
    FixedText FI_SEC_MASTERPASSWORD
    {
        Pos = MAP_APPFONT( COL_1a, ROW_4a );
        Size = MAP_APPFONT( COL_2-COL_1a, 4*RSC_CD_FIXEDLINE_HEIGHT );
        Wordbreak = TRUE;
        Text [ en-US ] = "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list.";
    };
    PushButton PB_SEC_MASTERPASSWORD
    {
        Pos = MAP_APPFONT( COL_3, ROW_4a );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text [ en-US ] = "Master Password...";
    };
    FixedLine FL_SEC_MACROSEC
    {
        Pos = MAP_APPFONT( COL_0, ROW_5 );
        Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
        Text [ en-US ] = "Macro security";
    };
    FixedText FI_SEC_MACROSEC
    {
        Pos = MAP_APPFONT( COL_1, ROW_6 );
        Size = MAP_APPFONT( COL_2-COL_1, 3*RSC_CD_FIXEDLINE_HEIGHT );
        Wordbreak = TRUE;
        Text [ en-US ] = "Adjust the security level for executing macros and specify trusted macro developers.";
    };
    PushButton PB_SEC_MACROSEC
    {
        Pos = MAP_APPFONT( COL_3, ROW_6-2 );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        Text [ en-US ] = "Macro Security...";
    };
    String STR_SEC_NOPASSWDSAVE
    {
        Text [ en-US ] = "Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n\nDo you want to delete password list and reset master password?";
    };
};

ErrorBox RID_SVXERR_OPT_PROXYPORTS
{
    BUTTONS = WB_OK ;
    Message [ en-US ] = "Invalid value!\n\nThe maximum value for a port number is 65535.";
};

// RID_SVXDLG_OPT_JAVASCRIPT_DISABLE -----------------------------------------

ModalDialog RID_SVXDLG_OPT_JAVASCRIPT_DISABLE
{
    OutputSize = TRUE;
    Size = MAP_APPFONT( 150, 81 );
    Moveable = TRUE;
    Closeable = TRUE;
    FixedImage IMG_JSCPT_WARNING
    {
        Pos = MAP_APPFONT( 6, 6 );
        Size = MAP_APPFONT( 30, 30 );
    };
    FixedText FT_JSCPT_WARNING
    {
        Pos = MAP_APPFONT( 39, 6 );
        Size = MAP_APPFONT( 195, 36 );
        WordBreak = TRUE;
        Text [ en-US ] = "Please note that with Java\nyou disable Javascript as well.\n\nDo you still want to disable Java?";
    };
    CheckBox CB_JSCPT_DISABLE
    {
        Pos = MAP_APPFONT( 39, 45 );
        Size = MAP_APPFONT( 195, 12 );
        Hide = TRUE;
        Text [ en-US ] = "~Don't show warning again";
    };
    OKButton BTN_JSCPT_YES
    {
        Pos = MAP_APPFONT( 41, 61 );
        Size = MAP_APPFONT( 50, 14 );
    };
    CancelButton BTN_JSCPT_NO
    {
        Pos = MAP_APPFONT( 94, 61 );
        Size = MAP_APPFONT( 50, 14 );
        DefButton = TRUE;
    };
};

// *******************************************************************

TabPage RID_SVXPAGE_INET_MAIL
{
    HelpID = HID_OPTIONS_MAIL ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    Hide = TRUE ;

    FixedLine FL_MAIL
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Sending documents as e-mail attachments";
    };

    FixedImage FI_MAILERURL
    {
        Pos = MAP_APPFONT ( 5 , 21 ) ;
        Size = MAP_APPFONT ( 6 , 6 ) ;
        Hide = TRUE;
    };

    FixedText FT_MAILERURL
    {
        Pos = MAP_APPFONT ( 14 , 20 ) ;
        Size = MAP_APPFONT ( 43 , 8 ) ;
        Text [ en-US ] = "~E-mail program";
    };

    Edit ED_MAILERURL
    {
        Pos = MAP_APPFONT ( 60 , 18 ) ;
        Size = MAP_APPFONT ( 171 , 12 ) ;
        Border = TRUE;
    };

    PushButton PB_MAILERURL
    {
        Pos = MAP_APPFONT ( 234 , 17 ) ;
        Size = MAP_APPFONT ( 14 , 14 ) ;
        Text = "..." ;
    };

    String STR_DEFAULT_FILENAME
    {
        Text [ en-US ] = "All files (*.*)" ;
    };
};

 // ******************************************************************* EOF