summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbui.src
blob: 5910a8587120c28e227cc3878b21c731d4ce9bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
/*************************************************************************
 *
 *  $RCSfile: dbui.src,v $
 *
 *  $Revision: 1.2 $
 *
 *  last change: $Author: rt $ $Date: 2000-12-08 18:15:15 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (the "License"); You may not use this file
 *  except in compliance with the License. You may obtain a copy of the
 *  License at http://www.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/
 // #pragma ******************************************************************

 // #include *****************************************************************
#include "dbui.hrc"
#include "helpid.h"
ModalDialog DLG_DBSELECTION
{
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 168 , 132 ) ;
    Text = "Datenbankauswahl" ;
    Text [ ENGLISH ] = "Database Selection" ;
    Moveable = TRUE ;
    Control TLB_DBLIST
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 6 , 6 ) ;
        Size = MAP_APPFONT ( 100 , 120 ) ;
    };
    OKButton BTN_OK
    {
        Pos = MAP_APPFONT ( 112 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Disable = TRUE ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 112 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    HelpButton BTN_HELP
    {
        Pos = MAP_APPFONT ( 112 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    Text [ english_us ] = "Database Selection" ;
    Text [ italian ] = "Scelta database" ;
    Text [ spanish ] = "Seleccionar base de datos" ;
    Text [ french ] = "Slection d'une base de donnes" ;
    Text [ dutch ] = "Selectie database" ;
    Text [ swedish ] = "Databasurval" ;
    Text [ danish ] = "Databaseudvalg" ;
    Text [ portuguese_brazilian ] = "Datenbankauswahl" ;
    Text [ portuguese ] = "Seleccionar base de dados" ;
    Text[ chinese_simplified ] = "ѡݿ";
    Text[ russian ] = "  ";
    Text[ polish ] = "Selekcja bazy danych";
    Text[ japanese ] = "ްް̑I";
    Text[ chinese_traditional ] = "ܸƮw";
    Text[ arabic ] = "  ";
    Text[ greek ] = "  ";
    Text[ korean ] = "ͺ̽ ";
    Text[ turkish ] = "Veritaban seimi";
    Text[ language_user1 ] = " ";
};
 // DLG_PRINTMONITOR ------------------------------------------------------
ModelessDialog DLG_PRINTMONITOR
{
    HelpID = HID_MERGE_PRINTMONITOR  ;
    SVLOOK = TRUE ;
    HIDE = TRUE ;
    OUTPUTSIZE = TRUE ;
    _WHMAPMODE = MAP_APPFONT ;
    _WIDTH = 118 ;
    _HEIGHT = 72 ;
    MOVEABLE = TRUE ;
    APP = FALSE ;
    Text [ english ] = "Save Monitor" ;
    Text = "Speichern-Monitor" ;
    FixedText FT_DOCNAME
    {
        HIDE = FALSE ;
        _XYMAPMODE = MAP_APPFONT ;
        _X = 6 ;
        _Y = 6 ;
        _WHMAPMODE = MAP_APPFONT ;
        _WIDTH = 100 ;
        _HEIGHT = 8 ;
        TEXT = "" ;
        LEFT = FALSE ;
        CENTER = TRUE ;
        RIGHT = FALSE ;
    };
    FixedText FT_PRINTING
    {
        HIDE = FALSE ;
        _XYMAPMODE = MAP_APPFONT ;
        _X = 6 ;
        _Y = 17 ;
        _WHMAPMODE = MAP_APPFONT ;
        _WIDTH = 100 ;
        _HEIGHT = 8 ;
        TEXT = "wird ausgegeben als" ;
        TEXT [ English ] = "is being printed as" ;
        LEFT = FALSE ;
        CENTER = TRUE ;
        RIGHT = FALSE ;
        Text [ english_us ] = "is being printed on" ;
        Text [ portuguese_brazilian ] = "est sendo impresso na" ;
        Text [ swedish ] = "skrivs ut p" ;
        Text [ danish ] = "udskrives som" ;
        Text [ italian ] = "viene stampato su" ;
        Text [ spanish ] = "se est imprimiendo en" ;
        Text [ french ] = "en cours d'impression sur" ;
        Text [ dutch ] = "wordt afgedrukt als" ;
        Text [ portuguese ] = "est a ser impresso na" ;
        Text[ chinese_simplified ] = "";
        Text[ russian ] = "  ";
        Text[ polish ] = "zostanie wydrukowany jako";
        Text[ japanese ] = "";
        Text[ chinese_traditional ] = "X";
        Text[ arabic ] = "  ";
        Text[ greek ] = " ";
        Text[ korean ] = " ";
        Text[ turkish ] = "kt tr";
        Text[ language_user1 ] = " ";
    };
    FixedText FT_SENDING
    {
        HIDE = FALSE ;
        _XYMAPMODE = MAP_APPFONT ;
        _X = 6 ;
        _Y = 17 ;
        _WHMAPMODE = MAP_APPFONT ;
        _WIDTH = 100 ;
        _HEIGHT = 8 ;
        TEXT = "wird versandt an" ;
        TEXT [ English ] = "is being send at" ;
        LEFT = FALSE ;
        CENTER = TRUE ;
        RIGHT = FALSE ;
        TEXT[ italian ] = "viene inviato a";
        TEXT[ portuguese_brazilian ] = "is being send at";
        TEXT[ portuguese ] = "est a ser enviado para";
        TEXT[ danish ] = "bliver sendt til";
        TEXT[ french ] = "est en cours d'envoi ";
        TEXT[ swedish ] = "skickas till";
        TEXT[ dutch ] = "wordt verzonden aan";
        TEXT[ spanish ] = "se enva a";
        TEXT[ english_us ] = "is being send to";
        TEXT[ chinese_simplified ] = "ķ";
        TEXT[ russian ] = " ";
        TEXT[ polish ] = "zostanie przesany do";
        TEXT[ japanese ] = "ɑM";
        TEXT[ chinese_traditional ] = "Ho";
        TEXT[ arabic ] = "  ";
        TEXT[ greek ] = " ";
        TEXT[ korean ] = " ";
        TEXT[ turkish ] = "Alc";
        TEXT[ language_user1 ] = " ";
    };
    FixedText FT_PRINTER
    {
        HIDE = FALSE ;
        _XYMAPMODE = MAP_APPFONT ;
        _X = 6 ;
        _Y = 28 ;
        _WHMAPMODE = MAP_APPFONT ;
        _WIDTH = 100 ;
        _HEIGHT = 8 ;
        TEXT = "" ;
        LEFT = FALSE ;
        CENTER = TRUE ;
        RIGHT = FALSE ;
    };
    FixedText FT_PRINTINFO
    {
        HIDE = FALSE ;
        _XYMAPMODE = MAP_APPFONT ;
        _X = 6 ;
        _Y = 39 ;
        _WHMAPMODE = MAP_APPFONT ;
        _WIDTH = 100 ;
        _HEIGHT = 8 ;
        TEXT = "" ;
        LEFT = FALSE ;
        CENTER = TRUE ;
        RIGHT = FALSE ;
    };
    CancelButton PB_CANCELPRNMON
    {
        HIDE = FALSE ;
        _XYMAPMODE = MAP_APPFONT ;
        _X = 31 ;
        _Y = 52 ;
        _WHMAPMODE = MAP_APPFONT ;
        _WIDTH = 50 ;
        _HEIGHT = 14 ;
        TABSTOP = TRUE ;
    };
    String STR_EMAILMON
    {
        Text [ english ] = "Send Monitor" ;
        Text = "Versenden-Monitor" ;
        Text[ italian ] = "Invia monitor";
        Text[ portuguese_brazilian ] = "Send Monitor";
        Text[ portuguese ] = "Enviar - Monitor";
        Text[ danish ] = "Send-monitor";
        Text[ french ] = "Moniteur d'envoi";
        Text[ swedish ] = "Skicka monitor";
        Text[ dutch ] = "Monitor verzenden";
        Text[ spanish ] = "Enviar-Monitor";
        Text[ english_us ] = "Send-Monitor";
        Text[ chinese_simplified ] = "ķ-";
        Text[ russian ] = "  ";
        Text[ polish ] = "Pokaz stanu przesyania";
        Text[ japanese ] = "M";
        Text[ chinese_traditional ] = "Ho-ʵ";
        Text[ arabic ] = " ";
        Text[ greek ] = "-";
        Text[ korean ] = " ";
        Text[ turkish ] = "Gnderme ekran";
        Text[ language_user1 ] = " ";
    };
    Text [ portuguese ] = "Monitor de impresso" ;
    Text [ english_us ] = "Print monitor" ;
    Text [ portuguese_brazilian ] = "O monitor de impresso" ;
    Text [ swedish ] = "Skriv ut skrmbild" ;
    Text [ danish ] = "Gem-monitor" ;
    Text [ italian ] = "Controllo stampa" ;
    Text [ spanish ] = "Monitor de impresin" ;
    Text [ french ] = "Moniteur d'impression" ;
    Text [ dutch ] = "Opslaan-monitor" ;
    Text[ chinese_simplified ] = "ӡ";
    Text[ russian ] = "  ";
    Text[ polish ] = "Pokaz stanu zapisu";
    Text[ japanese ] = "";
    Text[ chinese_traditional ] = "CLʵ";
    Text[ arabic ] = " ";
    Text[ language_user1 ] = " ";
    Text[ greek ] = "-";
    Text[ korean ] = " ";
    Text[ turkish ] = "Yazdrma ekran";
};

String STR_DB_EMAIL
{
    TEXT = "E-Mail" ;
    TEXT [ English ] = "E-mail" ;
    Text [ english_us ] = "E-mail" ;
    Text[ italian ] = "eMail";
    Text[ portuguese_brazilian ] = "E-mail";
    Text[ portuguese ] = "E-mail";
    Text[ danish ] = "E-mail";
    Text[ french ] = "E-mail";
    Text[ swedish ] = "E-post";
    Text[ dutch ] = "E-mail";
    Text[ spanish ] = "E-mail";
    Text[ chinese_simplified ] = "ʼ";
    Text[ russian ] = " ";
    Text[ polish ] = "e-mail";
    Text[ japanese ] = "E-mail";
    Text[ chinese_traditional ] = "qll";
    Text[ arabic ] = " ";
    Text[ greek ] = "E-mail";
    Text[ korean ] = "e-mail";
    Text[ turkish ] = "E-posta";
    Text[ language_user1 ] = " ";
};