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