Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / mmmergepage.src
bloba9895aaa9aa3df04b3b23860e9f5223d698c99d2
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: mmmergepage.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 <mmmergepage.hrc>
31 #include <dbui.hrc>
32 #include <helpid.h>
34 TabPage DLG_MM_MERGE_PAGE
36     HelpID = HID_MM_MERGEPAGE ;
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 ] = "Personalize the mail merge documents";
45     };
46     FixedText  FI_EDIT
47     {
48         Pos = MAP_APPFONT ( 6 , 27 ) ;
49         Size = MAP_APPFONT ( 248 , 38 ) ;
50         WordBreak = TRUE;
51         Text [ en-US ] = "You can personalize particular documents. Clicking '%1' will temporarily reduce the wizard to a small window so you can edit your document. After editing the document, return to the wizard by clicking 'Return to Mail Merge Wizard' in the small window.";
52     };
53     PushButton PB_EDIT
54     {
55         Pos = MAP_APPFONT ( 70 , 67 ) ;
56         Size = MAP_APPFONT ( 120 , 14 ) ;
57         Text [ en-US ] = "~Edit individual document...";
58     };
59     FixedLine  FL_FIND
60     {
61         Pos = MAP_APPFONT ( 6 , 102 ) ;
62         Size = MAP_APPFONT ( 248 , 8 ) ;
63         Text [ en-US ] = "~Find";
64     };
65     FixedText  FT_FIND
66     {
67         Pos = MAP_APPFONT ( 16 ,116 ) ;
68         Size = MAP_APPFONT ( 45 , 8 ) ;
69         Text [ en-US ] = "~Search for:";
70     };
71     Edit       ED_FIND
72     {
73         Pos = MAP_APPFONT ( 55 ,114 ) ;
74         Size = MAP_APPFONT ( 140 , 12 ) ;
75         Border = TRUE;
76     };
77     PushButton PB_FIND
78     {
79         Pos = MAP_APPFONT ( 198 ,113 ) ;
80         Size = MAP_APPFONT ( 50 , 14 ) ;
81         Text [ en-US ] = "~Find...";
82     };
83     CheckBox   CB_WHOLEWORDS
84     {
85         Pos = MAP_APPFONT ( 55 , 131 ) ;
86         Size = MAP_APPFONT ( 180 , 10 ) ;
87         Text [ en-US ] = "Whole wor~ds only";
88     };
89     CheckBox   CB_BACKWARDS
90     {
91         Pos = MAP_APPFONT ( 55 , 144 ) ;
92         Size = MAP_APPFONT ( 180 , 10 ) ;
93         Text [ en-US ] = "Back~wards";
94     };
95     CheckBox   CB_MATCHCASE
96     {
97         Pos = MAP_APPFONT ( 55 , 157 ) ;
98         Size = MAP_APPFONT ( 180 , 10 ) ;
99         Text [ en-US ] = "Ma~tch case";
100     };