update credits
[LibreOffice.git] / sw / source / ui / dbui / dbui.src
blob664e5ab2a8a8991b8899a797b46db5c0bf17a0b6
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  */
20 #include "dbui.hrc"
21 #include "helpid.h"
23 ModalDialog DLG_DBSELECTION
25     HelpID = "sw:ModalDialog:DLG_DBSELECTION";
26     OutputSize = TRUE ;
27     SVLook = TRUE ;
28     Size = MAP_APPFONT ( 168 , 132 ) ;
29     Moveable = TRUE ;
30     Control TLB_DBLIST
31     {
32         Border = TRUE ;
33         Pos = MAP_APPFONT ( 6 , 6 ) ;
34         Size = MAP_APPFONT ( 100 , 120 ) ;
35     };
36     OKButton BTN_OK
37     {
38         Pos = MAP_APPFONT ( 112 , 6 ) ;
39         Size = MAP_APPFONT ( 50 , 14 ) ;
40         TabStop = TRUE ;
41         Disable = TRUE ;
42     };
43     CancelButton BTN_CANCEL
44     {
45         Pos = MAP_APPFONT ( 112 , 23 ) ;
46         Size = MAP_APPFONT ( 50 , 14 ) ;
47         TabStop = TRUE ;
48     };
49     HelpButton BTN_HELP
50     {
51         Pos = MAP_APPFONT ( 112 , 43 ) ;
52         Size = MAP_APPFONT ( 50 , 14 ) ;
53         TabStop = TRUE ;
54     };
55     Text [ en-US ] = "Database Selection" ;
57  // DLG_PRINTMONITOR ------------------------------------------------------
58 ModelessDialog DLG_PRINTMONITOR
60     HelpID = HID_MERGE_PRINTMONITOR  ;
61     SVLOOK = TRUE ;
62     HIDE = TRUE ;
63     OUTPUTSIZE = TRUE ;
64     Size = MAP_APPFONT ( 118, 72 ) ;
65     MOVEABLE = TRUE ;
66     APP = FALSE ;
67     FixedText FT_DOCNAME
68     {
69         Pos = MAP_APPFONT ( 6,6 ) ;
70         Size = MAP_APPFONT ( 100, 8 ) ;
71         CENTER = TRUE ;
72     };
73     FixedText FT_PRINTING
74     {
75         Pos = MAP_APPFONT ( 6, 17 ) ;
76         Size = MAP_APPFONT (  100, 8 ) ;
77         CENTER = TRUE ;
78         Text [ en-US ] = "is being prepared for printing on" ;
79     };
80     FixedText FT_SENDING
81     {
82         Pos = MAP_APPFONT ( 6, 17 ) ;
83         Size = MAP_APPFONT (  100, 8 ) ;
84         CENTER = TRUE ;
85         Text [ en-US ] = "is being sent to";
86     };
87     FixedText FT_SAVING
88     {
89         Pos = MAP_APPFONT ( 6, 17 ) ;
90         Size = MAP_APPFONT (  100, 8 ) ;
91         CENTER = TRUE ;
92         Text [ en-US ] = "is being saved to" ;
93     };
94     FixedText FT_PRINTER
95     {
96         Pos = MAP_APPFONT ( 6, 28 ) ;
97         Size = MAP_APPFONT (  100, 8 ) ;
98         CENTER = TRUE ;
99     };
100     FixedText FT_PRINTINFO
101     {
102         Pos = MAP_APPFONT ( 6, 39 ) ;
103         Size = MAP_APPFONT (  100, 8 ) ;
104         CENTER = TRUE ;
105     };
106     CancelButton PB_CANCELPRNMON
107     {
108         Pos = MAP_APPFONT ( 31, 52 ) ;
109         Size = MAP_APPFONT (  50, 14 ) ;
110         TABSTOP = TRUE ;
111     };
112     String STR_EMAILMON
113     {
114         Text [ en-US ] = "Send-Monitor";
115     };
116     String STR_SAVEMON
117     {
118         Text [ en-US ] = "Save-Monitor";
119     };
120     Text [ en-US ] = "Print monitor" ;
123 String STR_DB_EMAIL
125     Text [ en-US ] = "E-mail" ;
128 StringArray SA_ADDRESS_HEADER
130     ItemList [en-US]=
131     {
132         < "Title" ;                 MM_PART_TITLE           ;> ;
133         < "First Name" ;            MM_PART_FIRSTNAME       ;> ;
134         < "Last Name" ;             MM_PART_LASTNAME        ;> ;
135         < "Company Name" ;          MM_PART_COMPANY         ;> ;
136         < "Address Line 1" ;        MM_PART_ADDRESS_1       ;> ;
137         < "Address Line 2" ;        MM_PART_ADDRESS_2       ;> ;
138         < "City" ;                  MM_PART_CITY            ;> ;
139         < "State" ;                 MM_PART_REGION          ;> ;
140         < "ZIP" ;                   MM_PART_ZIP             ;> ;
141         < "Country" ;               MM_PART_COUNTRY         ;> ;
142         < "Telephone private" ;     MM_PART_PHONE_PRIVATE   ;> ;
143         < "Telephone business" ;    MM_PART_PHONE_BUSINESS  ;> ;
144         < "E-mail Address" ;        MM_PART_E_MAIL          ;> ;
145         < "Gender";                 MM_PART_GENDER          ;> ;
146     };
148 String STR_NOTASSIGNED
150     Text[ en-US ] = " not yet matched ";
152 String STR_FILTER_ALL
154     Text [ en-US ] = "All files" ;
156 String STR_FILTER_ALL_DATA
158     Text [ en-US ] = "Address lists(*.*)" ;
160 String STR_FILTER_SXB
162     Text [ en-US ] = "%PRODUCTNAME Base (*.odb)" ;
164 String STR_FILTER_SXC
166     Text [ en-US ] = "%PRODUCTNAME Calc (*.ods;*.sxc)" ;
168 String STR_FILTER_DBF
170     Text [ en-US ] = "dBase (*.dbf)" ;
172 String STR_FILTER_XLS
174     Text [ en-US ] = "Microsoft Excel (*.xls)" ;
176 String STR_FILTER_TXT
178     Text [ en-US ] = "Plain text (*.txt)" ;
180 String STR_FILTER_CSV
182     Text [ en-US ] = "Text Comma Separated (*.csv)" ;
184 String STR_FILTER_MDB
186     Text [ en-US ] = "Microsoft Access (*.mdb)" ;
188 String STR_FILTER_ACCDB
190     Text [ en-US ] = "Microsoft Access 2007 (*.accdb)" ;
193  // DLG_MM_CREATIONMONITOR ------------------------------------------------------
194 ModelessDialog DLG_MM_CREATIONMONITOR
196     HelpID = HID_MERGE_PRINTMONITOR  ;
197     SVLOOK = TRUE ;
198     HIDE = TRUE ;
199     OUTPUTSIZE = TRUE ;
200     _WHMAPMODE = MAP_APPFONT ;
201     _WIDTH = 140 ;
202     _HEIGHT = 52 ;
203     MOVEABLE = TRUE ;
204     APP = FALSE ;
206     Text [ en-US ] = "Mail Merge" ;
208     FixedText FT_STATUS
209     {
210         HIDE = FALSE ;
211         _XYMAPMODE = MAP_APPFONT ;
212         _X = 6 ;
213         _Y = 6 ;
214         _WHMAPMODE = MAP_APPFONT ;
215         _WIDTH = 35 ;
216         _HEIGHT = 8 ;
217         Text [ en-US ] = "Status:" ;
218         LEFT = FALSE ;
219         CENTER = FALSE ;
220         RIGHT = TRUE ;
221     };
222     FixedText FT_PROGRESS
223     {
224         HIDE = FALSE ;
225         _XYMAPMODE = MAP_APPFONT ;
226         _X = 6 ;
227         _Y = 17 ;
228         _WHMAPMODE = MAP_APPFONT ;
229         _WIDTH = 35 ;
230         _HEIGHT = 8 ;
231         Text [ en-US ] = "Progress:" ;
232         LEFT = FALSE ;
233         CENTER = FALSE ;
234         RIGHT = TRUE ;
235     };
236     FixedText FT_CREATEDOCUMENTS
237     {
238         HIDE = FALSE ;
239         _XYMAPMODE = MAP_APPFONT ;
240         _X = 45 ;
241         _Y = 6 ;
242         _WHMAPMODE = MAP_APPFONT ;
243         _WIDTH = 91 ;
244         _HEIGHT = 8 ;
245         Text [ en-US ] = "Creating documents...";
246         LEFT = TRUE ;
247         CENTER = FALSE ;
248         RIGHT = FALSE ;
249     };
250     FixedText FT_COUNTING
251     {
252         HIDE = FALSE ;
253         _XYMAPMODE = MAP_APPFONT ;
254         _X = 45 ;
255         _Y = 17 ;
256         _WHMAPMODE = MAP_APPFONT ;
257         _WIDTH = 91 ;
258         _HEIGHT = 8 ;
259         Text [ en-US ] = "%X of %Y";
260         LEFT = TRUE ;
261         CENTER = FALSE ;
262         RIGHT = FALSE ;
263     };
264     CancelButton PB_CANCELPRNMON
265     {
266         HIDE = FALSE ;
267         _XYMAPMODE = MAP_APPFONT ;
268         _X = 74 ;
269         _Y = 32 ;
270         _WHMAPMODE = MAP_APPFONT ;
271         _WIDTH = 50 ;
272         _HEIGHT = 14 ;
273         TABSTOP = TRUE ;
274     };
277 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */