summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombopages.src
blob: 97e07a2a54a21cf93debc394695a59d4fae7c8df (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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
/*************************************************************************
 *
 *  $RCSfile: listcombopages.src,v $
 *
 *  $Revision: 1.2 $
 *
 *  last change: $Author: fs $ $Date: 2001-02-28 09:18:30 $
 *
 *  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 EXPRESS 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): _______________________________________
 *
 *
 ************************************************************************/

#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
#include "dbpresid.hrc"
#endif

TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE
{
    SVLook = TRUE ;
    Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;

    Text = "Tabellenauswahl";
    Text [ english ] = "Table Selection";
    Text [ english_us ] = "Table Selection";
    Text[ language_user1 ] = "ZL: Datenbank-Tabelle";
    Text[ portuguese ] = "Seleco de tabela";
    Text[ russian ] = " ";
    Text[ dutch ] = "tabel selecteren";
    Text[ french ] = "Slection de table";
    Text[ spanish ] = "Seleccin de tabla";
    Text[ italian ] = "Selezione tabella";
    Text[ danish ] = "Tabeludvalg";
    Text[ swedish ] = "Tabellurval";
    Text[ polish ] = "Wybr tabeli";
    Text[ portuguese_brazilian ] = "Tabellenauswahl";
    Text[ japanese ] = "ںނ̑I";
    Text[ chinese_simplified ] = "ѡ";
    Text[ chinese_traditional ] = "Gܪ";
    Text[ arabic ] = " ";
    Text[ dutch ] = "tabel selecteren";
    Text[ chinese_simplified ] = "ѡ";
    Text[ greek ] = " ";
    Text[ korean ] = " ǥ";
    Text[ turkish ] = "Tablo seimi";

    FixedLine FL_FRAME
    {
        Pos = MAP_APPFONT ( 4 , 3  ) ;
        Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
    };

    FixedText FT_SELECTTABLE_LABEL
    {
        Pos = MAP_APPFONT ( 7 , 15  ) ;
        Size = MAP_APPFONT ( 120, WINDOW_SIZE_Y - 21 ) ;
        WordBreak = TRUE;
        Group = TRUE;
        Text = "Auf der rechten Seite sehen Sie alle Tabellen aus der Datenquelle des Formulars.\n\n\n"
            "Whlen Sie bitte die Tabelle, deren Daten die Grundlage fr den Listeninhalt bilden sollen:";
        Text [ english ]= "On the right hand side, you see all tables of the form's data source.\n\n\n"
            "Please choose the table, whichs data should be the base for the list content:";
        Text [ english_us ]= "On the right hand side, you see all tables of the form's data source.\n\n\n"
            "Please choose the table, whichs data should be the base for the list content:";
    };
    ListBox LB_SELECTTABLE
    {
        Pos = MAP_APPFONT ( 130 , 15  ) ;
        Size = MAP_APPFONT ( WINDOW_SIZE_X - 130 - 7, WINDOW_SIZE_Y - 21 ) ;
        SVLook = TRUE ;
        Border = TRUE ;
        AutoHScroll = TRUE ;
        Sort = FALSE;
        DropDown = FALSE;
    };
};

TabPage RID_PAGE_LCW_CONTENTSELECTION_FIELD
{
    SVLook = TRUE ;
    Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;

    Text = "Feldauswahl";
    Text [ english ] = "Field Selection";
    Text [ english_us ] = "Field Selection";
    Text[ portuguese ] = "Seleco de campo";
    Text[ russian ] = " ";
    Text[ dutch ] = "veld selecteren";
    Text[ french ] = "Slection de champ";
    Text[ spanish ] = "Seleccin de campo";
    Text[ italian ] = "Selezione campo";
    Text[ danish ] = "Feltudvalg";
    Text[ swedish ] = "Flturval";
    Text[ polish ] = "Wybr pola";
    Text[ portuguese_brazilian ] = "Feldauswahl";
    Text[ japanese ] = "̨ނ̑I";
    Text[ chinese_simplified ] = "ѡֶ";
    Text[ chinese_traditional ] = "G";
    Text[ arabic ] = " ";
    Text[ dutch ] = "veld selecteren";
    Text[ chinese_simplified ] = "ѡֶ";
    Text[ greek ] = " ";
    Text[ korean ] = "ʵ ";
    Text[ turkish ] = "Alan seimi";
    Text[ language_user1 ] = " ";

    FixedLine FL_FRAME
    {
        Pos = MAP_APPFONT ( 4 , 3  ) ;
        Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
    };

    FixedText FT_TABLEFIELDS
    {
        Pos = MAP_APPFONT ( 7 , 15  ) ;
        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 3, 8 ) ;
        WordBreak = TRUE;
        Group = TRUE;
        Text = "~Vorhandene Felder";
        Text [ english_us ] = "Existing Fields";
        Text [ portuguese ] = "Campos ~disponveis";
        Text [ russian ] = " ";
        Text [ dutch ] = "~Voorhanden velden";
        Text [ french ] = "~Champs existants";
        Text [ spanish ] = "~Campos existentes";
        Text [ italian ] = "~Campi disponibili";
        Text [ danish ] = "~Eksisterende felter";
        Text [ swedish ] = "~Existerande flt";
        Text [ polish ] = "Istniejce pola";
        Text [ portuguese_brazilian ] = "Should one option button be the default choice?";
        Text [ japanese ] = "~gpł̨";
        Text [ chinese_simplified ] = "еֶ(~V)";
        Text [ chinese_traditional ] = "{s";
        Text [ arabic ] = "~ ";
        Text [ dutch ] = "~Voorhanden velden";
        Text [ chinese_simplified ] = "еֶ(~V)";
        Text [ greek ] = "~ ";
        Text [ korean ] = "ϴ ʵ";
        Text [ turkish ] = "~Mevcut alanlar";
    };
    ListBox LB_SELECTFIELD
    {
        Pos = MAP_APPFONT ( 7 , 26  ) ;
        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 32 ) ;
        SVLook = TRUE ;
        Border = TRUE ;
        AutoHScroll = TRUE ;
        Sort = FALSE;
        DropDown = FALSE;
    };
    FixedText FT_DISPLAYEDFIELD
    {
        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 15  ) ;
        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
        Text = "~Anzeigefeld";
        Text [ english_us ] = "Display Field";
        Text [ portuguese ] = "~Campo de visualizao";
        Text [ russian ] = " ";
        Text [ dutch ] = "~Weergaveveld";
        Text [ french ] = "~Champ d'affichage";
        Text [ spanish ] = "~Campo de visualizacin";
        Text [ italian ] = "~Campo di visualizzazione";
        Text [ danish ] = "Vi~sningsfelt";
        Text [ swedish ] = "~Visningsflt:";
        Text [ polish ] = "Pole wywietlania";
        Text [ portuguese_brazilian ] = "Yes, the default choice is:";
        Text [ japanese ] = "~\\̨";
        Text [ chinese_simplified ] = "ʾ(~A)";
        Text [ chinese_traditional ] = "";
        Text [ arabic ] = "~ ";
        Text [ dutch ] = "~Weergaveveld";
        Text [ chinese_simplified ] = "ʾ(~A)";
        Text [ greek ] = " ";
        Text [ korean ] = "Ÿ¡ʵ";
        Text [ turkish ] = "~Grnt alan";
    };
    Edit ET_DISPLAYEDFIELD
    {
        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26  ) ;
        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 12 ) ;
        SVLook = TRUE ;
        Border = TRUE ;
        ReadOnly = TRUE;
    };
    FixedText FT_CONTENTFIELD_INFO
    {
        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 45  ) ;
        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 51 ) ;
        WordBreak = TRUE;
    };
    String STR_FIELDINFO_COMBOBOX
    {
        Text = "Der Inhalt des ausgewhlten Feldes wird in der Liste des Kombinationsfeldes angezeigt.";
        Text [ english ] = "The contents of the field selected will be shown in the combo box field list.";
        Text [ english_us ] = "The contents of the field selected will be shown in the combo box field list.";
        Text [ portuguese ] = "O contedo do campo seleccionado ser mostrado na lista da caixa de combinao.";
        Text [ russian ] = "         ";
        Text [ dutch ] = "De inhoud van het geselecteerde veld wordt in de lijst onder het combinatieveld weergegeven..";
        Text [ french ] = "Le contenu du champ slectionn sera affich dans la liste de la zone combine.";
        Text [ spanish ] = "El contenido del campo seleccionado se mostrar en la lista del campo combinado.";
        Text [ italian ] = "Il contenuto del campo selezionto viene mostrato nell'elenco della casella combinata.";
        Text [ danish ] = "Det valgte felts indhold bliver vist i kombinationsboksens liste.";
        Text [ swedish ] = "Innehllet i det utvalda fltet visas i kombinationsfltets lista.";
        Text [ polish ] = "Zawarto wybranego pola zostanie pokazana na licie pola kombinacji.";
        Text [ portuguese_brazilian ] = "No, no I don't want an option to be the default.";
        Text [ japanese ] = "Iꂽ̨ނ̓eͺޯؽĂɕ\\܂B";
        Text [ chinese_simplified ] = "ѡֶλʾеڡ";
        Text [ chinese_traditional ] = "ܪ쪺e|QܦbզX쪺M椧C";
        Text [ arabic ] = "          .";
        Text [ dutch ] = "De inhoud van het geselecteerde veld wordt in de lijst onder het combinatieveld weergegeven..";
        Text [ chinese_simplified ] = "ѡֶλʾеڡ";
        Text [ greek ] = "          .";
        Text [ korean ] = "õ ʵ  ޺ڽ Ͽ ǥõ˴ϴ.";
        Text [ turkish ] = "Seilen alann ierii, kombinasyon alan listesinde grntlenecek.";
    };

    String STR_FIELDINFO_LISTBOX
    {
        Text = "Der Inhalt des ausgewhlten Feldes wird in dem Listenfeld angezeigt, wenn die ver- knpften Felder berein- stimmen";
        Text [ english ] = "The contents of the selected field will be shown in the list box if the linked fields are identical.";
        Text [ english_us ] = "The contents of the selected field will be shown in the list box if the linked fields are identical.";
    };
};

