Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / mmoutputtypepage.src
blob69b22322a7992f687e51c6e70fb8f9f3a6d74d50
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: mmoutputtypepage.src,v $
10  * $Revision: 1.9 $
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 <mmoutputtypepage.hrc>
31 #include <dbui.hrc>
32 #include <helpid.h>
34 TabPage DLG_MM_OUTPUTTYPE_PAGE
36     HelpID = HID_MM_OUTPUTTYPEPAGE ;
37     Size = MAP_APPFONT ( 260 , 250 ) ;
38     Hide = TRUE ;
40     FixedText FI_HEADER
41     {
42         Pos = MAP_APPFONT ( 6 , 8 ) ;
43         Size = MAP_APPFONT ( 248 , 8 ) ;
44         Text[ en-US ] = "Select a document type";
45     };
46     FixedText FT_TYPE
47     {
48         Pos = MAP_APPFONT ( 6 , 27 ) ;
49         Size = MAP_APPFONT ( 248 , 8 ) ;
50         Text[ en-US ] = "What type of document do you want to create?";
51     };
52     RadioButton RB_LETTER
53     {
54         Pos = MAP_APPFONT ( 12 , 43 ) ;
55         Size = MAP_APPFONT ( 240 , 10 ) ;
56         Text[ en-US ] = "~Letter";
57     };
58     RadioButton RB_MAIL
59     {
60         Pos = MAP_APPFONT ( 12 , 57 ) ;
61         Size = MAP_APPFONT ( 240 , 10 ) ;
62         Text[ en-US ] = "~E-mail message";
63     };
64     FixedText FI_HINTHEADER
65     {
66         Pos = MAP_APPFONT ( 12 ,  72) ;
67         Size = MAP_APPFONT ( 242 , 8 ) ;
68     };
69     FixedText FI_HINT
70     {
71         Pos = MAP_APPFONT ( 12 , 83 ) ;
72         Size = MAP_APPFONT ( 242 , 26 ) ;
73         WordBreak = TRUE;
74     };
75     String    ST_LETTERHINTHEADER
76     {
77         Text[ en-US ] = "Letter:";
78     };
79     String    ST_MAILHINTHEADER
80     {
81         Text[ en-US ] = "E-Mail Message:";
82     };
83     String    ST_LETTERHINT
84     {
85         Text[ en-US ] = "Send letters to a group of recipients. The letters can contain an address block and a salutation. The letters can be personalized for each recipient.";
86     };
87     String    ST_MAILHINT
88     {
89         Text[ en-US ] = "Send e-mail messages to a group of recipients. The e-mail messages can contain a salutation. The e-mail messages can be personalized for each recipient.";
90     };
91     FixedText FT_NOMAILHINT
92     {
93         Pos = MAP_APPFONT ( 12 , 113 ) ;
94         Size = MAP_APPFONT ( 242 , 42 ) ;
95         WordBreak = TRUE;
96         Hide = TRUE;
97         Text[ en-US ] = "%PRODUCTNAME was unable to find a Java Mail connection. In order to send e-mail with %PRODUCTNAME, you need to install the latest version of Java Mail. You can find further information about Java Mail on the internet at 'http://java.sun.com/products/javamail/'.";
98     };