1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include <sfx2/sfx.hrc>
23 #include "optinet2.hrc"
25 ErrorBox RID_SVXERR_OPT_PROXYPORTS
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";
37 Size = MAP_APPFONT( 150, 81 );
40 FixedImage IMG_JSCPT_WARNING
42 Pos = MAP_APPFONT( 6, 6 );
43 Size = MAP_APPFONT( 30, 30 );
45 FixedText FT_JSCPT_WARNING
47 Pos = MAP_APPFONT( 39, 6 );
48 Size = MAP_APPFONT( 195, 36 );
50 Text [ en-US ] = "Please note that with Java\nyou disable Javascript as well.\n\nDo you still want to disable Java?";
52 CheckBox CB_JSCPT_DISABLE
54 HelpID = "cui:CheckBox:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE:CB_JSCPT_DISABLE";
55 Pos = MAP_APPFONT( 39, 45 );
56 Size = MAP_APPFONT( 195, 12 );
58 Text [ en-US ] = "~Don't show warning again";
60 OKButton BTN_JSCPT_YES
62 Pos = MAP_APPFONT( 41, 61 );
63 Size = MAP_APPFONT( 50, 14 );
65 CancelButton BTN_JSCPT_NO
67 Pos = MAP_APPFONT( 94, 61 );
68 Size = MAP_APPFONT( 50, 14 );
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */