update credits
[LibreOffice.git] / sw / source / ui / dbui / mmpreparemergepage.src
blob8816f7a5fda139b9faeb4d3b17fc402e37f76e3b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #include <mmpreparemergepage.hrc>
20 #include <dbui.hrc>
21 #include <helpid.h>
23 TabPage DLG_MM_PREPAREMERGE_PAGE
25     HelpID = HID_MM_PREPAREMERGEPAGE ;
26     Size = MAP_APPFONT ( 260 , 250 ) ;
27     Hide = TRUE ;
29     FixedText FI_HEADER
30     {
31         Pos = MAP_APPFONT ( 6 , 8 ) ;
32         Size = MAP_APPFONT ( 248 , 8 ) ;
33         Text[ en-US ] = "Preview and edit the document";
34     };
36     FixedText   FI_PREVIEW
37     {
38         Pos = MAP_APPFONT ( 6 , 27 ) ;
39         Size = MAP_APPFONT ( 248 , 26 ) ;
40         WordBreak = TRUE;
41         Text[ en-US ] = "The preview of a merged document is visible now. To see the preview of another document click one of the arrows.";
42     };
43     FixedText   FT_RECIPIENT
44     {
45         Pos = MAP_APPFONT ( 12 , 58 ) ;
46         Size = MAP_APPFONT ( 50 , 8 ) ;
47         Text[ en-US ] = "~Recipient";
48     };
50     PushButton  PB_FIRST
51     {
52         HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_FIRST";
53         Pos = MAP_APPFONT ( 75 , 55 ) ;
54         Size = MAP_APPFONT ( 20 , 14 ) ;
55         Text = "|<" ;
56         QuickHelpText [en-US] = "First";
57     };
58     PushButton  PB_PREV
59     {
60         HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_PREV";
61         Pos = MAP_APPFONT ( 98 , 55 ) ;
62         Size = MAP_APPFONT ( 20 , 14 ) ;
63         Text = "<" ;
64         QuickHelpText [en-US] = "Previous";
65     };
66     NumericField ED_RECORD
67     {
68         HelpID = "sw:NumericField:DLG_MM_PREPAREMERGE_PAGE:ED_RECORD";
69         Pos = MAP_APPFONT ( 121 , 56 ) ;
70         Size = MAP_APPFONT ( 20 , 12 ) ;
71         Border = TRUE ;
72         Left = TRUE ;
73         First = 1 ;
74         Minimum = 1 ;
75         Repeat = TRUE ;
76         Spin = FALSE ;
77         TabStop = TRUE ;
78     };
79     PushButton  PB_NEXT
80     {
81         HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_NEXT";
82         Pos = MAP_APPFONT ( 144 , 55 ) ;
83         Size = MAP_APPFONT ( 20 , 14 ) ;
84         Text = ">" ;
85         QuickHelpText [en-US] = "Next";
86     };
87     PushButton  PB_LAST
88     {
89         HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_LAST";
90         Pos = MAP_APPFONT ( 167 , 55 ) ;
91         Size = MAP_APPFONT ( 20 , 14 ) ;
92         Text = ">|" ;
93         QuickHelpText [en-US] = "Last";
94     };
95     CheckBox CB_EXCLUDE
96     {
97         HelpID = "sw:CheckBox:DLG_MM_PREPAREMERGE_PAGE:CB_EXCLUDE";
98         Pos = MAP_APPFONT ( 75, 77 ) ;
99         Size = MAP_APPFONT ( 179 , 10 ) ;
100         Text[ en-US ] = "E~xclude this recipient";
101     };
102     FixedLine   FL_NOTEHEADER
103     {
104         Pos = MAP_APPFONT ( 6 , 100 ) ;
105         Size = MAP_APPFONT ( 248 , 8 ) ;
106         Text[ en-US ] = "Edit Document";
107     };
108     FixedText   FI_EDIT
109     {
110         Pos = MAP_APPFONT ( 12 , 122 ) ;
111         Size = MAP_APPFONT ( 242 , 60 ) ;
112         WordBreak = TRUE;
113         Text[ en-US ] = "Write or edit your document now if you have not already done so. The changes will effect all merged documents.\n\nClicking 'Edit Document...' will temporarily reduce the wizard to a small window so you can edit the mail merge document. After editing the document, return to the wizard by clicking 'Return to Mail Merge Wizard' in the small window." ;
114     };
115     PushButton  PB_EDIT
116     {
117         HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_EDIT";
118         Pos = MAP_APPFONT ( 90 , 185 ) ;
119         Size = MAP_APPFONT ( 80 , 14 ) ;
120         Text[ en-US ] = "~Edit Document...";
121     };
124 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */