summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/alienwarn.src
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-02-02 15:47:28 +0000
committerRüdiger Timm <rt@openoffice.org>2005-02-02 15:47:28 +0000
commit7a61e944fa51c259534548325d49659d3790aa7a (patch)
tree7dc9fb7f57f089917cda27ab7b4cf3bd290b2aee /sfx2/source/dialog/alienwarn.src
parentbbb9f451cec00fb44fd70053c9d1c99cfa94d8ee (diff)
INTEGRATION: CWS alienwarning (1.1.2); FILE ADDED
2005/01/28 16:19:33 pb 1.1.2.4: fix: #i41506# continued 2005/01/28 15:47:17 pb 1.1.2.3: fix: #i41506# 'No' button == default button 2005/01/28 14:54:09 pb 1.1.2.2: fix: #i41506# some string changes 2005/01/28 12:54:27 pb 1.1.2.1: fix: #i41506# new SfxAlienWarningDialog
Diffstat (limited to 'sfx2/source/dialog/alienwarn.src')
-rw-r--r--sfx2/source/dialog/alienwarn.src129
1 files changed, 129 insertions, 0 deletions
diff --git a/sfx2/source/dialog/alienwarn.src b/sfx2/source/dialog/alienwarn.src
new file mode 100644
index 0000000000..b8eb660334
--- /dev/null
+++ b/sfx2/source/dialog/alienwarn.src
@@ -0,0 +1,129 @@
+/*************************************************************************
+ *
+ * $RCSfile: alienwarn.src,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: rt $ $Date: 2005-02-02 16:47:28 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
+
+#include "alienwarn.hrc"
+#include "dialog.hrc"
+#include "helpid.hrc"
+
+ModalDialog RID_DLG_ALIEN_WARNING
+{
+ HelpId = HID_WARNING_ALIENFORMAT;
+ Size = MAP_APPFONT( DIALOG_WIDTH, DIALOG_HEIGHT );
+ OutputSize = TRUE;
+ Closeable = FALSE;
+ Moveable = TRUE;
+ SVLook = TRUE;
+
+ Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION";
+
+ FixedImage FI_QUERY
+ {
+ Pos = MAP_APPFONT( AW_COL_1, AW_ROW_1 );
+ Size = MAP_APPFONT( SYMBOL_EDGE, SYMBOL_EDGE );
+ };
+ FixedText FT_INFOTEXT
+ {
+ Pos = MAP_APPFONT( AW_COL_2, AW_ROW_1 );
+ Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, INFO_TEXT_LINES*RSC_CD_FIXEDTEXT_HEIGHT );
+ NoLabel = TRUE;
+ Wordbreak = TRUE;
+ Text [ de ] = "Dieses Dokument beinhaltet unter Umständen Formatierungen oder Inhalte, die im %FORMATNAME Format nicht gespeichert werden können. Möchten Sie das Dokument trotzdem in diesem Format speichern?\n\n- Klicken Sie auf 'Ja', um das Format beizubehalten.\n- Klicken Sie auf 'Nein', um im OpenDocument Standarddateiformat zu speichern und dabei Formatierungen und Inhalte sicher zu speichern.";
+ 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\n- Click 'Yes' to keep the same file format.\n- Click 'No' to use the latest OpenDocument file format and be sure all formatting and content is saved correctly.";
+ };
+ OKButton PB_YES
+ {
+ Pos = MAP_APPFONT( AW_COL_2, AW_ROW_2 );
+ Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
+ Text [ de ] = "~Ja";
+ Text [ en-US ] = "~Yes";
+ };
+ CancelButton PB_NO
+ {
+ Pos = MAP_APPFONT( AW_COL_3, AW_ROW_2 );
+ Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
+ DefButton = TRUE ;
+ Text [ de ] = "~Nein";
+ Text [ en-US ] = "~No";
+ };
+ HelpButton PB_MOREINFO
+ {
+ Pos = MAP_APPFONT( AW_COL_4, AW_ROW_2 );
+ Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
+ DefButton = TRUE ;
+ Text [ de ] = "~Weitere Informationen...";
+ Text [ en-US ] = "~More Information...";
+ };
+ FixedLine FL_OPTION
+ {
+ Pos = MAP_APPFONT( 0, AW_ROW_3 );
+ Size = MAP_APPFONT( DIALOG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
+ };
+ CheckBox CB_WARNING_OFF
+ {
+ Pos = MAP_APPFONT( AW_COL_2, AW_ROW_4 );
+ Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, RSC_CD_CHECKBOX_HEIGHT );
+ WordBreak = TRUE ;
+ Text [ de ] = "Diese Warnung in Zukunft nicht mehr anzeigen";
+ Text [ en-US ] = "Do not show this warning again";
+ };
+};
+
+