TabPage RID_PAGE_LCW_FIELDLINK
{
    SVLook = TRUE ;
    Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;

    Text = "Feldverknpfung";
    Text [ english ] = "Field Link";
    Text [ english_us ] = "Field Link";
    Text [ portuguese ] = "Ligao de campo";
    Text [ russian ] = " ";
    Text [ dutch ] = "velden koppelen";
    Text [ french ] = "Liaison de champs";
    Text [ spanish ] = "Vnculo de campo";
    Text [ italian ] = "Collegamento campo";
    Text [ danish ] = "Feltkde";
    Text [ swedish ] = "Fltlnk";
    Text [ polish ] = "Poczenie pola";
    Text [ portuguese_brazilian ] = "Database Field";
    Text [ japanese ] = "ݸ";
    Text [ chinese_simplified ] = "ֶ";
    Text [ chinese_traditional ] = "G챶|";
    Text [ arabic ] = " ";
    Text [ dutch ] = "velden koppelen";
    Text [ chinese_simplified ] = "ֶ";
    Text [ greek ] = " ";
    Text [ korean ] = "ʵ ";
    Text [ turkish ] = "Alan balants";

    FixedLine FL_FRAME
    {
        Pos = MAP_APPFONT ( 4 , 3  ) ;
        Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
    };
    FixedText FT_VALUELISTFIELD
    {
        Pos = MAP_APPFONT ( 7 , 15  ) ;
        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
        Group = TRUE;
        Text = "Feld aus der ~Wertetabelle";
        Text [ english ] = "Field from the Value Table";
        Text [ english_us ] = "Field from the Value Table";
        Text [ portuguese ] = "Campo da ~tabela de valores";
        Text [ russian ] = "   ";
        Text [ dutch ] = "Veld uit de ~waardentabel";
        Text [ french ] = "Champ de la table des ~valeurs";
        Text [ spanish ] = "Campo de la tabla de ~valores";
        Text [ italian ] = "Campo dalla tabella dei ~valori";
        Text [ danish ] = "Felt fra ~vrditabellen";
        Text [ swedish ] = "Flt frn ~vrdetabellen";
        Text [ polish ] = "Pole z tabeli wartoci";
        Text [ portuguese_brazilian ] = "You can save the option group value in a database field or use it for a later action.";
        Text [ japanese ] = "l\\~̨";
        Text [ chinese_simplified ] = "ֵֶ";
        Text [ chinese_traditional ] = "qƭȪ沣";
        Text [ arabic ] = "   ~";
        Text [ dutch ] = "Veld uit de ~waardentabel";
        Text [ chinese_simplified ] = "ֵֶ";
        Text [ greek ] = "   ~ ";
        Text [ korean ] = "ǥ  ʵ";
        Text [ turkish ] = "Deer tablosu alan";
    };
    ComboBox CMB_VALUELISTFIELD
    {
        Pos = MAP_APPFONT ( 7 , 26  ) ;
        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 32 ) ;
        SVLook = TRUE ;
        Border = TRUE ;
        DropDown = FALSE;
        Sort = FALSE;
        AutoHScroll = TRUE;
    };
    FixedText FT_TABLEFIELD
    {
        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 15 ) ;
        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
        Group = TRUE;
        Text = "Feld aus der &Listentabelle";
        Text [ english ] = "Field from the List Table";
        Text [ english_us ] = "Field from the List Table";
        Text [ portuguese ] = "Campo da &tabela de listagem";
        Text [ russian ] = "  ";
        Text [ dutch ] = "Veld uit de &lijsttabel";
        Text [ french ] = "Champ de la table de liste";
        Text [ spanish ] = "Campo del list&ado";
        Text [ italian ] = "Campo dalla tabella di &elenco";
        Text [ danish ] = "Felt fra &listetabellen";
        Text [ swedish ] = "Flt frn &listtabellen";
        Text [ polish ] = "Pole z tabeli listy";
        Text [ portuguese_brazilian ] = "Do you want to save the value in a database field?";
        Text [ japanese ] = "ؽĕ\\&̨";
        Text [ chinese_simplified ] = "еֶ";
        Text [ chinese_traditional ] = "qM沣";
        Text [ arabic ] = "   &";
        Text [ dutch ] = "Veld uit de &lijsttabel";
        Text [ chinese_simplified ] = "еֶ";
        Text [ greek ] = "   & ";
        Text [ korean ] = " ǥκ ʵ";
        Text [ turkish ] = "Liste tablosu alan";
    };
    ComboBox CMB_TABLEFIELD
    {
        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26 ) ;
        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 32 ) ;
        SVLook = TRUE ;
        Border = TRUE ;
        DropDown = FALSE;
        Sort = FALSE;
        AutoHScroll = TRUE;
    };
};

String RID_STR_COMBOWIZ_DBFIELD
{
    Text = "Sie knnen den Wert des Kombinationsfeldes entweder in einem Datenbankfeld speichern oder ihn nur zum Anzeigen verwenden.";
    Text [ english ] = "You can either save the value of the combo box field in a database field or use it for display purposes.";
    Text [ english_us ] = "You can either save the value of the combo box field in a database field or use it for display purposes.";
    Text [ portuguese ] = "Poder guardar o valor da caixa de combinao num campo da base de dados ou utiliz-lo apenas para visualizao.";
    Text [ russian ] = "               .";
    Text [ dutch ] = "U kunt de waarde van het combinatieveld in een databaseveld opslaan of deze alleen laten weergeven.";
    Text [ french ] = "Vous pouvez soit enregistrer la valeur de la zone combine dans un champ de base de donnes, soit l'utiliser seulement pour l'affichage.";
    Text [ spanish ] = "Puede guardar el valor del campo combinado en un campo de base de datos o usarlo solo para mostrarlo.";
    Text [ italian ] = "Potete salvare il valore della casella combinata in un campo database oppure utilizzarlo solo per visualizzarlo.";
    Text [ danish ] = "Du kan enten gemme kombinationsboksens vrdi i et databasefelt eller kun bruge den til visning.";
    Text [ swedish ] = "Du kan antingen spara kombinationsfltets vrde i ett databasflt eller bara anvnda det fr visning.";
    Text [ polish ] = "Warto pola kombi mona zapisa w polu bazy danych lub uy jej tylko do wywietlenia.";
    Text [ portuguese_brazilian ] = "Yes, in the following database:";
    Text [ japanese ] = "ޯ̒lްް̨ނɕۑA邢͕\\邽߂Ɏgpł܂B";
    Text [ chinese_simplified ] = "ܹеֵݿڻʾ";
    Text [ chinese_traditional ] = "zNզX쪺ƭȦsJ@ӸƮwܳoǼƾڡC";
    Text [ arabic ] = "         ʡ    .";
    Text [ dutch ] = "U kunt de waarde van het combinatieveld in een databaseveld opslaan of deze alleen laten weergeven.";
    Text [ chinese_simplified ] = "ܹеֵݿڻʾ";
    Text [ greek ] = "                   .";
    Text [ korean ] = "޺ڽ  ͺ̽ ʵ忡 ϰų Ÿ⿡   ֽϴ.";
    Text [ turkish ] = "Kombinasyon alannn deerini bir veritaban alannda kaydedebilir ya da yalnzca grntleme iin kullanabilirsiniz.";
};

/*************************************************************************
 * history:
 *  $Log: not supported by cvs2svn $
 *  Revision 1.1  2001/02/23 15:19:54  fs
 *  initial checkin - list-/combobox wizard (not comlpletely finished yet)
 *
 *
 *  Revision 1.0 21.02.01 16:16:18  fs
 ************************************************************************/