update credits
[LibreOffice.git] / cui / source / options / optinet2.src
blobe572abe79576d3121f51bb23e3c14baa61c25fa8
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 <sfx2/sfx.hrc>
21 #include "helpid.hrc"
22 #include <cuires.hrc>
23 #include "optinet2.hrc"
25 ErrorBox RID_SVXERR_OPT_PROXYPORTS
27     BUTTONS = WB_OK ;
28     Message [ en-US ] = "Invalid value!\n\nThe maximum value for a port number is 65535.";
31 // RID_SVXDLG_OPT_JAVASCRIPT_DISABLE -----------------------------------------
33 ModalDialog RID_SVXDLG_OPT_JAVASCRIPT_DISABLE
35     HelpID = "cui:ModalDialog:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE";
36     OutputSize = TRUE;
37     Size = MAP_APPFONT( 150, 81 );
38     Moveable = TRUE;
39     Closeable = TRUE;
40     FixedImage IMG_JSCPT_WARNING
41     {
42         Pos = MAP_APPFONT( 6, 6 );
43         Size = MAP_APPFONT( 30, 30 );
44     };
45     FixedText FT_JSCPT_WARNING
46     {
47         Pos = MAP_APPFONT( 39, 6 );
48         Size = MAP_APPFONT( 195, 36 );
49         WordBreak = TRUE;
50         Text [ en-US ] = "Please note that with Java\nyou disable Javascript as well.\n\nDo you still want to disable Java?";
51     };
52     CheckBox CB_JSCPT_DISABLE
53     {
54         HelpID = "cui:CheckBox:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE:CB_JSCPT_DISABLE";
55         Pos = MAP_APPFONT( 39, 45 );
56         Size = MAP_APPFONT( 195, 12 );
57         Hide = TRUE;
58         Text [ en-US ] = "~Don't show warning again";
59     };
60     OKButton BTN_JSCPT_YES
61     {
62         Pos = MAP_APPFONT( 41, 61 );
63         Size = MAP_APPFONT( 50, 14 );
64     };
65     CancelButton BTN_JSCPT_NO
66     {
67         Pos = MAP_APPFONT( 94, 61 );
68         Size = MAP_APPFONT( 50, 14 );
69         DefButton = TRUE;
70     };
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */