Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / addresslistdialog.src
blob7bb7e7d92844c36aaa415f71db01a44a8864c0df
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: addresslistdialog.src,v $
10  * $Revision: 1.8 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include <addresslistdialog.hrc>
31 #include <dbui.hrc>
32 #include <helpid.h>
35 ModalDialog DLG_MM_ADDRESSLISTDIALOG
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     HelpID = HID_MM_ADDRESSLISTDIALOG;
40     Size = MAP_APPFONT ( 260 , 182 ) ;
41     Moveable = TRUE ;
43     Text [ en-US ] = "Select Address List";
45     FixedText       FI_DESCRIPTION
46     {
47         Pos = MAP_APPFONT ( 6 , 3 ) ;
48         Size = MAP_APPFONT ( 248 , 24 ) ;
49         WordBreak = TRUE;
50         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'.";
51     };
52     FixedText       FT_LIST
53     {
54         Pos = MAP_APPFONT ( 6 , 30 ) ;
55         Size = MAP_APPFONT ( 248 , 8 ) ;
56         Text [ en-US ] = "Your recipients are currently selected from:";
57     };
58     Control         LB_LIST
59     {
60         Pos = MAP_APPFONT ( 6 , 43 ) ;
61         Size = MAP_APPFONT ( 182 , 102 ) ;
62         Border = TRUE;
63         TabStop = TRUE ;
64     };
65     PushButton       PB_LOADLIST
66     {
67         Pos = MAP_APPFONT ( 194 , 43 ) ;
68         Size = MAP_APPFONT ( 60 , 14 ) ;
69         Text [ en-US ] = "~Add...";
70     };
71     PushButton PB_CREATELIST
72     {
73         Pos = MAP_APPFONT ( 194 , 60 ) ;
74         Size = MAP_APPFONT ( 60 , 14 ) ;
75         Text [ en-US ] = "~Create...";
76     };
77     PushButton      PB_FILTER
78     {
79         Pos = MAP_APPFONT ( 194 , 77 ) ;
80         Size = MAP_APPFONT ( 60 , 14 ) ;
81         Text [ en-US ] = "~Filter...";
82     };
83     PushButton PB_EDIT
84     {
85         Pos = MAP_APPFONT ( 194 , 94 ) ;
86         Size = MAP_APPFONT ( 60 , 14 ) ;
87         Text [ en-US ] = "~Edit...";
88     };
89     PushButton PB_TABLE
90     {
91         Pos = MAP_APPFONT ( 194 , 111 ) ;
92         Size = MAP_APPFONT ( 60 , 14 ) ;
93         Text [ en-US ] = "Change ~Table...";
94     };
95     FixedLine FL_SEPARATOR
96     {
97         Pos = MAP_APPFONT ( 0 , 151 ) ;
98         Size = MAP_APPFONT ( 260 , 8 ) ;
99     };
100     OKButton        PB_OK
101     {
102         Pos = MAP_APPFONT ( 95 , 162 ) ;
103         Size = MAP_APPFONT ( 50 , 14 ) ;
104         DefButton = TRUE ;
105     };
106     CancelButton        PB_CANCEL
107     {
108         Pos = MAP_APPFONT ( 148 , 162 ) ;
109         Size = MAP_APPFONT ( 50 , 14 ) ;
110     };
111     HelpButton      PB_HELP
112     {
113         Pos = MAP_APPFONT ( 204 , 162 ) ;
114         Size = MAP_APPFONT ( 50 , 14 ) ;
115     };
116     String  ST_NAME
117     {
118         Text [ en-US ] = "Name";
119     };
120     String  ST_TABLE
121     {
122         Text [ en-US ] = "Table";
123     };
124     String ST_CONNECTING
125     {
126         Text [ en-US ] = "Connecting to data source...";
127     };