1 /*************************************************************************
3 * OpenOffice.org - a multi-platform office productivity suite
5 * $RCSfile: linkwarn.src,v $
9 * last change: $Author: $ $Date: $
11 * The Contents of this file are made available subject to
12 * the terms of GNU Lesser General Public License Version 2.1.
15 * GNU Lesser General Public License Version 2.1
16 * =============================================
17 * Copyright 2005 by Sun Microsystems, Inc.
18 * 901 San Antonio Road, Palo Alto, CA 94303, USA
20 * This library is free software; you can redistribute it and/or
21 * modify it under the terms of the GNU Lesser General Public
22 * License version 2.1, as published by the Free Software Foundation.
24 * This library is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
27 * Lesser General Public License for more details.
29 * You should have received a copy of the GNU Lesser General Public
30 * License along with this library; if not, write to the Free Software
31 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
34 ************************************************************************/
36 #include "linkwarn.hrc"
37 #include "svx/dialogs.hrc"
40 ModalDialog RID_SVXDLG_LINK_WARNING
42 Size = MAP_APPFONT( DIALOG_WIDTH, DIALOG_HEIGHT );
48 Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION";
52 Pos = MAP_APPFONT( AW_COL_1, AW_ROW_1 );
53 Size = MAP_APPFONT( SYMBOL_EDGE, SYMBOL_EDGE );
57 Pos = MAP_APPFONT( AW_COL_2, AW_ROW_1 );
58 Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, INFO_TEXT_LINES*RSC_CD_FIXEDTEXT_HEIGHT );
61 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?";
62 Text [ de-DE ] = "Die Datei %FILENAME wird nicht zusammen mit dem Dokument gespeichert, sondern nur als Verweis referenziert. Dies kann zu Problemen führen, wenn die Dateien verschoben und/oder umbenannt werden. Möchten Sie stattdessen die Grafik als eingebettetes Objekt einfügen?";
66 Pos = MAP_APPFONT( AW_COL_2, AW_ROW_2 );
67 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
69 Text [ en-US ] = "~Keep Link";
70 Text [ de-DE ] = "~Als Verweis einfügen";
74 Pos = MAP_APPFONT( AW_COL_3, AW_ROW_2 );
75 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
76 Text [ en-US ] = "~Embed Graphic";
77 Text [ de-DE ] = "~Eingebettet einfügen";
81 Pos = MAP_APPFONT( 0, AW_ROW_3 );
82 Size = MAP_APPFONT( DIALOG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
84 CheckBox CB_WARNING_OFF
86 Pos = MAP_APPFONT( AW_COL_2, AW_ROW_4 );
87 Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, RSC_CD_CHECKBOX_HEIGHT );
89 Text [ en-US ] = "~Ask when linking a graphic";
90 Text [ de-DE ] = "~Nachfragen falls Grafik als Verweis eingefügt wird";