summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/AdabasStat.src
blob: 724240ef229cc99efb381162f73ac2f49daa816c (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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
/*************************************************************************
 *
 *  $RCSfile: AdabasStat.src,v $
 *
 *  $Revision: 1.15 $
 *
 *  last change: $Author: kz $ $Date: 2001-06-29 02:08:06 $
 *
 *  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): _______________________________________
 *
 *
 ************************************************************************/

#ifndef DBAUI_ADABASSTAT_HRC
#include "AdabasStat.hrc"
#endif
#ifndef _DBU_RESOURCE_HRC_
#include "dbu_resource.hrc"
#endif

#define WINDOW_SIZE_X 260
#define WINDOW_SIZE_Y 190

ModalDialog DLG_ADABASSTAT
{
    OutputSize  = TRUE ;
    Moveable    = TRUE ;
    Closeable   = TRUE ;
    SVLook      = TRUE ;
    Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;

    FixedLine FL_FILES
    {
        Pos                 = MAP_APPFONT ( 6 , 3 ) ;
        Size                = MAP_APPFONT ( WINDOW_SIZE_X - 12, 8 ) ;
        Text                = "Datenbankdateien" ;
        Text[ENGLISH]       = "Database files" ;
        Text[ english_us ] = "Database files";
        Text[ portuguese ] = "Ficheiros da base de dados";
        Text[ russian ] = "  ";
        Text[ greek ] = "  ";
        Text[ dutch ] = "Databasebestanden";
        Text[ french ] = "Fichiers de base de donnes";
        Text[ spanish ] = "Archivos de base de datos";
        Text[ italian ] = "File database";
        Text[ danish ] = "Databasefiler";
        Text[ swedish ] = "Databasfiler";
        Text[ polish ] = "Pliki bazy danych";
        Text[ portuguese_brazilian ] = "Database files";
        Text[ japanese ] = "ްް̧";
        Text[ korean ] = "ͺ̽ ";
        Text[ chinese_simplified ] = "ݿļ";
        Text[ chinese_traditional ] = "Ʈwɮ";
        Text[ arabic ] = "  ";
        Text[ turkish ] = "Veritaban dosyalar";
        Text[ catalan ] = "Archivos de base de datos";
        Text[ finnish ] = "Datenbankdateien";
    };

    FixedText FT_SYSDEVSPACE
    {
        Pos                 = MAP_APPFONT ( 12 , 14 ) ;
        Size                = MAP_APPFONT ( 102 , 10 ) ;
        Text                = "S~YSDEVSPACE:" ;
        Text[ENGLISH]       = "S~YSDEVSPACE:" ;
        Text[ english_us ] = "S~YSDEVSPACE:";
        Text[ portuguese ] = "S~YSDEVSPACE:";
        Text[ russian ] = "S~YSDEVSPACE:";
        Text[ greek ] = "S~YSDEVSPACE:";
        Text[ dutch ] = "S~YSDEVSPACE:";
        Text[ french ] = "S~YSDEVSPACE :";
        Text[ spanish ] = "S~YSDEVSPACE:";
        Text[ italian ] = "S~YSDEVSPACE:";
        Text[ danish ] = "S~YSDEVSPACE:";
        Text[ swedish ] = "S~YSDEVSPACE:";
        Text[ polish ] = "S~YSDEVSPACE:";
        Text[ portuguese_brazilian ] = "S~YSDEVSPACE:";
        Text[ japanese ] = "S~YSDEVSPACE:";
        Text[ korean ] = "S~YSDEVSPACE:";
        Text[ chinese_simplified ] = "SYSDEVSPACE";
        Text[ chinese_traditional ] = "SYSDEVSPACEG";
        Text[ arabic ] = "S~YSDEVSPACE:";
        Text[ turkish ] = "S~YSDEVSPACE:";
        Text[ catalan ] = "S~YSDEVSPACE:";
        Text[ finnish ] = "S~YSDEVSPACE:";
    };

    Edit ET_SYSDEVSPACE
    {
        Border      = TRUE ;
        Pos         = MAP_APPFONT ( 120 , 14 ) ;
        Size        = MAP_APPFONT ( 128 , 12 ) ;
        TabStop     = TRUE ;
        ReadOnly    = TRUE;
    };

    FixedText FT_TRANSACTIONLOG
    {
        Pos                 = MAP_APPFONT ( 12 , 32 ) ;
        Size                = MAP_APPFONT ( 102 , 10 ) ;
        Text                = "~TRANSACTIONLOG:" ;
        Text [ ENGLISH ]    = "~TRANSACTIONLOG:" ;
        Text[ english_us ] = "~TRANSACTIONLOG:";
        Text[ portuguese ] = "~TRANSACTIONLOG:";
        Text[ russian ] = "~TRANSACTIONLOG:";
        Text[ greek ] = "~TRANSACTIONLOG:";
        Text[ dutch ] = "~TRANSACTIONLOG:";
        Text[ french ] = "~TRANSACTIONLOG :";
        Text[ spanish ] = "~TRANSACTIONLOG:";
        Text[ italian ] = "~TRANSACTIONLOG:";
        Text[ danish ] = "TRANSACTI~ONLOG:";
        Text[ swedish ] = "~TRANSACTIONLOG:";
        Text[ polish ] = "~TRANSACTIONLOG:";
        Text[ portuguese_brazilian ] = "~TRANSACTIONLOG:";
        Text[ japanese ] = "~TRANSACTIONLOG:";
        Text[ korean ] = "~TRANSACTIONLOG:";
        Text[ chinese_simplified ] = "TRANSACTIONLOG";
        Text[ chinese_traditional ] = "TRANSACTIONLOG:";
        Text[ arabic ] = "~TRANSACTIONLOG:";
        Text[ turkish ] = "~TRANSACTIONLOG:";
        Text[ catalan ] = "~TRANSACTIONLOG:";
        Text[ finnish ] = "~TRANSACTIONLOG:";
    };

    Edit ET_TRANSACTIONLOG
    {
        Border      = TRUE ;
        Pos         = MAP_APPFONT ( 120 , 31 ) ;
        Size        = MAP_APPFONT ( 128 , 12 ) ;
        TabStop     = TRUE ;
        ReadOnly    = TRUE;
    };

    FixedText FT_DATADEVSPACE
    {
        Pos                 = MAP_APPFONT ( 12 , 49 ) ;
        Size                = MAP_APPFONT ( 102 , 10 ) ;
        Text                = "DATAD~EVSPACE:" ;
        Text [ ENGLISH ]    = "DATAD~EVSPACE:" ;
        Text[ english_us ] = "DATAD~EVSPACE:";
        Text[ portuguese ] = "DATAD~EVSPACE:";
        Text[ russian ] = "DATAD~EVSPACE:";
        Text[ greek ] = "DATAD~EVSPACE:";
        Text[ dutch ] = "DATAD~EVSPACE:";
        Text[ french ] = "DATAD~EVSPACE :";
        Text[ spanish ] = "DATAD~EVSPACE:";
        Text[ italian ] = "DATAD~EVSPACE:";
        Text[ danish ] = "DATAD~EVSPACE:";
        Text[ swedish ] = "DATAD~EVSPACE:";
        Text[ polish ] = "DATAD~EVSPACE:";
        Text[ portuguese_brazilian ] = "DATAD~EVSPACE:";
        Text[ japanese ] = "DATAD~EVSPACE:";
        Text[ korean ] = "DATAD~EVSPACE:";
        Text[ chinese_simplified ] = "DATADEVSPACE";
        Text[ chinese_traditional ] = "DATADEVSPACE:";
        Text[ arabic ] = "DATAD~EVSPACE:";
        Text[ turkish ] = "DATAD~EVSPACE:";
        Text[ catalan ] = "DATAD~EVSPACE:";
        Text[ finnish ] = "DATAD~EVSPACE:";
    };

    ListBox LB_DATADEVS
    {
        Border      = TRUE ;
        Pos         = MAP_APPFONT ( 120 , 48 ) ;
        Size        = MAP_APPFONT ( 128 , 42 ) ;
        TabStop     = TRUE;
        AutoHScroll = TRUE;
        VScroll     = TRUE;
        HScroll     = TRUE;
    };
    FixedLine FL_SIZES
    {
        Pos                 = MAP_APPFONT ( 6 , 99 ) ;
        Size                = MAP_APPFONT ( WINDOW_SIZE_X - 12 , 8 ) ;
        Text                = "Datenbankgren" ;
        Text [ ENGLISH ]    = "database sizes" ;
        Text[ english_us ] = "Database sizes";
        Text[ portuguese ] = "Tamanhos de bases de dados";
        Text[ russian ] = "  ";
        Text[ greek ] = "  ";
        Text[ dutch ] = "Grootte van database";
        Text[ french ] = "Tailles de la base de donnes";
        Text[ spanish ] = "Tamaos de base de datos";
        Text[ italian ] = "Dimensioni database";
        Text[ danish ] = "Databasestrrelser";
        Text[ swedish ] = "Databasstorlekar";
        Text[ polish ] = "Wielkoci baz danych";
        Text[ portuguese_brazilian ] = "database sizes";
        Text[ japanese ] = "ްް";
        Text[ korean ] = "ͺ̽ ũ";
        Text[ chinese_simplified ] = "ݿС";
        Text[ chinese_traditional ] = "Ʈwjp";
        Text[ arabic ] = "  ";
        Text[ turkish ] = "Veritaban byklkleri";
        Text[ catalan ] = "Tamaos de base de datos";
        Text[ finnish ] = "Datenbankgren";
    };

    FixedText FT_SIZE
    {
        Pos                 = MAP_APPFONT ( 12 , 110 ) ;
        Size                = MAP_APPFONT ( 102 , 10 ) ;
        Text                = "~Gesamtgre (MB):" ;
        Text [ ENGLISH ]    = "S~ize (MB):" ;
        Text[ english_us ] = "S~ize (MB):";
        Text[ portuguese ] = "~Tamanho (MB):";
        Text[ russian ] = " ():";
        Text[ greek ] = "  (MB):";
        Text[ dutch ] = "Totale gr~ootte (MB):";
        Text[ french ] = "~Taille totale (Mo) :";
        Text[ spanish ] = "Tamao ~total (MB):";
        Text[ italian ] = "Dimensione (MB):";
        Text[ danish ] = "Samlet strrelse (MB):";
        Text[ swedish ] = "T~otalstorlek (MB):";
        Text[ polish ] = "czna wielko (MB):";
        Text[ portuguese_brazilian ] = "S~ize (MB):";
        Text[ japanese ] = "Ŝ̻(MB):";
        Text[ korean ] = " ũ(~I)";
        Text[ chinese_simplified ] = "ܼƴС(MB)";
        Text[ chinese_traditional ] = "jp(MB)G";
        Text[ arabic ] = "  ():";
        Text[ turkish ] = "Toplam byklk (MB):";
        Text[ catalan ] = "Tamao ~total (MB):";
        Text[ finnish ] = "~Gesamtgre (MB):";
    };

    Edit ET_SIZE
    {
        Border      = TRUE ;
        Pos         = MAP_APPFONT ( 120 , 109 ) ;
        Size        = MAP_APPFONT ( 60 , 12 ) ;
        TabStop     = TRUE ;
        ReadOnly    = TRUE;
    };

    FixedText FT_FREESIZE
    {
        Pos                 = MAP_APPFONT ( 12 , 127 ) ;
        Size                = MAP_APPFONT ( 102 , 10 ) ;
        Text                = "~Freier Speicher (MB):" ;
        Text [ ENGLISH ]    = "~Unused space (MB):" ;
        Text[ english_us ] = "~Free memory space (MB):";
        Text[ portuguese ] = "~Memria livre (MB):";
        Text[ russian ] = "  ():";
        Text[ greek ] = "  (MB):";
        Text[ dutch ] = "~Vrij geheugen (MB):";
        Text[ french ] = "Mmoire ~libre (Mo) :";
        Text[ spanish ] = "~Memoria libre (MB):";
        Text[ italian ] = "Spazio libero (MB):";
        Text[ danish ] = "Ledig hukommelse (MB):";
        Text[ swedish ] = "~Fritt minne (MB):";
        Text[ polish ] = "~Wolna pami (MB):";
        Text[ portuguese_brazilian ] = "~Unused space (MB):";
        Text[ japanese ] = "󂫗e(MB):";
        Text[ korean ] = "  (~F)";
        Text[ chinese_simplified ] = "ÿռ(MB)";
        Text[ chinese_traditional ] = "iΪŶ(MB)G";
        Text[ arabic ] = "  ():";
        Text[ turkish ] = "Bo bellek (MB):";
        Text[ catalan ] = "~Memoria libre (MB):";
        Text[ finnish ] = "~Freier Speicher (MB):";
    };

    Edit ET_FREESIZE
    {
        Border      = TRUE ;
        Pos         = MAP_APPFONT ( 120 , 126 ) ;
        Size        = MAP_APPFONT ( 60 , 12 ) ;
        TabStop     = TRUE ;
        ReadOnly    = TRUE;
    };

    FixedText FT_MEMORYUSING
    {
        Pos                 = MAP_APPFONT ( 12 , 144 ) ;
        Size                = MAP_APPFONT ( 102 , 10 ) ;
        Text                = "S~peicherausnutzung (in %):" ;
        Text [ ENGLISH ]    = "~Memory using (in %):" ;
        Text[ english_us ] = "~Memory utilization (in %):";
        Text[ portuguese ] = "~Memria utilizada (em %):";
        Text[ russian ] = "~  ( %):";
        Text[ greek ] = "  ( %):";
        Text[ dutch ] = "~Gebruikt geheugen (in %):";
        Text[ french ] = "Mmoire ~utilise (en %):";
        Text[ spanish ] = "~Memoria usada (en %):";
        Text[ italian ] = "Memoria utilizzata (in %):";
        Text[ danish ] = "Hukommelsesudnyttelse (i %):";
        Text[ swedish ] = "~Minnesutnyttjande (i %):";
        Text[ polish ] = "~Wykorzystana pami (w %):";
        Text[ portuguese_brazilian ] = "~Memory using (in %):";
        Text[ japanese ] = "؎gp(%):";
        Text[ korean ] = "޸ 뷮 (%)";
        Text[ chinese_simplified ] = "ڴʹ(%)";
        Text[ chinese_traditional ] = "DOe(%)G";
        Text[ arabic ] = "  ( ):";
        Text[ turkish ] = "Bellek kullanm (% olarak):";
        Text[ catalan ] = "~Memoria usada (en %):";
        Text[ finnish ] = "S~peicherausnutzung (in %):";
    };

    NumericField ET_MEMORYUSING
    {
        Border              = TRUE ;
        Pos                 = MAP_APPFONT ( 120 , 144 ) ;
        Size                = MAP_APPFONT ( 60 , 12 ) ;
        TabStop             = TRUE ;
        ReadOnly            = TRUE;
    };

    OKButton PB_OK
    {
        Pos                 = MAP_APPFONT ( WINDOW_SIZE_X - 56,WINDOW_SIZE_Y - 20 ) ;
        Size                = MAP_APPFONT (  50, 14 ) ;
        TabStop             = TRUE ;
        DefButton           = TRUE ;
    };

    Text                = "Datenbank Statistiken" ;
    Text [ ENGLISH ]    = "Database statistics" ;
    Text[ english_us ] = "Database Statistics";
    Text[ portuguese ] = "Estatstica da base de dados";
    Text[ russian ] = "  ";
    Text[ greek ] = "  ";
    Text[ dutch ] = "Database statistieken";
    Text[ french ] = "Statistiques de la base de donnes";
    Text[ spanish ] = "Estadsticas de base de datos";
    Text[ italian ] = "Statistiche database";
    Text[ danish ] = "Database statistikker";
    Text[ swedish ] = "Databasstatistiker";
    Text[ polish ] = "Statystyki bazy danych";
    Text[ portuguese_brazilian ] = "Database statistics";
    Text[ japanese ] = "ްް̓v";
    Text[ korean ] = "ͺ̽ ";
    Text[ chinese_simplified ] = "ݿͳ";
    Text[ chinese_traditional ] = "Ʈwέp";
    Text[ arabic ] = "  ";
    Text[ turkish ] = "Veritaban istatistikleri";
    Text[ catalan ] = "Estadsticas de base de datos";
    Text[ finnish ] = "Datenbank Statistiken";
};

String STR_ADABAS_HELP_SYSDEVSPACE
{
    Text = "Enthlt die Systemtabellen" ;
    Text [ English ] = "Contains the system tables" ;
    Text[ english_us ] = "Contains the system tables";
    Text[ portuguese ] = "Contm as tabelas do sistema";
    Text[ russian ] = "  ";
    Text[ greek ] = "    ";
    Text[ dutch ] = "Bevat de systeemtabellen";
    Text[ french ] = "Contient les tables systme";
    Text[ spanish ] = "Contiene las tablas de sistema";
    Text[ italian ] = "Contiene le tabelle di sistema";
    Text[ danish ] = "Contains the system tables";
    Text[ swedish ] = "Innehller systemtabellerna";
    Text[ polish ] = "Zawiera tabele systemu";
    Text[ portuguese_brazilian ] = "Contains the system tables";
    Text[ japanese ] = "ðق܂";
    Text[ korean ] = "ý ̺ ";
    Text[ chinese_simplified ] = "ϵͳ";
    Text[ chinese_traditional ] = "ttΪ";
    Text[ turkish ] = "Contains the system tables";
    Text[ arabic ] = "   ";
    Text[ catalan ] = "Contains the system tables";
    Text[ finnish ] = "Enthlt die Systemtabellen";
};

String STR_ADABAS_HELP_TRANSACT
{
    Text = "Enthlt Information ber Transaktion" ;
    Text [ English ] = "Contains information about transactions" ;
    Text[ english_us ] = "Contains information about transaction";
    Text[ portuguese ] = "Contm informaes sobre transaces";
    Text[ russian ] = "   ";
    Text[ greek ] = "    ";
    Text[ dutch ] = "Bevat gegevens over de transactie";
    Text[ french ] = "Contient une information sur les transactions";
    Text[ spanish ] = "Contiene informacin sobre transaccin";
    Text[ italian ] = "Contiene informazioni sulla transazione";
    Text[ danish ] = "Contains information about transactions";
    Text[ swedish ] = "Innehller information om transaktion";
    Text[ polish ] = "Zawiera informacje o transakcji";
    Text[ portuguese_brazilian ] = "Contains information about transactions";
    Text[ japanese ] = "ݻ޸݂̏܂";
    Text[ korean ] = "Ʈǿ   ";
    Text[ chinese_simplified ] = "йشݵϢ";
    Text[ chinese_traditional ] = "tǻT";
    Text[ turkish ] = "Contains information about transactions";
    Text[ arabic ] = "    ";
    Text[ catalan ] = "Contains information about transactions";
    Text[ finnish ] = "Enthlt Information ber Transaktion";
};

String STR_ADABAS_HELP_DATADEVSPACES
{
    Text = "Enthlt alle Daten Dateien" ;
    Text [ English ] = "Contains all data files" ;
    Text[ english_us ] = "Contains all data files";
    Text[ portuguese ] = "Contm todos os ficheiros de dados";
    Text[ russian ] = "   ";
    Text[ greek ] = "    ";
    Text[ dutch ] = "Bevat alle gegevensbestanden";
    Text[ french ] = "Contient tous les fichiers de donnes";
    Text[ spanish ] = "Contiene todos los archivos de datos";
    Text[ italian ] = "Contiene tutti i file di dati";
    Text[ danish ] = "Contains all data files";
    Text[ swedish ] = "Innehller alla datafiler";
    Text[ polish ] = "Zawiera wszystkie pliki danych";
    Text[ portuguese_brazilian ] = "Contains all data files";
    Text[ japanese ] = "ް̧ق܂";
    Text[ korean ] = "   ";
    Text[ chinese_simplified ] = "ȫļ";
    Text[ chinese_traditional ] = "tɮ";
    Text[ turkish ] = "Contains all data files";
    Text[ arabic ] = "    ";
    Text[ catalan ] = "Contains all data files";
    Text[ finnish ] = "Enthlt alle Daten Dateien";
};

String STR_ADABAS_HELP_SIZE
{
    Text = "Gesamt Gre der Datenbank Dateien" ;
    Text [ English ] = "Overall Size of the database files" ;
    Text[ english_us ] = "Total size of the database files";
    Text[ portuguese ] = "Tamanho total dos ficheiros da base de dados";
    Text[ russian ] = "    ";
    Text[ greek ] = "      ";
    Text[ dutch ] = "Totale grootte van de databasebestanden";
    Text[ french ] = "Taille totale des fichiers de la base de donnes";
    Text[ spanish ] = "Tamao total de los archivos de base de datos";
    Text[ italian ] = "Dimensioni dei file del database";
    Text[ danish ] = "Overall Size of the database files";
    Text[ swedish ] = "Totalstorlek p databasfilerna";
    Text[ polish ] = "czna wielko plikw bazy danych";
    Text[ portuguese_brazilian ] = "Overall Size of the database files";
    Text[ japanese ] = "ްްّ̧Ŝ̻";
    Text[ korean ] = "ͺ̽  ü ũ";
    Text[ chinese_simplified ] = "ݿļܼƴС";
    Text[ chinese_traditional ] = "Ʈwɮת`jp";
    Text[ turkish ] = "Overall Size of the database files";
    Text[ arabic ] = "    ";
    Text[ catalan ] = "Overall Size of the database files";
    Text[ finnish ] = "Gesamt Gre der Datenbank Dateien";
};

String STR_ADABAS_HELP_FREESIZE
{
    Text = "Noch zur Verfgung stehender Speicher bevor eine neue Datadev Datei erzeugt wird." ;
    Text [ English ] = "Currently free avaliable space before a new datadev will be created." ;
    Text[ english_us ] = "Currently available space before a new datadev file is created.";
    Text[ portuguese ] = "Memria ainda disponvel antes de criar um novo ficheiro Datadev.";
    Text[ russian ] = "      datadev.";
    Text[ greek ] = "        Datadev.";
    Text[ dutch ] = "Noch beschikbare vrije ruimte voordat een nieuw Datadev-bestand wordt aangelegd.";
    Text[ french ] = "Mmoire encore disponible avant gnration d'un nouveau fichier Datadev.";
    Text[ spanish ] = "Memoria existente actualmente antes de crear un nuevo archivo datadev.";
    Text[ italian ] = "Memoria ancora disponibile prima di creare un nuovo file Datadev.";
    Text[ danish ] = "Currently free avaliable space bevor a new datadev must be created.";
    Text[ swedish ] = "Minne som r tillgngligt innan en ny datadev-fil skapas.";
    Text[ polish ] = "Zasb dostpnej pamici przed utworzeniem pliku datadev.";
    Text[ portuguese_brazilian ] = "Currently free avaliable space bevor a new datadev must be created.";
    Text[ japanese ] = "V datadev ̧ق쐬O̎c؋󂫗eʁB";
    Text[ korean ] = "Currently free avaliable space bevor a new datadev must be created.";
    Text[ chinese_simplified ] = "½һ datadev ļ֮ǰĿÿռ䡣";
    Text[ chinese_traditional ] = "bsW@ datadev ɮפeiΪŶC";
    Text[ turkish ] = "Currently free avaliable space bevor a new datadev must be created.";
    Text[ arabic ] = "       datadev .";
    Text[ catalan ] = "Currently free avaliable space bevor a new datadev must be created.";
    Text[ finnish ] = "Noch zur Verfgung stehender Speicher bevor eine neue Datadev Datei erzeugt wird.";
};

String STR_ADABAS_HELP_MEMORYUSING
{
    Text = "Zur Zeit verbrauchter Speicherplatz" ;
    Text [ English ] = "Currently used memory" ;
    Text[ english_us ] = "Currently used memory";
    Text[ portuguese ] = "Memria utilizada actualmente";
    Text[ russian ] = "    ";
    Text[ greek ] = "    ";
    Text[ dutch ] = "Momenteel gebruikte vrije ruimte";
    Text[ french ] = "Mmoire actuellement utilise";
    Text[ spanish ] = "Memoria usada actualmente";
    Text[ italian ] = "Memoria attualmente in uso";
    Text[ danish ] = "Currently used memory";
    Text[ swedish ] = "Minne som anvnds fr nrvarande";
    Text[ polish ] = "Aktualnie zajta pami";
    Text[ portuguese_brazilian ] = "Currently used memory";
    Text[ japanese ] = "݂؎gp";
    Text[ korean ] = "  ޸";
    Text[ chinese_simplified ] = "ǰռõڴ";
    Text[ chinese_traditional ] = "eeΰO";
    Text[ turkish ] = "Currently used memory";
    Text[ arabic ] = "  ";
    Text[ catalan ] = "Currently used memory";
    Text[ finnish ] = "Zur Zeit verbrauchter Speicherplatz";
};