update dev300-m58
[ooovba.git] / sfx2 / source / dialog / alienwarn.src
blob9be25ff9194804c3d7e8ba5eb7562dcfc4ea181f
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: alienwarn.src,v $
10  * $Revision: 1.8 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "alienwarn.hrc"
32 #include "dialog.hrc"
33 #include "helpid.hrc"
35 ModalDialog RID_DLG_ALIEN_WARNING
37     HelpId = HID_WARNING_ALIENFORMAT;
38     Size = MAP_APPFONT( DIALOG_WIDTH, DIALOG_HEIGHT );
39     OutputSize = TRUE;
40     Closeable = FALSE;
41     Moveable = TRUE;
42     SVLook = TRUE;
44     Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION";
46     FixedImage FI_QUERY
47     {
48         Pos = MAP_APPFONT( AW_COL_1, AW_ROW_1 );
49         Size = MAP_APPFONT( SYMBOL_EDGE, SYMBOL_EDGE );
50     };
51     FixedText FT_INFOTEXT
52     {
53         Pos = MAP_APPFONT( AW_COL_2, AW_ROW_1 );
54         Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, INFO_TEXT_LINES*RSC_CD_FIXEDTEXT_HEIGHT );
55         NoLabel = TRUE;
56         Wordbreak = TRUE;
57         Text [ en-US-old ] = "This document may contain formatting or content that cannot be saved in the %FORMATNAME file format. Do you want to save the document in this format anyway?\n\n- Click 'Yes' to save in %FORMATNAME file format.\n- Click 'No' to use the latest OpenDocument file format and be sure all formatting and content is saved correctly.";
58         Text [ en-US ] = "This document may contain formatting or content that cannot be saved in the %FORMATNAME file format. Do you want to save the document in this format anyway?\n\nUse the latest ODF file format and be sure all formatting and content is saved correctly.";
59     };
60     OKButton PB_NO
61     {
62         Pos = MAP_APPFONT( AW_COL_2, AW_ROW_2 );
63         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
64         DefButton = TRUE ;
65         Text [ en-US ] = "~Keep Current Format";
66     };
67     CancelButton PB_YES
68     {
69         Pos = MAP_APPFONT( AW_COL_3, AW_ROW_2 );
70         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
71         Text [ en-US ] = "~Save in ODF Format";
72     };
73     HelpButton PB_MOREINFO
74     {
75         Pos = MAP_APPFONT( AW_COL_4, AW_ROW_2 );
76         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
77         Hide = TRUE ;
78         Text [ en-US ] = "~More Information...";
79     };
80     FixedLine FL_OPTION
81     {
82         Pos = MAP_APPFONT( 0, AW_ROW_3 );
83         Size = MAP_APPFONT( DIALOG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
84     };
85     CheckBox CB_WARNING_OFF
86     {
87         Pos = MAP_APPFONT( AW_COL_2, AW_ROW_4 );
88         Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, RSC_CD_CHECKBOX_HEIGHT );
89         WordBreak = TRUE ;
90         Text [ en-US ] = "~Ask when not saving in ODF format";
91     };