Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / mmdocselectpage.src
blobb3c80a7abc8d6afa92308763e41c45393d4d7bdb
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: mmdocselectpage.src,v $
10  * $Revision: 1.8 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30 #include <mmdocselectpage.hrc>
31 #include <dbui.hrc>
32 #include <helpid.h>
33 TabPage DLG_MM_DOCSELECT_PAGE
35     HelpID = HID_MM_DOCSELECTPAGE ;
36     Size = MAP_APPFONT ( 260 , 250 ) ;
37     Hide = TRUE ;
39     FixedText FI_HEADER
40     {
41         Pos = MAP_APPFONT ( 6 , 8 ) ;
42         Size = MAP_APPFONT ( 248 , 8 ) ;
43         Text [ en-US ] = "Select starting document for the mail merge";
44     };
45     FixedText   FT_HOWTO
46     {
47         Pos = MAP_APPFONT ( 6 , 27 ) ;
48         Size = MAP_APPFONT ( 248 , 8 ) ;
49         Text [ en-US ] = "Select the document upon which to base the mail merge document";
50     };
51     RadioButton RB_CURRENTDOC
52     {
53         Pos = MAP_APPFONT ( 12 , 48 ) ;
54         Size = MAP_APPFONT ( 190 , 10 ) ;
55         Text[ en-US ] = "Use the current ~document";
56     };
57     RadioButton RB_NEWDOC
58     {
59         Pos = MAP_APPFONT ( 12 , 66 ) ;
60         Size = MAP_APPFONT ( 190 , 10 ) ;
61         Text[ en-US ] = "Create a ne~w document";
62     };
63     RadioButton RB_LOADDOC
64     {
65         Pos = MAP_APPFONT ( 12 ,  84) ;
66         Size = MAP_APPFONT ( 190 , 10 ) ;
67         Text[ en-US ] = "Start from ~existing document";
68     };
69     PushButton  PB_LOADDOC
70     {
71         Pos = MAP_APPFONT ( 204 ,  80) ;
72         Size = MAP_APPFONT ( 50 , 14 ) ;
73         Text[ en-US ] = "B~rowse...";
74     };
75     RadioButton RB_LOADTEMPLATE
76     {
77         Pos = MAP_APPFONT ( 12 , 103 ) ;
78         Size = MAP_APPFONT ( 190 , 10 ) ;
79         Text[ en-US ] = "Start from a t~emplate";
80     };
81     PushButton  PB_BROWSETEMPLATE
82     {
83         Pos = MAP_APPFONT ( 204 , 99 ) ;
84         Size = MAP_APPFONT ( 50 , 14 ) ;
85         Text[ en-US ] = "B~rowse...";
86     };
87     RadioButton RB_RECENTDOC
88     {
89         Pos = MAP_APPFONT ( 12 ,  120) ;
90         Size = MAP_APPFONT ( 190 , 10 ) ;
91         Text[ en-US ] = "Start fro~m a recently saved starting document";
92     };
93     ListBox     LB_RECENTDOC
94     {
95         Pos = MAP_APPFONT ( 20 , 134 ) ;
96         Size = MAP_APPFONT ( 180 , 50 ) ;
97         DropDown = TRUE;
98         Border = TRUE;
99     };