1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #include "alienwarn.hrc"
32 ModalDialog RID_DLG_ALIEN_WARNING
34 HelpId = HID_WARNING_ALIENFORMAT;
35 Size = MAP_APPFONT( DIALOG_WIDTH, DIALOG_HEIGHT );
41 Text [ en-US ] = "Confirm File Format";
45 Pos = MAP_APPFONT( AW_COL_1, AW_ROW_1 );
46 Size = MAP_APPFONT( SYMBOL_EDGE, SYMBOL_EDGE );
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 );
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.";
58 Pos = MAP_APPFONT( AW_COL_2, AW_ROW_2 );
59 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
61 Text [ en-US ] = "~Use %FORMATNAME Format";
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";
69 HelpButton PB_MOREINFO
71 Pos = MAP_APPFONT( AW_COL_4, AW_ROW_2 );
72 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
74 Text [ en-US ] = "~More Information...";
78 Pos = MAP_APPFONT( 0, AW_ROW_3 );
79 Size = MAP_APPFONT( DIALOG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
81 CheckBox CB_WARNING_OFF
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 );
87 Text [ en-US ] = "~Ask when not saving in ODF format";