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 "linkwarn.hrc"
21 #include "svx/dialogs.hrc"
24 ModalDialog RID_SVXDLG_LINK_WARNING
26 Size = MAP_APPFONT( DIALOG_WIDTH, DIALOG_HEIGHT );
32 Text = "%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION";
36 Pos = MAP_APPFONT( AW_COL_1, AW_ROW_1 );
37 Size = MAP_APPFONT( SYMBOL_EDGE, SYMBOL_EDGE );
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 );
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?";
49 Pos = MAP_APPFONT( AW_COL_2, AW_ROW_2 );
50 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
52 Text [ en-US ] = "~Keep Link";
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";
62 Pos = MAP_APPFONT( 0, AW_ROW_3 );
63 Size = MAP_APPFONT( DIALOG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
65 CheckBox CB_WARNING_OFF
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 );
70 Text [ en-US ] = "~Ask when linking a graphic";
74 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */