summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmdocselectpage.src
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-20 12:15:45 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-20 12:15:45 +0000
commitdc71bbad57ed5c1bf507ce1ece452f0c84a0d570 (patch)
tree42301e756df54566101c4ee9a7271bba573ee004 /sw/source/ui/dbui/mmdocselectpage.src
parent9f091b3097fb40a06dcff506e2d2e42505370db0 (diff)
INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED
2004/08/17 08:30:27 os 1.1.2.6: #i25107# mail merge localisation 2004/07/08 15:09:17 os 1.1.2.5: #i25107# resource language changes 2004/07/08 14:51:37 os 1.1.2.4: #i25107# resource language changes 2004/06/07 07:14:06 os 1.1.2.3: #i25107# RoadMap added 2004/04/30 14:32:25 os 1.1.2.2: #i25107# intermediate check-in 2004/04/08 07:54:47 os 1.1.2.1: #i25107# new mail merge wizard
Diffstat (limited to 'sw/source/ui/dbui/mmdocselectpage.src')
-rw-r--r--sw/source/ui/dbui/mmdocselectpage.src143
1 files changed, 143 insertions, 0 deletions
diff --git a/sw/source/ui/dbui/mmdocselectpage.src b/sw/source/ui/dbui/mmdocselectpage.src
new file mode 100644
index 000000000000..f958d617cd74
--- /dev/null
+++ b/sw/source/ui/dbui/mmdocselectpage.src
@@ -0,0 +1,143 @@
+/*************************************************************************
+ *
+ * $RCSfile: mmdocselectpage.src,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: rt $ $Date: 2004-09-20 13:15:45 $
+ *
+ * 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 <mmdocselectpage.hrc>
+#include <dbui.hrc>
+#include <helpid.h>
+TabPage DLG_MM_DOCSELECT_PAGE
+{
+ HelpID = HID_MM_DOCSELECTPAGE ;
+ Size = MAP_APPFONT ( 260 , 220 ) ;
+ Hide = TRUE ;
+
+ FixedText FI_HEADER
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text [ de ] = "Whlen Sie das Ausgangsdokument des Serienbriefes";
+ Text [ en-US ] = "Select starting document for the mail merge";
+ };
+ FixedText FT_HOWTO
+ {
+ Pos = MAP_APPFONT ( 6 , 20 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text [ de ] = "Whlen Sie auf welchem Dokument der Serienbrief basieren soll";
+ Text [ en-US ] = "Select the document upon which to base the mail merge document";
+ };
+ RadioButton RB_CURRENTDOC
+ {
+ Pos = MAP_APPFONT ( 12 , 32 ) ;
+ Size = MAP_APPFONT ( 190 , 10 ) ;
+ Text [ de ] = "Aktuelles Dokument verwenden" ;
+ Text[ en-US ] = "Use the current ~document";
+ };
+ RadioButton RB_NEWDOC
+ {
+ Pos = MAP_APPFONT ( 12 , 48 ) ;
+ Size = MAP_APPFONT ( 190 , 10 ) ;
+ Text [ de ] = "Neues Dokument erstellen" ;
+ Text[ en-US ] = "Create a ne~w document";
+ };
+ RadioButton RB_LOADDOC
+ {
+ Pos = MAP_APPFONT ( 12 , 64) ;
+ Size = MAP_APPFONT ( 190 , 10 ) ;
+ Text [ de ] = "Bestehendes Dokument verwenden";
+ Text[ en-US ] = "Start from ~existing document";
+ };
+ PushButton PB_LOADDOC
+ {
+ Pos = MAP_APPFONT ( 204 , 62) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ Text [ de ] = "Durchsuchen..." ;
+ Text[ en-US ] = "B~rowse...";
+ };
+ RadioButton RB_LOADTEMPLATE
+ {
+ Pos = MAP_APPFONT ( 12 , 80 ) ;
+ Size = MAP_APPFONT ( 190 , 10 ) ;
+ Text [ de ] = "Vorlage verwenden" ;
+ Text[ en-US ] = "Start from a t~emplate";
+ };
+ PushButton PB_BROWSETEMPLATE
+ {
+ Pos = MAP_APPFONT ( 204 , 78 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ Text [ de ] = "Durchsuchen..." ;
+ Text[ en-US ] = "B~rowse...";
+ };
+ RadioButton RB_RECENTDOC
+ {
+ Pos = MAP_APPFONT ( 12 , 96) ;
+ Size = MAP_APPFONT ( 190 , 10 ) ;
+ Text [ de ] = "Zuletzt gespeicherte Ausgangsdokumente" ;
+ Text[ en-US ] = "Start fro~m a recently saved starting document";
+ };
+ ListBox LB_RECENTDOC
+ {
+ Pos = MAP_APPFONT ( 18 , 109 ) ;
+ Size = MAP_APPFONT ( 180 , 50 ) ;
+ DropDown = TRUE;
+ Border = TRUE;
+ };
+};
+
+
+