1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: alienwarn.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include "alienwarn.hrc"
35 ModalDialog RID_DLG_ALIEN_WARNING
37 HelpId = HID_WARNING_ALIENFORMAT;
38 Size = MAP_APPFONT( DIALOG_WIDTH, DIALOG_HEIGHT );
44 Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION";
48 Pos = MAP_APPFONT( AW_COL_1, AW_ROW_1 );
49 Size = MAP_APPFONT( SYMBOL_EDGE, SYMBOL_EDGE );
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 );
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.";
62 Pos = MAP_APPFONT( AW_COL_2, AW_ROW_2 );
63 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
65 Text [ en-US ] = "~Keep Current Format";
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";
73 HelpButton PB_MOREINFO
75 Pos = MAP_APPFONT( AW_COL_4, AW_ROW_2 );
76 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
78 Text [ en-US ] = "~More Information...";
82 Pos = MAP_APPFONT( 0, AW_ROW_3 );
83 Size = MAP_APPFONT( DIALOG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
85 CheckBox CB_WARNING_OFF
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 );
90 Text [ en-US ] = "~Ask when not saving in ODF format";