1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include <mailmergewizard.hrc> 25#include <dbui.hrc> 26 27ModalDialog DLG_MAILMERGEWIZARD 28{ 29 HelpID = "sw:ModalDialog:DLG_MAILMERGEWIZARD"; 30 OutputSize = TRUE ; 31 SVLook = TRUE ; 32 Text [ en-US ] = "Mail Merge Wizard" ; 33 Moveable = TRUE ; 34 35 String ST_STARTING 36 { 37 Text [ en-US ] = "Select starting document"; 38 }; 39 String ST_DOCUMETNTYPE 40 { 41 Text [ en-US ] = "Select document type"; 42 }; 43 String ST_ADDRESSBLOCK 44 { 45 Text [ en-US ] = "Insert address block"; 46 }; 47 String ST_ADDRESSLIST 48 { 49 Text [ en-US ] = "Select address list"; 50 }; 51 String ST_GREETINGSLINE 52 { 53 Text [ en-US ] = "Create salutation"; 54 }; 55 String ST_LAYOUT 56 { 57 Text [ en-US ] = "Adjust layout"; 58 }; 59 String ST_PREPAREMERGE 60 { 61 Text [ en-US ] = "Edit document"; 62 }; 63 String ST_MERGE 64 { 65 Text [ en-US ] = "Personalize document"; 66 }; 67 String ST_OUTPUT 68 { 69 Text [ en-US ] = "Save, print or send"; 70 }; 71 String ST_FINISH 72 { 73 Text [ en-US ] = "~Finish"; 74 }; 75 76}; 77