1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
19 #include <addresslistdialog.hrc>
24 ModalDialog DLG_MM_ADDRESSLISTDIALOG
28 HelpID = HID_MM_ADDRESSLISTDIALOG;
29 Size = MAP_APPFONT ( 260 , 182 ) ;
32 Text [ en-US ] = "Select Address List";
34 FixedText FI_DESCRIPTION
36 Pos = MAP_APPFONT ( 6 , 3 ) ;
37 Size = MAP_APPFONT ( 248 , 24 ) ;
39 Text [ en-US ] = "Select an address list. Click '%1' to select recipients from a different list. If you do not have an address list you can create one by clicking '%2'.";
43 Pos = MAP_APPFONT ( 6 , 30 ) ;
44 Size = MAP_APPFONT ( 248 , 8 ) ;
45 Text [ en-US ] = "Your recipients are currently selected from:";
49 Pos = MAP_APPFONT ( 6 , 43 ) ;
50 Size = MAP_APPFONT ( 182 , 102 ) ;
54 PushButton PB_LOADLIST
56 HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_LOADLIST";
57 Pos = MAP_APPFONT ( 194 , 43 ) ;
58 Size = MAP_APPFONT ( 60 , 14 ) ;
59 Text [ en-US ] = "~Add...";
61 PushButton PB_CREATELIST
63 HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_CREATELIST";
64 Pos = MAP_APPFONT ( 194 , 60 ) ;
65 Size = MAP_APPFONT ( 60 , 14 ) ;
66 Text [ en-US ] = "~Create...";
70 HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_FILTER";
71 Pos = MAP_APPFONT ( 194 , 77 ) ;
72 Size = MAP_APPFONT ( 60 , 14 ) ;
73 Text [ en-US ] = "~Filter...";
77 HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_EDIT";
78 Pos = MAP_APPFONT ( 194 , 94 ) ;
79 Size = MAP_APPFONT ( 60 , 14 ) ;
80 Text [ en-US ] = "~Edit...";
84 HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_TABLE";
85 Pos = MAP_APPFONT ( 194 , 111 ) ;
86 Size = MAP_APPFONT ( 60 , 14 ) ;
87 Text [ en-US ] = "Change ~Table...";
89 FixedLine FL_SEPARATOR
91 Pos = MAP_APPFONT ( 0 , 151 ) ;
92 Size = MAP_APPFONT ( 260 , 8 ) ;
96 Pos = MAP_APPFONT ( 95 , 162 ) ;
97 Size = MAP_APPFONT ( 50 , 14 ) ;
100 CancelButton PB_CANCEL
102 Pos = MAP_APPFONT ( 148 , 162 ) ;
103 Size = MAP_APPFONT ( 50 , 14 ) ;
107 Pos = MAP_APPFONT ( 204 , 162 ) ;
108 Size = MAP_APPFONT ( 50 , 14 ) ;
112 Text [ en-US ] = "Name";
116 Text [ en-US ] = "Table";
120 Text [ en-US ] = "Connecting to data source...";
124 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */