Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / dbui.src
blob62f17960cc75515b9469778fb2e6ae9787fc0e81
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: dbui.src,v $
10  * $Revision: 1.34.66.2 $
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  // #pragma ******************************************************************
32  // #include *****************************************************************
33 #include "dbui.hrc"
34 #include "helpid.h"
35 ModalDialog DLG_DBSELECTION
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 168 , 132 ) ;
40     Moveable = TRUE ;
41     Control TLB_DBLIST
42     {
43         Border = TRUE ;
44         Pos = MAP_APPFONT ( 6 , 6 ) ;
45         Size = MAP_APPFONT ( 100 , 120 ) ;
46     };
47     OKButton BTN_OK
48     {
49         Pos = MAP_APPFONT ( 112 , 6 ) ;
50         Size = MAP_APPFONT ( 50 , 14 ) ;
51         TabStop = TRUE ;
52         Disable = TRUE ;
53     };
54     CancelButton BTN_CANCEL
55     {
56         Pos = MAP_APPFONT ( 112 , 23 ) ;
57         Size = MAP_APPFONT ( 50 , 14 ) ;
58         TabStop = TRUE ;
59     };
60     HelpButton BTN_HELP
61     {
62         Pos = MAP_APPFONT ( 112 , 43 ) ;
63         Size = MAP_APPFONT ( 50 , 14 ) ;
64         TabStop = TRUE ;
65     };
66     Text [ en-US ] = "Database Selection" ;
68  // DLG_PRINTMONITOR ------------------------------------------------------
69 ModelessDialog DLG_PRINTMONITOR
71     HelpID = HID_MERGE_PRINTMONITOR  ;
72     SVLOOK = TRUE ;
73     HIDE = TRUE ;
74     OUTPUTSIZE = TRUE ;
75     Size = MAP_APPFONT ( 118, 72 ) ;
76     MOVEABLE = TRUE ;
77     APP = FALSE ;
78     FixedText FT_DOCNAME
79     {
80         Pos = MAP_APPFONT ( 6,6 ) ;
81         Size = MAP_APPFONT ( 100, 8 ) ;
82         CENTER = TRUE ;
83     };
84     FixedText FT_PRINTING
85     {
86         Pos = MAP_APPFONT ( 6, 17 ) ;
87         Size = MAP_APPFONT (  100, 8 ) ;
88         CENTER = TRUE ;
89         Text [ en-US ] = "is being printed on" ;
90     };
91     FixedText FT_SENDING
92     {
93         Pos = MAP_APPFONT ( 6, 17 ) ;
94         Size = MAP_APPFONT (  100, 8 ) ;
95         CENTER = TRUE ;
96         Text [ en-US ] = "is being sent to";
97     };
98     FixedText FT_SAVING
99     {
100         Pos = MAP_APPFONT ( 6, 17 ) ;
101         Size = MAP_APPFONT (  100, 8 ) ;
102         CENTER = TRUE ;
103         Text [ en-US ] = "is being saved to" ;
104     };
105     FixedText FT_PRINTER
106     {
107         Pos = MAP_APPFONT ( 6, 28 ) ;
108         Size = MAP_APPFONT (  100, 8 ) ;
109         CENTER = TRUE ;
110     };
111     FixedText FT_PRINTINFO
112     {
113         Pos = MAP_APPFONT ( 6, 39 ) ;
114         Size = MAP_APPFONT (  100, 8 ) ;
115         CENTER = TRUE ;
116     };
117     CancelButton PB_CANCELPRNMON
118     {
119         Pos = MAP_APPFONT ( 31, 52 ) ;
120         Size = MAP_APPFONT (  50, 14 ) ;
121         TABSTOP = TRUE ;
122     };
123     String STR_EMAILMON
124     {
125         Text [ en-US ] = "Send-Monitor";
126     };
127     String STR_SAVEMON
128     {
129         Text [ en-US ] = "Save-Monitor";
130     };
131     Text [ en-US ] = "Print monitor" ;
134 String STR_DB_EMAIL
136     Text [ en-US ] = "E-mail" ;
139 StringArray SA_ADDRESS_HEADER
141     ItemList [en-US]=
142     {
143         < "Title" ;                 MM_PART_TITLE           ;> ;
144         < "First Name" ;            MM_PART_FIRSTNAME       ;> ;
145         < "Last Name" ;             MM_PART_LASTNAME        ;> ;
146         < "Company Name" ;          MM_PART_COMPANY         ;> ;
147         < "Address Line 1" ;        MM_PART_ADDRESS_1       ;> ;
148         < "Address Line 2" ;        MM_PART_ADDRESS_2       ;> ;
149         < "City" ;                  MM_PART_CITY            ;> ;
150         < "State" ;                 MM_PART_REGION          ;> ;
151         < "ZIP" ;                   MM_PART_ZIP             ;> ;
152         < "Country" ;               MM_PART_COUNTRY         ;> ;
153         < "Telephone private" ;     MM_PART_PHONE_PRIVATE   ;> ;
154         < "Telephone business" ;    MM_PART_PHONE_BUSINESS  ;> ;
155         < "E-mail Address" ;        MM_PART_E_MAIL          ;> ;
156         < "Gender";                 MM_PART_GENDER          ;> ;
157     };
159 String STR_NOTASSIGNED
161     Text[ en-US ] = " not yet matched ";
163 String STR_FILTER_ALL
165     Text [ en-US ] = "All files (*.*)" ;
167 String STR_FILTER_ALL_DATA
169     Text [ en-US ] = "Address lists(*.*)" ;
171 String STR_FILTER_SXB
173     Text [ en-US ] = "%PRODUCTNAME Base (*.odb)" ;
175 String STR_FILTER_SXC
177     Text [ en-US ] = "%PRODUCTNAME Calc (*.ods;*.sxc)" ;
179 String STR_FILTER_DBF
181     Text [ en-US ] = "dBase (*.dbf)" ;
183 String STR_FILTER_XLS
185     Text [ en-US ] = "Microsoft Excel (*.xls)" ;
187 String STR_FILTER_TXT
189     Text [ en-US ] = "Plain text (*.txt)" ;
191 String STR_FILTER_CSV
193     Text [ en-US ] = "Text Comma Separated (*.csv)" ;
195 String STR_FILTER_MDB
197     Text [ en-US ] = "Microsoft Access (*.mdb)" ;
199 String STR_FILTER_ACCDB
201     Text [ en-US ] = "Microsoft Access 2007 (*.accdb)" ;
204  // DLG_MM_CREATIONMONITOR ------------------------------------------------------
205 ModelessDialog DLG_MM_CREATIONMONITOR
207     HelpID = HID_MERGE_PRINTMONITOR  ;
208     SVLOOK = TRUE ;
209     HIDE = TRUE ;
210     OUTPUTSIZE = TRUE ;
211     _WHMAPMODE = MAP_APPFONT ;
212     _WIDTH = 140 ;
213     _HEIGHT = 52 ;
214     MOVEABLE = TRUE ;
215     APP = FALSE ;
216     
217     Text [ en-US ] = "Mail Merge" ;
218     
219     FixedText FT_STATUS
220     {
221         HIDE = FALSE ;
222         _XYMAPMODE = MAP_APPFONT ;
223         _X = 6 ;
224         _Y = 6 ;
225         _WHMAPMODE = MAP_APPFONT ;
226         _WIDTH = 35 ;
227         _HEIGHT = 8 ;
228         Text [ en-US ] = "Status:" ;
229         LEFT = FALSE ;
230         CENTER = FALSE ;
231         RIGHT = TRUE ;
232     };
233     FixedText FT_PROGRESS
234     {
235         HIDE = FALSE ;
236         _XYMAPMODE = MAP_APPFONT ;
237         _X = 6 ;
238         _Y = 17 ;
239         _WHMAPMODE = MAP_APPFONT ;
240         _WIDTH = 35 ;
241         _HEIGHT = 8 ;
242         Text [ en-US ] = "Progress:" ;
243         LEFT = FALSE ;
244         CENTER = FALSE ;
245         RIGHT = TRUE ;
246     };
247     FixedText FT_CREATEDOCUMENTS
248     {
249         HIDE = FALSE ;
250         _XYMAPMODE = MAP_APPFONT ;
251         _X = 45 ;
252         _Y = 6 ;
253         _WHMAPMODE = MAP_APPFONT ;
254         _WIDTH = 91 ;
255         _HEIGHT = 8 ;
256         Text [ en-US ] = "Creating documents...";
257         LEFT = TRUE ;
258         CENTER = FALSE ;
259         RIGHT = FALSE ;
260     };
261     FixedText FT_COUNTING
262     {
263         HIDE = FALSE ;
264         _XYMAPMODE = MAP_APPFONT ;
265         _X = 45 ;
266         _Y = 17 ;
267         _WHMAPMODE = MAP_APPFONT ;
268         _WIDTH = 91 ;
269         _HEIGHT = 8 ;
270         Text [ en-US ] = "%X of %Y";
271         LEFT = TRUE ;
272         CENTER = FALSE ;
273         RIGHT = FALSE ;
274     };
275     CancelButton PB_CANCELPRNMON
276     {
277         HIDE = FALSE ;
278         _XYMAPMODE = MAP_APPFONT ;
279         _X = 74 ;
280         _Y = 32 ;
281         _WHMAPMODE = MAP_APPFONT ;
282         _WIDTH = 50 ;
283         _HEIGHT = 14 ;
284         TABSTOP = TRUE ;
285     };