merge the formfield patch from ooo-build
[ooovba.git] / svx / source / dialog / linkwarn.src
blobc0fc3bfdcdfacec6f7ae5c130f04d1f5dca5463d
1 /*************************************************************************
2  *
3  *  OpenOffice.org - a multi-platform office productivity suite
4  *
5  *  $RCSfile: linkwarn.src,v $
6  *
7  *  $Revision: $
8  *
9  *  last change: $Author: $ $Date: $
10  *
11  *  The Contents of this file are made available subject to
12  *  the terms of GNU Lesser General Public License Version 2.1.
13  *
14  *
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
19  *
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.
23  *
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.
28  *
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,
32  *    MA  02111-1307  USA
33  *
34  ************************************************************************/
36 #include "linkwarn.hrc"
37 #include "svx/dialogs.hrc"
38 #include "helpid.hrc"
40 ModalDialog RID_SVXDLG_LINK_WARNING
42     Size = MAP_APPFONT( DIALOG_WIDTH, DIALOG_HEIGHT );
43         OutputSize = TRUE;
44         Closeable = FALSE;
45         Moveable = TRUE;
46         SVLook = TRUE;
48     Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION";
50     FixedImage FI_QUERY
51         {
52         Pos = MAP_APPFONT( AW_COL_1, AW_ROW_1 );
53         Size = MAP_APPFONT( SYMBOL_EDGE, SYMBOL_EDGE );
54         };
55     FixedText FT_INFOTEXT
56         {
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 );
59                 NoLabel = TRUE;
60         Wordbreak = TRUE;
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?";
63         };
64     OKButton PB_OK
65     {
66         Pos = MAP_APPFONT( AW_COL_2, AW_ROW_2 );
67         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
68         DefButton = TRUE ;
69         Text [ en-US ] = "~Keep Link";
70         Text [ de-DE ] = "~Als Verweis einfügen";
71     };
72     CancelButton PB_NO
73         {
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";
78         };
79     FixedLine FL_OPTION
80         {
81         Pos = MAP_APPFONT( 0, AW_ROW_3 );
82         Size = MAP_APPFONT( DIALOG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
83         };
84         CheckBox CB_WARNING_OFF
85         {
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 );
88         WordBreak = TRUE ;
89         Text [ en-US ] = "~Ask when linking a graphic";
90         Text [ de-DE ] = "~Nachfragen falls Grafik als Verweis eingefügt wird";
91         };