summaryrefslogtreecommitdiff
path: root/svx/source/dialog/optfltr.src
blob: cf2a747cf01725d708c212353ab5071a2c56fb25 (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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
/*************************************************************************
 *
 *  $RCSfile: optfltr.src,v $
 *
 *  $Revision: 1.2 $
 *
 *  last change: $Author: hr $ $Date: 2004-02-03 18:42:03 $
 *
 *  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): _______________________________________
 *
 *
 ************************************************************************/
 // include -----------------------------------------------------------------
#include "optfltr.hrc"
#include "dialogs.hrc"
 // pragma ------------------------------------------------------------------

// RID_OFAPAGE_MSFILTEROPT -----------------------------------------------------
TabPage RID_OFAPAGE_MSFILTEROPT
{
     // HelpId = ;
    OutputSize = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    SVLook = TRUE ;
    Hide = TRUE ;

    FixedLine GB_WORD
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text = "Microsoft Word 97/2000" ;
        Text [ English ] = "Microsoft Word 97/2000" ;
        Text[ english_us ] = "Microsoft Word 97/2000";
        Text[ portuguese ] = "Microsoft Word 97/2000";
        Text[ russian ] = "Microsoft Word 97/2000";
        Text[ greek ] = "Microsoft Word 97/2000";
        Text[ dutch ] = "Microsoft Word 97/2000";
        Text[ french ] = "Microsoft Word 97/2000";
        Text[ spanish ] = "Microsoft Word 97/2000";
        Text[ italian ] = "Microsoft Word 97/2000";
        Text[ danish ] = "Microsoft Word 97/2000";
        Text[ swedish ] = "Microsoft Word 97/2000";
        Text[ polish ] = "Microsoft Word 97/2000";
        Text[ portuguese_brazilian ] = "Microsoft Word 97/2000";
        Text[ japanese ] = "Microsoft Word 97/2000";
        Text[ korean ] = "Microsoft Word 97/2000";
        Text[ chinese_simplified ] = "Microsoft Word 97/2000";
        Text[ chinese_traditional ] = "Microsoft Word 97/2000";
        Text[ turkish ] = "Microsoft Word 97/2000";
        Text[ arabic ] = "Microsoft Word 97/2000";
        Text[ catalan ] = "Microsoft Word 97/2000";
        Text[ finnish ] = "Microsoft Word 97/2000";
        Text[ thai ] = "ไมโครซอฟท์เวิร์ด 97/2000";
        Text[ czech ] = "Microsoft Word 97/2000";
        Text[ hebrew ] = "Microsoft Word 97/2000";
        Text[ hindi ] = "Microsoft Word 97/2000";
        Text[ slovak ] = "Microsoft Word 97/2000";
        Text[ hungarian ] = "Microsoft Word 97/2000";
        Text[ slovenian ] = "Microsoft Word 97/2000";
    };
    CheckBox CB_WBAS_CODE
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        TabStop = TRUE ;
        Text = "~Basic Code zum Bearbeiten laden" ;
        Text [ English ] = "Load Basic code for editing" ;
        Text[ english_us ] = "Load Basic ~code to edit";
        Text[ portuguese ] = "Carregar cdigo ~Basic para edio";
        Text[ russian ] = "  Basic  ";
        Text[ greek ] = "  ~Basic Code  ";
        Text[ dutch ] = "~Basic-code laden";
        Text[ french ] = "Charger le Basic Code pour dition";
        Text[ spanish ] = "Cargar ~Basic Code para la edicin";
        Text[ italian ] = "Carica codice ~Basic per modifica";
        Text[ danish ] = "Indls Basic-~kode til redigering";
        Text[ swedish ] = "Ladda ~Basic-kod fr redigering";
        Text[ polish ] = "Zaad~uj kod Basic w celu edycji";
        Text[ portuguese_brazilian ] = "~Carregar cdigo BASIC para edio";
        Text[ japanese ] = "Basi~c Code の読み込み";
        Text[ korean ] = "편집하기 위해 Basic 코드를 로드(~C)";
        Text[ chinese_simplified ] = "装入需要编辑的 Basi~c 代码";
        Text[ chinese_traditional ] = "載入和編輯 Basi~c 碼";
        Text[ turkish ] = "Dzenlemek iin Basic ~Code'u ykle";
        Text[ arabic ] = " Basic Code";
        Text[ catalan ] = "Carrega el ~codi bsic per editar";
        Text[ finnish ] = "Lataa muokattava Basic-koo~di";
        Text[ thai ] = "โหลด~รหัสภาษาเบสิคเพื่อแก้ไข";
        Text[ czech ] = "Nahrát kód Basic k úpravám";
        Text[ hebrew ] = "~Basic Code zum Bearbeiten laden";
        Text[ hindi ] = "Basic ~कोड़ को संपादन करने के लिए लोड़ करो";
        Text[ slovak ] = "Načítať kód Basi~c na úpravu";
        Text[ hungarian ] = "A Basic ~forráskód betöltése szerkesztésre";
        Text[ slovenian ] = "Naloži Basic ~kodo za urejanje";
    };
    CheckBox CB_WBAS_STG
    {
        Pos = MAP_APPFONT ( 12 , 28 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        TabStop = TRUE ;
        Text = "~Original Basic Code wieder speichern" ;
        Text [ English ] = "Save original Basic code" ;
        Text[ english_us ] = "Save ~original Basic code again";
        Text[ portuguese ] = "Guardar novamente o cdigo Basic o~riginal";
        Text[ russian ] = "    Basic";
        Text[ greek ] = "   ~Original Basic Code";
        Text[ dutch ] = "~Originele Basic-code weer opslaan";
        Text[ french ] = "Renregistrer le Basic Code d'origine";
        Text[ spanish ] = "Guardar nuevamente Basic Code ~original";
        Text[ italian ] = "Salva nuovamente codice Basic originale";
        Text[ danish ] = "Gem original Basic-kode ~igen";
        Text[ swedish ] = "Spara ~original-Basic-kod igen";
        Text[ polish ] = "Zapisz ponownie oryginalny kod Basic";
        Text[ portuguese_brazilian ] = "~Salvar novamente o cdigo BASIC original";
        Text[ japanese ] = "オリジナル Basic C~ode の保存";
        Text[ korean ] = "원래 Basic code를 다시 저장(~O)";
        Text[ chinese_simplified ] = "重新存盘源 Basic 代码(~O)";
        Text[ chinese_traditional ] = "儲存源 Basic 碼(~O)";
        Text[ turkish ] = "Original Basic Code'u yeniden kaydet";
        Text[ arabic ] = "  Basic Code ";
        Text[ catalan ] = "Torna a desar el codi bsic ~original";
        Text[ finnish ] = "Tallenna alkuper~inen Basic-koodi uudelleen";
        Text[ thai ] = "บันทึกรหัสภาษาเบสิค~ต้นฉบับอีกครั้ง";
        Text[ czech ] = "Uložit znovu původní BASIC kód";
        Text[ hebrew ] = "~Original Basic Code wieder speichern";
        Text[ hindi ] = "~यथार्थ Basic कोड़ को फ़िर से संचित करो";
        Text[ slovak ] = "Uložiť pôv~odný kód Basic";
        Text[ hungarian ] = "Az ~eredeti Basic forráskód újramentése";
        Text[ slovenian ] = "Ponovno shrani ~izvirno Basic kodo";
    };

    FixedLine GB_EXCEL
    {
        Pos = MAP_APPFONT ( 6 , 44 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text = "Microsoft Excel 97/2000" ;
        Text [ English ] = "Microsoft Excel 97/2000" ;
        Text[ english_us ] = "Microsoft Excel 97/2000";
        Text[ portuguese ] = "Microsoft Excel 97/2000";
        Text[ russian ] = "Microsoft Excel 97/2000";
        Text[ greek ] = "Microsoft Excel 97/2000";
        Text[ dutch ] = "Microsoft Excel 97/2000";
        Text[ french ] = "Microsoft Excel 97/2000";
        Text[ spanish ] = "Microsoft Excel 97/2000";
        Text[ italian ] = "Microsoft Excel 97/2000";
        Text[ danish ] = "Microsoft Excel 97/2000";
        Text[ swedish ] = "Microsoft Excel 97/2000";
        Text[ polish ] = "Microsoft Excel 97/2000";
        Text[ portuguese_brazilian ] = "Microsoft Excel 97/2000";
        Text[ japanese ] = "Microsoft Excel 97/2000";
        Text[ korean ] = "Microsoft Excel 97/2000";
        Text[ chinese_simplified ] = "Microsoft Excel 97/2000";
        Text[ chinese_traditional ] = "Microsoft Excel 97/2000";
        Text[ turkish ] = "Microsoft Excel 97/2000";
        Text[ arabic ] = "Microsoft Excel 97/2000";
        Text[ catalan ] = "Microsoft Excel 97/2000";
        Text[ finnish ] = "Microsoft Excel 97/2000";
        Text[ thai ] = "ไมโครซอฟท์เอ็กซ์เซล 97/2000";
        Text[ czech ] = "Microsoft Excel 97/2000";
        Text[ hebrew ] = "Microsoft Excel 97/2000";
        Text[ hindi ] = "Microsoft Excel 97/2000";
        Text[ slovak ] = "Microsoft Excel 97/2000";
        Text[ hungarian ] = "Microsoft Excel 97/2000";
        Text[ slovenian ] = "Microsoft Excel 97/2000";
    };
    CheckBox CB_EBAS_CODE
    {
        Pos = MAP_APPFONT ( 12 , 55 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        TabStop = TRUE ;
        Text = "B~asic Code zum Bearbeiten laden" ;
        Text [ English ] = "Load Basic code for editing" ;
        Text[ english_us ] = "Lo~ad Basic code to edit";
        Text[ portuguese ] = "Carregar cdigo ~Basic para edio";
        Text[ russian ] = "  Basic  ";
        Text[ greek ] = "  B~asic Code  ";
        Text[ dutch ] = "B~asic-code laden om te bewerken";
        Text[ french ] = "Charger le Basic Code pour dition";
        Text[ spanish ] = "Cargar ~Basic Code para la edicin";
        Text[ italian ] = "Carica codice B~asic per modifica";
        Text[ danish ] = "I~ndls Basic-kode til redigering";
        Text[ swedish ] = "Ladda B~asic-kod fr redigering";
        Text[ polish ] = "~Zaaduj kod Basic w celu edycji";
        Text[ portuguese_brazilian ] = "Carregar o cdigo ~Basic para edio";
        Text[ japanese ] = "B~asic Code の読み込み";
        Text[ korean ] = "편집하기 위해 Basic 코드를 로드(~A)";
        Text[ chinese_simplified ] = "装入需要编辑的 B~asic 代码";
        Text[ chinese_traditional ] = "載入和編輯 B~asic 碼";
        Text[ turkish ] = "Dzenlemek iin Basic Code'u ykle";
        Text[ arabic ] = " Basic Code";
        Text[ catalan ] = "Carr~ega el codi bsic per editar";
        Text[ finnish ] = "Lataa muokattava ~Basic-koodi";
        Text[ thai ] = "โหล~ดรหัสภาษาเบสิคเพื่อแก้ไข";
        Text[ czech ] = "Nahrát kód Basic k úpravám";
        Text[ hebrew ] = "B~asic Code zum Bearbeiten laden";
        Text[ hindi ] = "Basic कोड़ को संपादन करने के लिए लो~ड़ करो";
        Text[ slovak ] = "Načít~ať kód Basic na úpravu";
        Text[ hungarian ] = "~A Basic forráskód betöltése szerkesztésre";
        Text[ slovenian ] = "N~aloži Basic kodo za urejanje";
    };
    CheckBox CB_EBAS_STG
    {
        Pos = MAP_APPFONT ( 12 , 69 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        TabStop = TRUE ;
        Text = "Or~iginal Basic Code wieder speichern" ;
        Text [ English ] = "Save original Basic code" ;
        Text[ english_us ] = "Sa~ve original Basic code again";
        Text[ portuguese ] = "Guardar novamente o cdigo Basic o~riginal";
        Text[ russian ] = "    Basic";
        Text[ greek ] = "   Or~iginal Basic Code";
        Text[ dutch ] = "Or~iginele Basic-code weer opslaan";
        Text[ french ] = "Renregistrer le Basic Code d'origine";
        Text[ spanish ] = "Guardar nuevamente Basic Code ~original";
        Text[ italian ] = "Salva nuovamente codice Basic originale";
        Text[ danish ] = "G~em original Basic-kode igen";
        Text[ swedish ] = "Spara or~iginal-Basic-kod igen";
        Text[ polish ] = "Z~apisz ponownie oryginalny kod Basic";
        Text[ portuguese_brazilian ] = "Salvar novamente o cdigo Basic o~riginal";
        Text[ japanese ] = "オリジナル Basic Code の保存(~V)";
        Text[ korean ] = "원래 Basic code를 다시 저장(~V)";
        Text[ chinese_simplified ] = "重新存盘源 Basic 代码(~V)";
        Text[ chinese_traditional ] = "儲存源 Basic 碼(~V)";
        Text[ turkish ] = "Original Basic Code'u yeniden kaydet";
        Text[ arabic ] = "  Basic Code ";
        Text[ catalan ] = "Torna a de~sar el codi bsic original";
        Text[ finnish ] = "Tallenna alkupe~rinen Basic-koodi uudelleen";
        Text[ thai ] = "บัน~ทึกรหัสภาษาเบสิคต้นฉบับอีกครั้ง";
        Text[ czech ] = "Uložit znovu původní BASIC kód";
        Text[ hebrew ] = "Or~iginal Basic Code wieder speichern";
        Text[ hindi ] = "यथार्थ बेसिक कोड़ को फ़िर से सं~चित करो";
        Text[ slovak ] = "~Uložiť pôvodný kód Basic";
        Text[ hungarian ] = "Az ere~deti Basic forráskód újramentése";
        Text[ slovenian ] = "Pono~vno shrani izvirno Basic kodo";
    };

    FixedLine GB_PPOINT
    {
        Pos = MAP_APPFONT ( 6 , 85 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text = "Microsoft PowerPoint 97/2000" ;
        Text [ English ] = "Microsoft PowerPoint 97/2000" ;
        Text[ english_us ] = "Microsoft PowerPoint 97/2000";
        Text[ portuguese ] = "Microsoft PowerPoint 97/2000";
        Text[ russian ] = "Microsoft PowerPoint 97/2000";
        Text[ greek ] = "Microsoft PowerPoint 97/2000";
        Text[ dutch ] = "Microsoft PowerPoint 97/2000";
        Text[ french ] = "Microsoft PowerPoint 97/2000";
        Text[ spanish ] = "Microsoft PowerPoint 97/2000";
        Text[ italian ] = "Microsoft PowerPoint 97/2000";
        Text[ danish ] = "Microsoft PowerPoint 97/2000";
        Text[ swedish ] = "Microsoft PowerPoint 97/2000";
        Text[ polish ] = "Microsoft PowerPoint 97/2000";
        Text[ portuguese_brazilian ] = "Microsoft PowerPoint 97/2000";
        Text[ japanese ] = "Microsoft PowerPoint 97/2000";
        Text[ korean ] = "Microsoft PowerPoint 97/2000";
        Text[ chinese_simplified ] = "Microsoft PowerPoint 97/2000";
        Text[ chinese_traditional ] = "Microsoft PowerPoint 97/2000";
        Text[ turkish ] = "Microsoft PowerPoint 97/20";
        Text[ arabic ] = "Microsoft PowerPoint 97/2000";
        Text[ catalan ] = "Microsoft PowerPoint 97/2000";
        Text[ finnish ] = "Microsoft PowerPoint 97/2000";
        Text[ thai ] = "ไมโครซอฟท์เพาเวอร์พ้อยท์ 97/2000";
        Text[ czech ] = "Microsoft PowerPoint 97/2000";
        Text[ hebrew ] = "Microsoft PowerPoint 97/2000";
        Text[ hindi ] = "Microsoft PowerPoint 97/2000";
        Text[ slovak ] = "Microsoft PowerPoint 97/2000";
        Text[ hungarian ] = "Microsoft PowerPoint 97/2000";
        Text[ slovenian ] = "Microsoft PowerPoint 97/2000";
    };
    CheckBox CB_PBAS_CODE
    {
        Pos = MAP_APPFONT ( 12 , 96 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        TabStop = TRUE ;
        Text = "Ba~sic Code zum Bearbeiten laden" ;
        Text [ English ] = "Load Basic code for editing" ;
        Text[ english_us ] = "Load Ba~sic code to edit";
        Text[ portuguese ] = "Carregar cdigo ~Basic para edio";
        Text[ russian ] = "  Basic  ";
        Text[ greek ] = "  Ba~sic Code  ";
        Text[ dutch ] = "Ba~sic-code laden om te bewerken";
        Text[ french ] = "Charger le Basic Code pour dition";
        Text[ spanish ] = "Cargar Ba~sic Code para modificar";
        Text[ italian ] = "Carica codice Ba~sic per modifica";
        Text[ danish ] = "In~dls Basic-kode til redigering";
        Text[ swedish ] = "Ladda Ba~sic-kod fr redigering";
        Text[ polish ] = "Zaa~duj kod Basic w celu edycji";
        Text[ portuguese_brazilian ] = "Carregar o cdigo B~ASIC para edio";
        Text[ japanese ] = "Ba~sic Code の読み込み";
        Text[ korean ] = "편집하기 위해 Basic 코드를 로드(~S)";
        Text[ chinese_simplified ] = "装入需要编辑的 Ba~sic 代码";
        Text[ chinese_traditional ] = "載入和編輯 Ba~sic 碼";
        Text[ turkish ] = "Dzenlemek  iin Basic Code'u ykle";
        Text[ arabic ] = " Basic Code";
        Text[ catalan ] = "Carrega el codi b~sic per editar";
        Text[ finnish ] = "Lataa muokattava B~asic-koodi";
        Text[ thai ] = "โหลดรหัสภาษาเบ~สิคเพื่อแก้ไข";
        Text[ czech ] = "Nahrát kód Basic k úpravám";
        Text[ hebrew ] = "Ba~sic Code zum Bearbeiten laden";
        Text[ hindi ] = "Basic ~कोड़ को संपादन करने के लिए लोड़ करो";
        Text[ slovak ] = "Načítať kód Ba~sic na úpravu";
        Text[ hungarian ] = "A ~Basic forráskód betöltése szerkesztésre";
        Text[ slovenian ] = "Naloži Ba~sic kodo za urejanje";
    };
    CheckBox CB_PBAS_STG
    {
        Pos = MAP_APPFONT ( 12 , 110 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        TabStop = TRUE ;
        Text = "Ori~ginal Basic Code wieder speichern" ;
        Text [ English ] = "Save original Basic code" ;
        Text[ english_us ] = "Sav~e original Basic code again";
        Text[ portuguese ] = "Guardar novamente o cdigo Basic o~riginal";
        Text[ russian ] = "    Basic";
        Text[ greek ] = "  Ori~ginal Basic Code";
        Text[ dutch ] = "Ori~ginele Basic-code weer opslaan";
        Text[ french ] = "Renregistrer le Basic Code d'origine";
        Text[ spanish ] = "Guardar nuevamente Basic Code or~iginal";
        Text[ italian ] = "Salva nuovamente codice Basic originale";
        Text[ danish ] = "Ge~m original Basic-kode igen";
        Text[ swedish ] = "Spara ori~ginal-Basic-kod igen";
        Text[ polish ] = "Zapisz ponowni~e oryginalny kod Basic";
        Text[ portuguese_brazilian ] = "Salvar novamente o cdigo BASIC ori~ginal";
        Text[ japanese ] = "オリジナル Basic Cod~e の保存";
        Text[ korean ] = "원래 Basic code를 다시 저장(~E)";
        Text[ chinese_simplified ] = "重新存盘源 Basic 代码(~E)";
        Text[ chinese_traditional ] = "儲存源 Basic 碼(~E)";
        Text[ turkish ] = "Original Basic Code'u yeniden kaydet";
        Text[ arabic ] = "  Basic Code ";
        Text[ catalan ] = "Torna a des~ar el codi bsic original";
        Text[ finnish ] = "Tallenna alkuperinen Basi~c-koodi";
        Text[ thai ] = "บัน~ทึกรหัสภาษาเบสิคต้นฉบับอีกครั้ง";
        Text[ czech ] = "Uložit znovu původní BASIC kód";
        Text[ hebrew ] = "Ori~ginal Basic Code wieder speichern";
        Text[ hindi ] = "यथार्थ Basic कोड़ को फ़िर से सं~चित करो";
        Text[ slovak ] = "U~ložiť pôvodný kód Basic";
        Text[ hungarian ] = "A~z eredeti Basic forráskód újramentése";
        Text[ slovenian ] = "Ponov~no shrani izvirno Basic kodo";
    };
};

// RID_OFAPAGE_MSFILTEROPT2 -----------------------------------------------------
TabPage RID_OFAPAGE_MSFILTEROPT2
{
     // HelpId = ;
    OutputSize = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    SVLook = TRUE ;
    Hide = TRUE ;

    Control CLB_SETTINGS
    {
        Pos = MAP_APPFONT ( 6 , 6 ) ;
        Size = MAP_APPFONT ( 248 , 147 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
    };
    String ST_HEADER1
    {
        Text = "[L]" ;
        Text [ English ] = "[I]" ;
        Text[ english_us ] = "[L]";
        Text[ portuguese ] = "[C]";
        Text[ russian ] = "[]";
        Text[ greek ] = "[]";
        Text[ dutch ] = "[L]";
        Text[ french ] = "[C]";
        Text[ spanish ] = "[C]";
        Text[ italian ] = "[C]";
        Text[ danish ] = "[I]";
        Text[ swedish ] = "[L]";
        Text[ polish ] = "[]";
        Text[ portuguese_brazilian ] = "[C]";
        Text[ japanese ] = "[L]";
        Text[ korean ] = "[I]";
        Text[ chinese_simplified ] = "[I]";
        Text[ chinese_traditional ] = "[I]";
        Text[ turkish ] = "\n[L]";
        Text[ arabic ] = "[]";
        Text[ language_user1 ] = "; RB: ; RB: L=Laden";
        Text[ catalan ] = "[I]";
        Text[ finnish ] = "[L]";
        Text[ thai ] = "[I]";
        Text[ czech ] = "[L]";
        Text[ hebrew ] = "[L]";
        Text[ hindi ] = "[I]";
        Text[ slovak ] = "[L]";
        Text[ hungarian ] = "[T]";
        Text[ slovenian ] = "[L]";
    };
    String ST_HEADER2
    {
        Text = "[S]" ;
        Text [ English ] = "[E]" ;
        Text[ english_us ] = "[S]";
        Text[ portuguese ] = "[G]";
        Text[ russian ] = "[]";
        Text[ greek ] = "[]";
        Text[ dutch ] = "[O]";
        Text[ french ] = "[E]";
        Text[ spanish ] = "[G]";
        Text[ italian ] = "[S]";
        Text[ danish ] = "[G]";
        Text[ swedish ] = "[S]";
        Text[ polish ] = "[Z]";
        Text[ portuguese_brazilian ] = "[S]";
        Text[ japanese ] = "[S]";
        Text[ korean ] = "[E]";
        Text[ chinese_simplified ] = "[E]";
        Text[ chinese_traditional ] = "[E]";
        Text[ turkish ] = "\n[S]";
        Text[ arabic ] = "[]";
        Text[ language_user1 ] = "; RB: ; RB: S=Speichern";
        Text[ catalan ] = "[E]";
        Text[ finnish ] = "[S]";
        Text[ thai ] = "[E]";
        Text[ czech ] = "[S]";
        Text[ hebrew ] = "[S]";
        Text[ hindi ] = "[E]";
        Text[ slovak ] = "[S]";
        Text[ hungarian ] = "[M]";
        Text[ slovenian ] = "[S]";
    };
    FixedText FT_HEADER1_EXPLANATION
    {
        Pos = MAP_APPFONT ( 6 , 160 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text = "[L]: Objekt laden und konvertieren" ;
        Text [ English ] = "[I]: Import and convert the object" ;
        Text[ english_us ] = "[L]: Load and convert the object";
        Text[ portuguese ] = "[C]: Carregar e converter objecto";
        Text[ russian ] = "[]:    ";
        Text[ greek ] = "[]:    ";
        Text[ dutch ] = "[L]: Object laden en converteren";
        Text[ french ] = "[C]: Chargement et conversion de l'objet";
        Text[ spanish ] = "[C]:Carga y conversin del objeto";
        Text[ italian ] = "[C]: caricare e convertire l'oggetto";
        Text[ danish ] = "[I]: Indls og konverter objektet";
        Text[ swedish ] = "[L]: Ladda och konvertera objektet";
        Text[ polish ] = "[]: aduj i konwertuj obiekt";
        Text[ portuguese_brazilian ] = "[C]: Carregar e converter o objeto";
        Text[ japanese ] = "[L]: オブジェクトを読み込んで変換";
        Text[ korean ] = "[I]:개체 가져오기와 변환";
        Text[ chinese_simplified ] = "[I]: 装入和转换对象";
        Text[ chinese_traditional ] = "[I] 表示裝載和轉換物件";
        Text[ turkish ] = "[I]: Nesneyi ykle ve dntr";
        Text[ arabic ] = "[]:   ";
        Text[ catalan ] = "[I]: Importa i converteix l'objecte";
        Text[ finnish ] = "[L]: Tuo ja muuntaa objektin";
        Text[ thai ] = "[I]: นำเข้าและแปลงวัตถุ";
        Text[ czech ] = "[L]: Načíst a zkonvertovat objekt";
        Text[ hebrew ] = "[L]: Objekt laden und konvertieren";
        Text[ hindi ] = "[I]: Import and convert the object";
        Text[ slovak ] = "[L]: Načítať a konvertovať objekt";
        Text[ hungarian ] = "[T]: Az objektum betöltése és átalakítása";
        Text[ slovenian ] = "[L]: Naloži in pretvori predmet";
    };
    FixedText FT_HEADER2_EXPLANATION
    {
        Pos = MAP_APPFONT ( 6 , 171 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text = "[S]: Objekt konvertieren und speichern" ;
        Text [ English ] = "[E]: Convert and export the object" ;
        Text[ english_us ] = "[S]: Convert and save the object";
        Text[ portuguese ] = "[G]: Converter e guardar objecto";
        Text[ russian ] = "[]:    ";
        Text[ greek ] = "[]:    ";
        Text[ dutch ] = "[O]: Object converteren en opslaan";
        Text[ french ] = "[E]: Conversion et enregistrement de l'objet";
        Text[ spanish ] = "[G]: Convertir y guardar el objeto";
        Text[ italian ] = "[S]: convertire e salvare l'oggetto";
        Text[ danish ] = "[G]: Konverter og gem objektet";
        Text[ swedish ] = "[S]: Konvertera och spara objektet";
        Text[ polish ] = "[Z]: Konwertuj i zapisz obiekt";
        Text[ portuguese_brazilian ] = "[S]: Converter e salvar o objeto";
        Text[ japanese ] = "[S]: オブジェクトを変換して保存";
        Text[ korean ] = "[E]:개체 변환과 저장";
        Text[ chinese_simplified ] = "[E]: 转换和输出对象";
        Text[ chinese_traditional ] = "[E] 表示轉換和儲存物件";
        Text[ turkish ] = "[E]: Nesneyi dntr ve kaydet";
        Text[ arabic ] = "[]:   ";
        Text[ catalan ] = "[E]: Converteix i exporta l'objecte";
        Text[ finnish ] = "[S]: Muuntaa ja tallentaa objektin";
        Text[ thai ] = "[E]: แปลงและส่งวัตุออก";
        Text[ czech ] = "[S]: Zkonvertovat a uložit objekt";
        Text[ hebrew ] = "[S]: Objekt konvertieren und speichern";
        Text[ hindi ] = "[E]: वस्तु को रूपान्तर करके निर्यात करो";
        Text[ slovak ] = "[S]: Konvertovať a uložiť objekt";
        Text[ hungarian ] = "[M]: Az objektum átalakítása és mentése";
        Text[ slovenian ] = "[S]: Pretvori in shrani predmet";
    };
    String ST_CHG_MATH
    {
        Text = "MathType nach %PRODUCTNAME Math / %PRODUCTNAME Math nach MathType" ;
        Text [ English ] = "MathType to StarOffice Math / StarOffice Math to MathType" ;
        Text[ english_us ] = "MathType to %PRODUCTNAME Math / %PRODUCTNAME Math to MathType";
        Text[ portuguese ] = "MathType para %PRODUCTNAME Math / %PRODUCTNAME Math para MathType";
        Text[ russian ] = "MathType  %PRODUCTNAME Math / %PRODUCTNAME Math  MathType";
        Text[ greek ] = "MathType  %PRODUCTNAME Math / %PRODUCTNAME Math  MathType";
        Text[ dutch ] = "MathType naar %PRODUCTNAME Math / %PRODUCTNAME Math naar MathType";
        Text[ french ] = "MathType vers %PRODUCTNAME Math / %PRODUCTNAME Math vers MathType";
        Text[ spanish ] = "MathType a %PRODUCTNAME Math / %PRODUCTNAME Math a MathType";
        Text[ italian ] = "MathType in %PRODUCTNAME Math / %PRODUCTNAME Math in MathType";
        Text[ danish ] = "MathType til %PRODUCTNAME Math / %PRODUCTNAME Math til MathType";
        Text[ swedish ] = "MathType till %PRODUCTNAME Math/%PRODUCTNAME Math till MathType";
        Text[ polish ] = "MathType na %PRODUCTNAME Math lub %PRODUCTNAME Math na MathType";
        Text[ portuguese_brazilian ] = "MathType para %PRODUCTNAME Math / %PRODUCTNAME Math para MathType";
        Text[ japanese ] = "MathType を %PRODUCTNAME Math へ / %PRODUCTNAME Math を MathType へ";
        Text[ korean ] = "MathType에서 %PRODUCTNAME Math로 / %PRODUCTNAME Math에서 MathType로";
        Text[ chinese_simplified ] = "MathType 转换成 %PRODUCTNAME Math / %PRODUCTNAME Math 转换成 MathType";
        Text[ chinese_traditional ] = "MathType  轉換成 %PRODUCTNAME Math / %PRODUCTNAME Math 轉換成 MathType";
        Text[ turkish ] = "MathType'dan %PRODUCTNAME Math'e  / %PRODUCTNAME Math'den  MathType'e";
        Text[ arabic ] = "MathType  %PRODUCTNAME Math / %PRODUCTNAME Math  MathType";
        Text[ catalan ] = "MathType a %PRODUCTNAME Math / %PRODUCTNAME Math a MathType";
        Text[ finnish ] = "MathType -> %PRODUCTNAME Math / %PRODUCTNAME Math -> MathType";
        Text[ thai ] = "MathType เป็น %PRODUCTNAME Math / %PRODUCTNAME Math เป็น MathType";
        Text[ czech ] = "MathType na %PRODUCTNAME Math / %PRODUCTNAME Math na MathType";
        Text[ hebrew ] = "MathType nach %PRODUCTNAME Math / %PRODUCTNAME Math nach MathType";
        Text[ hindi ] = "गणितवर्ग से %PRODUCTNAME गणित केलिए / %PRODUCTNAME गणित से गणितवर्ग केलिए";
        Text[ slovak ] = "MathType do %PRODUCTNAME Math / %PRODUCTNAME Math do MathType";
        Text[ hungarian ] = "MathType -> %PRODUCTNAME Math / %PRODUCTNAME Math -> MathType";
        Text[ slovenian ] = "MathType v %PRODUCTNAME Math / %PRODUCTNAME Math v MathType";
    };
    String ST_CHG_WRITER
    {
        Text = "WinWord nach %PRODUCTNAME Writer / %PRODUCTNAME Writer nach WinWord" ;
        Text [ English ] = "WinWord to StarOffice Writer / StarOffice Writer to WinWord" ;
        Text[ english_us ] = "WinWord to %PRODUCTNAME Writer / %PRODUCTNAME Writer to WinWord";
        Text[ portuguese ] = "WinWord para %PRODUCTNAME Writer / %PRODUCTNAME Writer para WinWord";
        Text[ russian ] = "WinWord  %PRODUCTNAME Writer / %PRODUCTNAME Writer  WinWord";
        Text[ greek ] = "WinWord  %PRODUCTNAME Writer / %PRODUCTNAME Writer  WinWord";
        Text[ dutch ] = "WinWord to %PRODUCTNAME Writer / %PRODUCTNAME Writer to WinWord";
        Text[ french ] = "WinWord vers %PRODUCTNAME Writer / %PRODUCTNAME Writer vers WinWord";
        Text[ spanish ] = "WinWord a %PRODUCTNAME Writer / %PRODUCTNAME Writer a WinWord";
        Text[ italian ] = "WinWord in %PRODUCTNAME Writer / %PRODUCTNAME Writer in WinWord";
        Text[ danish ] = "WinWord til %PRODUCTNAME Writer / %PRODUCTNAME Writer til WinWord";
        Text[ swedish ] = "WinWord till %PRODUCTNAME Writer/%PRODUCTNAME Writer till WinWord";
        Text[ polish ] = "WinWord na %PRODUCTNAME Writer lub %PRODUCTNAME Writer na WinWord";
        Text[ portuguese_brazilian ] = "WinWord para %PRODUCTNAME Writer / %PRODUCTNAME Writer para WinWord";
        Text[ japanese ] = "WinWord を %PRODUCTNAME Writer へ / %PRODUCTNAME Writer を WinWord へ";
        Text[ korean ] = "WinWord에서%PRODUCTNAME Writer로 / %PRODUCTNAME Writer에서 WinWord로";
        Text[ chinese_simplified ] = "WinWord 转换成 %PRODUCTNAME Writer / %PRODUCTNAME Writer 转换成 WinWord";
        Text[ chinese_traditional ] = "WinWord 轉換成 %PRODUCTNAME Writer / %PRODUCTNAME Writer 轉換成 WinWord";
        Text[ turkish ] = "WinWord'den  %PRODUCTNAME Writer'a / %PRODUCTNAME Writer'dan  WinWord'e";
        Text[ arabic ] = "WinWord  %PRODUCTNAME Writer / %PRODUCTNAME Writer  WinWord";
        Text[ catalan ] = "WinWord a %PRODUCTNAME Writer / %PRODUCTNAME Writer a WinWord";
        Text[ finnish ] = "WinWord -> %PRODUCTNAME Writer / %PRODUCTNAME Writer -> WinWord";
        Text[ thai ] = "WinWord เป็น %PRODUCTNAME Writer / %PRODUCTNAME Writer เป็น WinWord";
        Text[ czech ] = "WinWord na %PRODUCTNAME Writer / %PRODUCTNAME Writer na WinWord";
        Text[ hebrew ] = "WinWord nach %PRODUCTNAME Writer / %PRODUCTNAME Writer nach WinWord";
        Text[ hindi ] = "विनवर्ड से %PRODUCTNAME लेखक केलिए / %PRODUCTNAME लेखक से विनवर्ड केलिए";
        Text[ slovak ] = "WinWord do %PRODUCTNAME Writer / %PRODUCTNAME Writer do WinWord";
        Text[ hungarian ] = "WinWord -> %PRODUCTNAME Writer / %PRODUCTNAME Writer -> WinWord";
        Text[ slovenian ] = "WinWord v %PRODUCTNAME Writer / %PRODUCTNAME Writer v WinWord";
    };
    String ST_CHG_CALC
    {
        Text = "Excel nach %PRODUCTNAME Calc / %PRODUCTNAME Calc nach Excel" ;
        Text [ English ] = "Excel to StarOffice Calc / StarOffice Calc to Excel" ;
        Text[ english_us ] = "Excel to %PRODUCTNAME Calc / %PRODUCTNAME Calc to Excel";
        Text[ portuguese ] = "Excel para %PRODUCTNAME Calc / %PRODUCTNAME Calc para Excel";
        Text[ russian ] = "Excel  %PRODUCTNAME Calc / %PRODUCTNAME Calc  Excel";
        Text[ greek ] = "Excel  %PRODUCTNAME Calc / %PRODUCTNAME Calc  Excel";
        Text[ dutch ] = "Excel naar %PRODUCTNAME Calc / %PRODUCTNAME Calc naar Excel";
        Text[ french ] = "Excel vers %PRODUCTNAME Calc / %PRODUCTNAME Calc vers Excel";
        Text[ spanish ] = "Excel a %PRODUCTNAME Calc / %PRODUCTNAME Calc a Excel";
        Text[ italian ] = "Excel in %PRODUCTNAME Calc / %PRODUCTNAME Calc in Excel";
        Text[ danish ] = "Excel til %PRODUCTNAME Calc / %PRODUCTNAME Calc til Excel";
        Text[ swedish ] = "Excel till %PRODUCTNAME Calc/%PRODUCTNAME Calc till Excel";
        Text[ polish ] = "Excel na %PRODUCTNAME Calc lub %PRODUCTNAME Calc na Excel";
        Text[ portuguese_brazilian ] = "Excel para %PRODUCTNAME Calc / %PRODUCTNAME Calc para Excel";
        Text[ japanese ] = "Excel を %PRODUCTNAME Calc へ / %PRODUCTNAME Calc を Excel へ";
        Text[ korean ] = "Excel에서 %PRODUCTNAME Calc로 / %PRODUCTNAME Calc에서Excel로";
        Text[ chinese_simplified ] = "Excel 转换成 %PRODUCTNAME Calc / %PRODUCTNAME Calc 转换成 Excel";
        Text[ chinese_traditional ] = "Excel 轉換成 %PRODUCTNAME Calc / %PRODUCTNAME Calc 轉換成 Excel";
        Text[ turkish ] = "Excel'den %PRODUCTNAME Calc'a / %PRODUCTNAME Calc'dan  Excel'e";
        Text[ arabic ] = "Excel  %PRODUCTNAME Calc / %PRODUCTNAME Calc  Excel";
        Text[ catalan ] = "Excel a %PRODUCTNAME Calc / %PRODUCTNAME Calc a Excel";
        Text[ finnish ] = "Excel -> %PRODUCTNAME Calc / %PRODUCTNAME Calc -> Excel";
        Text[ thai ] = "Excel เป็น %PRODUCTNAME Calc / %PRODUCTNAME Calc เป็น Excel";
        Text[ czech ] = "Excel na %PRODUCTNAME Calc / %PRODUCTNAME Calc na Excel";
        Text[ hebrew ] = "Excel nach %PRODUCTNAME Calc / %PRODUCTNAME Calc nach Excel";
        Text[ hindi ] = "एक्सेल से %PRODUCTNAME गणना केलिए / %PRODUCTNAME गणना से एक्सेल केलिए ";
        Text[ slovak ] = "Excel do %PRODUCTNAME Calc / %PRODUCTNAME Calc do Excel";
        Text[ hungarian ] = "Excel -> %PRODUCTNAME Calc / %PRODUCTNAME Calc -> Excel";
        Text[ slovenian ] = "Excel v %PRODUCTNAME Calc / %PRODUCTNAME Calc v Excel";
    };
    String ST_CHG_IMPRESS
    {
        Text = "PowerPoint nach %PRODUCTNAME Impress / %PRODUCTNAME Impress nach PowerPoint" ;
        Text [ English ] = "PowerPoint to StarOffice Impress / StarOffice Impress to PowerPoint" ;
        Text[ english_us ] = "PowerPoint to %PRODUCTNAME Impress / %PRODUCTNAME Impress to PowerPoint";
        Text[ portuguese ] = "PowerPoint para %PRODUCTNAME Impress / %PRODUCTNAME Impress para PowerPoint";
        Text[ russian ] = "PowerPoint  %PRODUCTNAME Impress / %PRODUCTNAME Impress  PowerPoint";
        Text[ greek ] = "PowerPoint  %PRODUCTNAME Impress / %PRODUCTNAME Impress  PowerPoint";
        Text[ dutch ] = "PowerPoint naar %PRODUCTNAME Impress / %PRODUCTNAME Impress naar PowerPoint";
        Text[ french ] = "PowerPoint vers %PRODUCTNAME Impress / %PRODUCTNAME Impress vers PowerPoint";
        Text[ spanish ] = "PowerPoint a %PRODUCTNAME Impress / %PRODUCTNAME Impress a PowerPoint";
        Text[ italian ] = "PowerPoint in %PRODUCTNAME Impress / %PRODUCTNAME Impress in PowerPoint";
        Text[ danish ] = "PowerPoint til %PRODUCTNAME Impress / %PRODUCTNAME Impress til PowerPoint";
        Text[ swedish ] = "PowerPoint till %PRODUCTNAME Impress/%PRODUCTNAME Impress till PowerPoint";
        Text[ polish ] = "PowerPoint na %PRODUCTNAME Impress lub %PRODUCTNAME Impress na PowerPoint";
        Text[ portuguese_brazilian ] = "PowerPoint para %PRODUCTNAME Impress / %PRODUCTNAME Impress para PowerPoint";
        Text[ japanese ] = "PowerPoint を %PRODUCTNAME Impress へ / %PRODUCTNAME Impress を PowerPoint へ";
        Text[ korean ] = "PowerPoint에서 %PRODUCTNAME Impress로 / %PRODUCTNAME Impress에서 PowerPoint로";
        Text[ chinese_simplified ] = "PowerPoint 转换成 %PRODUCTNAME Impress / %PRODUCTNAME Impress 转换成 PowerPoint";
        Text[ chinese_traditional ] = "PowerPoint 轉換成 %PRODUCTNAME Impress / %PRODUCTNAME Impress 轉換成 PowerPoint";
        Text[ turkish ] = "PowerPoint'den   %PRODUCTNAME Impress'e / %PRODUCTNAME Impress'den  PowerPoint'e";
        Text[ arabic ] = "PowerPoint  %PRODUCTNAME Impress / %PRODUCTNAME Impress  PowerPoint";
        Text[ catalan ] = "PowerPoint a %PRODUCTNAME Impress / %PRODUCTNAME Impress a PowerPoint";
        Text[ finnish ] = "PowerPoint -> %PRODUCTNAME Impress / %PRODUCTNAME Impress -> PowerPoint";
        Text[ thai ] = "PowerPoint เป็น %PRODUCTNAME Impress / %PRODUCTNAME Impress เป็น PowerPoint";
        Text[ czech ] = "PowerPoint na %PRODUCTNAME Impress / %PRODUCTNAME Impress na PowerPoint";
        Text[ hebrew ] = "PowerPoint nach %PRODUCTNAME Impress / %PRODUCTNAME Impress nach PowerPoint";
        Text[ hindi ] = "पवरपोइन्ट से %PRODUCTNAME इम्प्रेस्स केलिए / %PRODUCTNAME इम्प्रेस्स से पवरपोइन्ट केलिए";
        Text[ slovak ] = "PowerPoint do %PRODUCTNAME Impress / %PRODUCTNAME Impress do PowerPoint";
        Text[ hungarian ] = "PowerPoint -> %PRODUCTNAME Impress / %PRODUCTNAME Impress -> PowerPoint";
        Text[ slovenian ] = "PowerPoint v %PRODUCTNAME Impress / %PRODUCTNAME Impress v PowerPoint";
    };
    Bitmap CHKBUT_UNCHECKED
    {
        File = "chkun.bmp" ;
    };
    Bitmap CHKBUT_CHECKED
    {
        File = "chkch.bmp" ;
    };
    Bitmap CHKBUT_HICHECKED
    {
        File = "chkchhi.bmp" ;
    };
    Bitmap CHKBUT_HIUNCHECKED
    {
        File = "chkunhi.bmp" ;
    };
    Bitmap CHKBUT_TRISTATE
    {
        File = "chktri.bmp" ;
    };
    Bitmap CHKBUT_HITRISTATE
    {
        File = "chktrihi.bmp" ;
    };
};

 // ******************************************************************* EOF