fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / svx / source / dialog / linkwarn.src
blob3cecfceb1b2fe08d95efb0c77cea312d18e4509e
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 "linkwarn.hrc"
21 #include "svx/dialogs.hrc"
22 #include "helpid.hrc"
24 ModalDialog RID_SVXDLG_LINK_WARNING
26     Size = MAP_APPFONT( DIALOG_WIDTH, DIALOG_HEIGHT );
27     OutputSize = TRUE;
28     Closeable = FALSE;
29     Moveable = TRUE;
30     SVLook = TRUE;
32     Text = "%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION";
34     FixedImage FI_QUERY
35     {
36         Pos = MAP_APPFONT( AW_COL_1, AW_ROW_1 );
37         Size = MAP_APPFONT( SYMBOL_EDGE, SYMBOL_EDGE );
38     };
39     FixedText FT_INFOTEXT
40     {
41         Pos = MAP_APPFONT( AW_COL_2, AW_ROW_1 );
42         Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, INFO_TEXT_LINES*RSC_CD_FIXEDTEXT_HEIGHT );
43         NoLabel = TRUE;
44         Wordbreak = TRUE;
45         Text [ en-US ] = "The file %FILENAME will not be stored along with your document, but only referenced as a link. This is dangerous if you move and/or rename the files. Do you want to embed the graphic instead?";
46     };
47     OKButton PB_OK
48     {
49         Pos = MAP_APPFONT( AW_COL_2, AW_ROW_2 );
50         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
51         DefButton = TRUE ;
52         Text [ en-US ] = "~Keep Link";
53     };
54     CancelButton PB_NO
55     {
56         Pos = MAP_APPFONT( AW_COL_3, AW_ROW_2 );
57         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
58         Text [ en-US ] = "~Embed Graphic";
59     };
60     FixedLine FL_OPTION
61     {
62         Pos = MAP_APPFONT( 0, AW_ROW_3 );
63         Size = MAP_APPFONT( DIALOG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
64     };
65     CheckBox CB_WARNING_OFF
66     {
67         Pos = MAP_APPFONT( AW_COL_2, AW_ROW_4 );
68         Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, RSC_CD_CHECKBOX_HEIGHT );
69         WordBreak = TRUE ;
70         Text [ en-US ] = "~Ask when linking a graphic";
71     };
74 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */