update credits
[LibreOffice.git] / sw / source / ui / dbui / addresslistdialog.src
blob1b91ccdc82ccf2aa14154e2894a22d301ac0ba16
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 <addresslistdialog.hrc>
20 #include <dbui.hrc>
21 #include <helpid.h>
24 ModalDialog DLG_MM_ADDRESSLISTDIALOG
26     OutputSize = TRUE ;
27     SVLook = TRUE ;
28     HelpID = HID_MM_ADDRESSLISTDIALOG;
29     Size = MAP_APPFONT ( 260 , 182 ) ;
30     Moveable = TRUE ;
32     Text [ en-US ] = "Select Address List";
34     FixedText       FI_DESCRIPTION
35     {
36         Pos = MAP_APPFONT ( 6 , 3 ) ;
37         Size = MAP_APPFONT ( 248 , 24 ) ;
38         WordBreak = TRUE;
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'.";
40     };
41     FixedText       FT_LIST
42     {
43         Pos = MAP_APPFONT ( 6 , 30 ) ;
44         Size = MAP_APPFONT ( 248 , 8 ) ;
45         Text [ en-US ] = "Your recipients are currently selected from:";
46     };
47     Control         LB_LIST
48     {
49         Pos = MAP_APPFONT ( 6 , 43 ) ;
50         Size = MAP_APPFONT ( 182 , 102 ) ;
51         Border = TRUE;
52         TabStop = TRUE ;
53     };
54     PushButton       PB_LOADLIST
55     {
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...";
60     };
61     PushButton PB_CREATELIST
62     {
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...";
67     };
68     PushButton      PB_FILTER
69     {
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...";
74     };
75     PushButton PB_EDIT
76     {
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...";
81     };
82     PushButton PB_TABLE
83     {
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...";
88     };
89     FixedLine FL_SEPARATOR
90     {
91         Pos = MAP_APPFONT ( 0 , 151 ) ;
92         Size = MAP_APPFONT ( 260 , 8 ) ;
93     };
94     OKButton        PB_OK
95     {
96         Pos = MAP_APPFONT ( 95 , 162 ) ;
97         Size = MAP_APPFONT ( 50 , 14 ) ;
98         DefButton = TRUE ;
99     };
100     CancelButton        PB_CANCEL
101     {
102         Pos = MAP_APPFONT ( 148 , 162 ) ;
103         Size = MAP_APPFONT ( 50 , 14 ) ;
104     };
105     HelpButton      PB_HELP
106     {
107         Pos = MAP_APPFONT ( 204 , 162 ) ;
108         Size = MAP_APPFONT ( 50 , 14 ) ;
109     };
110     String  ST_NAME
111     {
112         Text [ en-US ] = "Name";
113     };
114     String  ST_TABLE
115     {
116         Text [ en-US ] = "Table";
117     };
118     String ST_CONNECTING
119     {
120         Text [ en-US ] = "Connecting to data source...";
121     };
124 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */