1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include <mailmergewizard.hrc>
29#include <dbui.hrc>
30
31ModalDialog DLG_MAILMERGEWIZARD
32{
33    HelpID = "sw:ModalDialog:DLG_MAILMERGEWIZARD";
34    OutputSize = TRUE ;
35    SVLook = TRUE ;
36    Text [ en-US ] = "Mail Merge Wizard" ;
37    Moveable = TRUE ;
38
39    String ST_STARTING
40    {
41        Text [ en-US ] = "Select starting document";
42    };
43    String ST_DOCUMETNTYPE
44    {
45        Text [ en-US ] = "Select document type";
46    };
47    String ST_ADDRESSBLOCK
48    {
49        Text [ en-US ] = "Insert address block";
50    };
51    String ST_ADDRESSLIST
52    {
53        Text [ en-US ] = "Select address list";
54    };
55    String ST_GREETINGSLINE
56    {
57        Text [ en-US ] = "Create salutation";
58    };
59    String ST_LAYOUT
60    {
61        Text [ en-US ] = "Adjust layout";
62    };
63    String ST_PREPAREMERGE
64    {
65        Text [ en-US ] = "Edit document";
66    };
67    String ST_MERGE
68    {
69        Text [ en-US ] = "Personalize document";
70    };
71    String ST_OUTPUT
72    {
73        Text [ en-US ] = "Save, print or send";
74    };
75    String ST_FINISH
76    {
77        Text [ en-US ] = "~Finish";
78    };
79
80};
81