summaryrefslogtreecommitdiff
path: root/svx/source/options/optsave.src
blob: b7acbbc1dce7b6924f2a8ee124ee989ab01afec0 (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
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
/*************************************************************************
 *
 *  $RCSfile: optsave.src,v $
 *
 *  $Revision: 1.59 $
 *
 *  last change: $Author: kz $ $Date: 2002-10-31 13:36:16 $
 *
 *  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 <sfx2/sfx.hrc>
#include <dialogs.hrc>
#include "helpid.hrc"
#include "optsave.hrc"

 // SID_SFXPAGE_SAVE ------------------------------------------------------
#define TEXT_SAVEPAGE \
    Text = "Speichern" ; \
    Text [ English ] = "Save options" ; \
    Text [ english_us ] = "Save" ; \
    Text [ portuguese_brazilian ] = "Gravar op??s" ; \
    Text [ swedish ] = "Spara" ; \
    Text [ danish ] = "Gem" ; \
    Text [ italian ] = "Salva" ; \
    Text [ spanish ] = "Guardar" ; \
    Text [ french ] = "Enregistrement" ; \
    Text [ dutch ] = "Opslaan" ; \
    Text [ portuguese ] = "Guardar" ; \
    Text [ finnish ] = "Tallenna" ; \
    Text[ chinese_simplified ] = "存盘";  \
    Text[ russian ] = "";  \
    Text[ polish ] = "Zapisz";  \
    Text[ japanese ] = "保存";    \
    Text[ chinese_traditional ] = "儲存"; \
    Text[ arabic ] = ""; \
    Text[ greek ] = "";   \
    Text[ korean ] = "저장";  \
    Text[ turkish ] = "Kaydet"; \
    Text[ catalan ] = "Desa";

TabPage RID_SFXPAGE_SAVE
{
    HelpId = HID_OPTIONS_SAVE ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Hide = TRUE ;
    TEXT_SAVEPAGE
    Size = MAP_APPFONT ( 260 , 185 ) ;
    FixedLine LB_LOAD
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text = "Laden" ;
        Text [ English ] = "Load" ;
        Text[ english_us ] = "Load";
        Text[ portuguese ] = "Carregar";
        Text[ russian ] = "";
        Text[ greek ] = "Load";
        Text[ dutch ] = "Laden";
        Text[ french ] = "Charger";
        Text[ spanish ] = "Cargar";
        Text[ finnish ] = "Load";
        Text[ italian ] = "Carica";
        Text[ danish ] = "Indls";
        Text[ swedish ] = "Ladda";
        Text[ polish ] = "aduj";
        Text[ portuguese_brazilian ] = "Load";
        Text[ japanese ] = "読み込む";
        Text[ korean ] = "로드";
        Text[ chinese_simplified ] = "装入";
        Text[ chinese_traditional ] = "載入";
        Text[ turkish ] = "Load";
        Text[ arabic ] = "Load";
        Text[ catalan ] = "Carrega";
    };
    CheckBox CB_LOAD_SETTINGS
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        Text = "~Benutzerspezifische Einstellungen mit dem Dokument laden" ;
        Text [ English ] = "Load user-defined settings with the document" ;
        Text[ english_us ] = "Load user-specific settings with the document";
        Text[ portuguese ] = "~Carregar definies personalizadas com o documento";
        Text[ russian ] = "    ,  ";
        Text[ greek ] = "Load user-defined settings with the document";
        Text[ dutch ] = "Door gebruiker gedefinieerde instellingen samen met het document laden";
        Text[ french ] = "Chargement des paramtres utilisateur avec le document";
        Text[ spanish ] = "Cargar la configuracin de usuario al cargar el documento";
        Text[ finnish ] = "Load user-defined settings with the document";
        Text[ italian ] = "Carica le impostazioni personalizzate insieme al documento";
        Text[ danish ] = "Indls ~brugerspecifikke indstillinger sammen med dokumentet";
        Text[ swedish ] = "Ladda ~anvndarspecifika instllningar med dokumentet";
        Text[ polish ] = "aduj dokument cznie z ustawieniami indywidualnymi";
        Text[ portuguese_brazilian ] = "Load user-defined settings with the document";
        Text[ japanese ] = "ユーザー独自の設定をドキュメントとともに読み込む";
        Text[ korean ] = "문서와 함께 사용자 고유 설정 로드";
        Text[ chinese_simplified ] = "连同使用者的设定一起装入文档";
        Text[ chinese_traditional ] = "連同使用者的設定一起載入文件";
        Text[ turkish ] = "Load user-defined settings with the document";
        Text[ arabic ] = "Load user-defined settings with the document";
        Text[ catalan ] = "Load user-defined settings with the document";
    };
    FixedLine GB_SAVE
    {
        Pos = MAP_APPFONT ( 6 , 27 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text = "Speichern" ;
        Text [ English ] = "Save" ;
        Text [ norwegian ] = "Save" ;
        Text [ italian ] = "Salva" ;
        Text [ portuguese_brazilian ] = "Gravar" ;
        Text [ portuguese ] = "Guardar" ;
        Text [ finnish ] = "Tallenna" ;
        Text [ danish ] = "Gem" ;
        Text [ french ] = "Enregistrement" ;
        Text [ swedish ] = "Spara" ;
        Text [ dutch ] = "Opslaan" ;
        Text [ spanish ] = "Guardar" ;
        Text [ english_us ] = "Save" ;
        Text[ chinese_simplified ] = "存盘";
        Text[ russian ] = "";
        Text[ polish ] = "Zapisz";
        Text[ japanese ] = "保存";
        Text[ chinese_traditional ] = "儲存";
        Text[ arabic ] = "";
        Text[ greek ] = "";
        Text[ korean ] = "저장";
        Text[ turkish ] = "Kaydet";
        Text[ catalan ] = "Desa";
    };
    CheckBox BTN_DOCINFO
    {
        Pos = MAP_APPFONT ( 12 , 38 ) ;
        Size = MAP_APPFONT ( 236 , 8 ) ;
        Text = "E~igenschaften vorher bearbeiten" ;
        Text [ English ] = "~Edit document info before" ;
        Text [ norwegian ] = "~Lagre dem dokumentinformasjon" ;
        Text [ italian ] = "Modifica prima le propriet" ;
        Text [ portuguese_brazilian ] = "~Gravar com Informa??s sobre o documento" ;
        Text [ portuguese ] = "~Editar propriedades do documento antes de guardar" ;
        Text [ finnish ] = "~Muokkaa asiakirjan ominaisuuksia ennen tallennusta" ;
        Text [ danish ] = "Rediger egenskaber forinden" ;
        Text [ french ] = "diter les proprits avant l'enregistrement" ;
        Text [ swedish ] = "Redigera egenskaper ~innan" ;
        Text [ dutch ] = "~Eigenschappen eerst bewerken" ;
        Text [ spanish ] = "Edi~tar propiedades previamente" ;
        Text [ english_us ] = "~Edit document properties before saving" ;
        TabStop = TRUE ;
        Text[ chinese_simplified ] = "先编辑属性(~E)";
        Text[ russian ] = "    ";
        Text[ polish ] = "Edytuj wczeniej waciwoci";
        Text[ japanese ] = "保存時にプロパティの確認(~E)";
        Text[ chinese_traditional ] = "先編輯屬性(~E)";
        Text[ arabic ] = "    ";
        Text[ greek ] = ". ~    ";
        Text[ korean ] = "문서 등록정보 미리 편집(~E)";
        Text[ turkish ] = "nce zellikleri dzenle";
        Text[ catalan ] = "Edi~tar propiedades previamente";
    };
    CheckBox BTN_BACKUP
    {
        Pos = MAP_APPFONT ( 12 , 49 ) ;
        Size = MAP_APPFONT ( 236 , 8 ) ;
        Text = "~Sicherungskopie immer erstellen" ;
        Text [ English ] = "~Backup copy always" ;
        Text [ norwegian ] = "~Alltid sikkerhetskopi" ;
        Text [ italian ] = "~Crea sempre copia di backup" ;
        Text [ portuguese_brazilian ] = "~Backup copy always" ;
        Text [ portuguese ] = "Criar sempre ~cpia de segurana" ;
        Text [ finnish ] = "~Luo aina varmistuskopio" ;
        Text [ danish ] = "Opret altid sikkerhedskopi" ;
        Text [ french ] = "Toujours crer une copie de sauvegarde" ;
        Text [ swedish ] = "Skapa alltid ~skerhetskopia" ;
        Text [ dutch ] = "Altijd een ~reservekopie maken" ;
        Text [ spanish ] = "Cre~ar siempre copia de seguridad" ;
        Text [ english_us ] = "Al~ways create backup copy" ;
        Text[ chinese_simplified ] = "自动建立安全备件(~W)";
        Text[ russian ] = "   ";
        Text[ polish ] = "Twrz zawsze kopi zapasow";
        Text[ japanese ] = "常時バックアップコピーの作成(~W)";
        Text[ chinese_traditional ] = "自動製作安全備份(~W)";
        Text[ arabic ] = "   ";
        Text[ greek ] = "   ~";
        Text[ korean ] = "항상 백업 복사(~W)";
        Text[ turkish ] = "~Her zaman yedekle";
        Text[ catalan ] = "Cre~ar siempre copia de seguridad";
    };

    CheckBox BTN_AUTOSAVE
    {
        Pos = MAP_APPFONT ( 12 , 62 ) ;
        Size = MAP_APPFONT ( 100 , 8 ) ;
        Text = "~Automatisch speichern alle" ;
        Text [ English ] = "~Automatic save every" ;
        Text [ norwegian ] = "~Automatisk lagring etter " ;
        Text [ italian ] = "~Salva automaticamente ogni" ;
        Text [ portuguese_brazilian ] = "~Automatic save every" ;
        Text [ portuguese ] = "Guardar ~automaticamente cada" ;
        Text [ finnish ] = "~Automaattinen tallennusvli" ;
        Text [ danish ] = "Gem automatisk alle" ;
        Text [ french ] = "~Enregistrer automat. toutes les " ;
        Text [ swedish ] = "Spara automatiskt var" ;
        Text [ dutch ] = "~Automatisch opslaan alle" ;
        Text [ spanish ] = "~Guardar automticamente cada" ;
        Text [ english_us ] = "~AutoSave every" ;
        Text[ chinese_simplified ] = "自动存盘间隔时间(~A)";
        Text[ russian ] = "  ";
        Text[ polish ] = "Zapisuj automatycznie co";
        Text[ japanese ] = "自動的に保存(~A)";
        Text[ chinese_traditional ] = "自動儲存間隔時間(~A)";
        Text[ arabic ] = "  ";
        Text[ greek ] = "  ";
        Text[ korean ] = "모두 자동으로 저장(~A)";
        Text[ turkish ] = "Otomatik kaydetme skl";
        Text[ catalan ] = "~Guardar automticamente cada";
    };
    NumericField ED_AUTOSAVE
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 115 , 60 ) ;
        Size = MAP_APPFONT ( 21 , 12 ) ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 1 ;
        Maximum = 60 ;
        StrictFormat = TRUE ;
        First = 1 ;
        Last = 60 ;
        SpinSize = 1 ;
        TabStop = TRUE ;
    };
    FixedText FT_MINUTE
    {
        Pos = MAP_APPFONT ( 139 , 62 ) ;
        Size = MAP_APPFONT ( 35 , 8 ) ;
        Text = "Minuten" ;
        Text [ English ] = "minutes" ;
        Text [ norwegian ] = "...minutter" ;
        Text [ italian ] = "minuti" ;
        Text [ portuguese_brazilian ] = "minutos" ;
        Text [ portuguese ] = "Minutos" ;
        Text [ finnish ] = "Pytkirja" ;
        Text [ danish ] = "minutter" ;
        Text [ french ] = "minutes" ;
        Text [ swedish ] = "minut" ;
        Text [ dutch ] = "Minuten" ;
        Text [ spanish ] = "Minutos" ;
        Text [ english_us ] = "Minutes" ;
        Text[ chinese_simplified ] = "分钟";
        Text[ russian ] = "()";
        Text[ polish ] = "minut(y)";
        Text[ japanese ] = "分毎に行う";
        Text[ chinese_traditional ] = "分鐘";
        Text[ arabic ] = "";
        Text[ greek ] = "";
        Text[ korean ] = "분";
        Text[ turkish ] = "Dakika";
        Text[ catalan ] = "Minutos";
    };
    CheckBox BTN_AUTOSAVEPROMPT
    {
        Pos = MAP_APPFONT ( 22 , 74 ) ;
        Size = MAP_APPFONT ( 226 , 8 ) ;
        Text = "Mit ~Rckfrage" ;
        Text [ English ] = "~Prompt to save" ;
        Text [ norwegian ] = "~Anmodning om  lagre" ;
        Text [ italian ] = "~Richiedi conferma" ;
        Text [ portuguese_brazilian ] = "~Aviso para gravar" ;
        Text [ portuguese ] = "~Pronta para guardar" ;
        Text [ finnish ] = "~Kehota tallentamaan" ;
        Text [ danish ] = "Sprg frst" ;
        Text [ french ] = "Avec confirmation" ;
        Text [ swedish ] = "Bek~rfta fre spara" ;
        Text [ dutch ] = "~Met bevestiging" ;
        Text [ spanish ] = "Con c~onsulta" ;
        Text [ english_us ] = "~Prompt to save" ;
        Text[ chinese_simplified ] = "显示询问(~P)";
        Text[ russian ] = " ";
        Text[ polish ] = "Potwierdzenie";
        Text[ japanese ] = "確認メッセージの表示(~P)";
        Text[ chinese_traditional ] = "顯示詢問(~P)";
        Text[ arabic ] = " ";
        Text[ greek ] = " ~ ";
        Text[ korean ] = "저장할 때 확인(~P)";
        Text[ turkish ] = "~nce sor";
        Text[ catalan ] = "Con c~onsulta";
    };

    CheckBox BTN_NOPRETTYPRINTING
    {
        Pos = MAP_APPFONT ( 12 , 85 ) ;
        Size = MAP_APPFONT ( 236 , 8 ) ;
        Text = "XML-Format auf Gre optimieren (ohne Pretty Printing)" ;
        Text [ english ] = "Size optimization for XML format (no pretty printing)" ;
        Text [ english_us ] = "Size optimization for XML format (no pretty printing)" ;
        Text[ portuguese ] = "Size optimization for XML files (no pretty printing)";
        Text[ russian ] = "Size optimization for XML files (no pretty printing)";
        Text[ greek ] = "Size optimization for XML files (no pretty printing)";
        Text[ dutch ] = "Grootte van ~XML-bestanden optimaliseren (zonder Pretty Printing)";
        Text[ french ] = "Optimisation de la taille pour le format XML (sans pretty printing)";
        Text[ spanish ] = "Optimar el tamao del formato XML (sin pretty printing)";
        Text[ finnish ] = "Size optimization for XML files (no pretty printing)";
        Text[ italian ] = "Ottimizza dimensioni del formato XML (senza stampa elegante)";
        Text[ danish ] = "Optimer strrelse for XML-format (uden Pretty Printing)";
        Text[ swedish ] = "Storleksoptimering fr XML-format (utan pretty printing)";
        Text[ polish ] = "Size optimization for XML files (no pretty printing)";
        Text[ portuguese_brazilian ] = "Size optimization for XML files (no pretty printing)";
        Text[ japanese ] = "XML 形式でサイズを最適化する(pretty printing なし)";
        Text[ korean ] = "XML 파일용으로 크기 최적화 (고급 인쇄 없음)";
        Text[ chinese_simplified ] = "最佳化 XML 格式的大小(不使用 Pretty Printing 技术)";
        Text[ chinese_traditional ] = "最佳化 XML 格式的大小(不使用 Pretty Printing 技術)";
        Text[ turkish ] = "Size optimization for XML files (no pretty printing)";
        Text[ arabic ] = "Size optimization for XML files (no pretty printing)";
        Text[ catalan ] = "Size optimization for XML files (no pretty printing)";
    };

    FixedLine GB_RELATIVE
    {
        Pos = MAP_APPFONT ( 6 , 99 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text = "URLs relativ speichern" ;
        Text [ English ] = "Save URLs relative" ;
        Text [ english_us ] = "Save URLs relative to" ;
        Text [ italian ] = "Salvare URL relativamente" ;
        Text [ spanish ] = "Guardar URLs relativamente" ;
        Text [ french ] = "Enregistrement relatif des URL" ;
        Text [ dutch ] = "URL's relatief opslaan" ;
        Text [ swedish ] = "Spara URL:er relativt" ;
        Text [ danish ] = "Gem URL'er relativt" ;
        Text [ portuguese_brazilian ] = "URLs relativ speichern" ;
        Text [ portuguese ] = "Guardar URLs relativamente" ;
        Text[ chinese_simplified ] = "存盘相对的URL地址";
        Text[ russian ] = " URL ";
        Text[ polish ] = "Zapisz adresy URL w sposb relatywny";
        Text[ japanese ] = "URL アドレスの相対保存";
        Text[ chinese_traditional ] = "儲存相對式 URL 地址";
        Text[ arabic ] = "  URLs   ";
        Text[ greek ] = "   URL";
        Text[ korean ] = "URL 상대적 저장";
        Text[ turkish ] = "URL greceli kayt yeri";
        Text[ finnish ] = "URL-osoitteen viitelinkin aloituskohta";
        Text[ catalan ] = "Guardar URLs relativamente";
    };
    CheckBox BTN_RELATIVE_FSYS
    {
        Pos = MAP_APPFONT ( 12 , 110 ) ;
        Size = MAP_APPFONT ( 120 , 10 ) ;
        Text = "im Da~teisystem" ;
        Text [ English ] = "on ~filesystem" ;
        Text [ english_us ] = "~File system" ;
        Text [ dutch ] = "~naar bestandssysteem" ;
        Text [ italian ] = "Al file sys~tem" ;
        Text [ spanish ] = "En el ~sistema de archivos" ;
        Text [ french ] = "~Systme de fichiers" ;
        TabStop = TRUE ;
        Text [ swedish ] = "i fils~ystem" ;
        Text [ danish ] = "i filsystemet" ;
        Text [ portuguese_brazilian ] = "im Da~teisystem" ;
        Text [ portuguese ] = "No sistema de ~ficheiros" ;
        Text[ chinese_simplified ] = "在文件系统内(~F)";
        Text[ russian ] = "  ";
        Text[ polish ] = "W systemie pli~kw";
        Text[ japanese ] = "ファイルシステム(~F)";
        Text[ chinese_traditional ] = "在檔案系統內(~F)";
        Text[ arabic ] = " ";
        Text[ greek ] = "  ";
        Text[ korean ] = "파일 시스템(~F)";
        Text[ language_user1 ] = "LS 21.12.99 Vorsicht, nicht viel Platz! - - - -";
        Text[ turkish ] = "Dosya sistemi";
        Text[ finnish ] = "~Tiedostojrjestelm";
        Text[ catalan ] = "En el ~sistema de archivos";
    };
    CheckBox BTN_RELATIVE_INET
    {
        Pos = MAP_APPFONT ( 136 , 110 ) ;
        Size = MAP_APPFONT ( 108 , 10 ) ;
        Text = "im Int~ernet" ;
        Text [ English ] = "~Internet" ;
        Text [ english_us ] = "~Internet" ;
        Text [ italian ] = "A Internet" ;
        Text [ spanish ] = "En ~Internet" ;
        Text [ french ] = "Sur l'~Internet" ;
        Text [ dutch ] = "~in Internet" ;
        Text [ swedish ] = "p Int~ernet" ;
        Text [ danish ] = "p Internettet" ;
        Text [ portuguese_brazilian ] = "im Int~ernet" ;
        Text [ portuguese ] = "Na Int~ernet" ;
        Text[ chinese_simplified ] = "在国际互联网内(~I)";
        Text[ russian ] = " ";
        Text[ polish ] = "W I~nternecie";
        Text[ japanese ] = "インターネット(~I)";
        Text[ chinese_traditional ] = "~Internet";
        Text[ arabic ] = "";
        Text[ greek ] = " Internet";
        Text[ korean ] = "인터넷(~I)";
        Text[ turkish ] = "Internet";
        Text[ finnish ] = "~Internet";
        Text[ catalan ] = "En ~Internet";
    };
    FixedLine FL_FILTER
    {
        Pos = MAP_APPFONT ( 6 , 126 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text = "Standard Dateiformat" ;
        Text [ English ] = "Standard file format" ;
        Text[ english_us ] = "Standard file format";
        Text[ portuguese ] = "Formato de ficheiro padro";
        Text[ russian ] = "  ";
        Text[ greek ] = "  ";
        Text[ dutch ] = "Standaardbestandsindeling";
        Text[ french ] = "Format de fichier standard";
        Text[ spanish ] = "Formato de archivo predeterminado";
        Text[ italian ] = "Formato file standard";
        Text[ danish ] = "Standardfilformat";
        Text[ swedish ] = "Standardfilformat";
        Text[ polish ] = "Domylny format pliku";
        Text[ portuguese_brazilian ] = "Standard file format";
        Text[ japanese ] = "標準ファイル形式";
        Text[ korean ] = "기본 파일 형식";
        Text[ chinese_simplified ] = "标准文件格式";
        Text[ chinese_traditional ] = "標準檔案格式";
        Text[ turkish ] = "Standard file format";
        Text[ arabic ] = "Standard file format";
        Text[ finnish ] = "Vakiotiedostomuoto";
        Text[ catalan ] = "Standard file format";
    };
    FixedText FT_APP
    {
        Pos = MAP_APPFONT ( 12 , 137 ) ;
        Size = MAP_APPFONT ( 120 , 8 ) ;
        Text = "~Dokumenttyp" ;
        Text [ English ] = "Document type" ;
        Text[ english_us ] = "D~ocument type";
        Text[ portuguese ] = "~Tipo de documento";
        Text[ russian ] = " ";
        Text[ greek ] = " ";
        Text[ dutch ] = "~Documenttype";
        Text[ french ] = "Type de document";
        Text[ spanish ] = "Tipo de documento";
        Text[ finnish ] = "~Asiakirjan tyyppi";
        Text[ italian ] = "Tipo documento";
        Text[ danish ] = "~Dokumenttype";
        Text[ swedish ] = "~Dokumenttyp";
        Text[ polish ] = "Typ dokumentu";
        Text[ portuguese_brazilian ] = "Document";
        Text[ japanese ] = "ドキュメントの種類(~O)";
        Text[ korean ] = "문서 유형(~O)";
        Text[ chinese_simplified ] = "文档类型(~O)";
        Text[ chinese_traditional ] = "文件類型(~O)";
        Text[ turkish ] = "Document";
        Text[ arabic ] = "Document";
        Text[ catalan ] = "Document";
    };
    FixedText FT_FILTER
    {
        Pos = MAP_APPFONT ( 136 , 137 ) ;
        Size = MAP_APPFONT ( 120 , 8 ) ;
        Text = "Immer spei~chern als" ;
        Text [ English ] = "Always save as" ;
        Text[ english_us ] = "Always sa~ve as";
        Text[ portuguese ] = "G~uardar sempre como";
        Text[ russian ] = "  ";
        Text[ greek ] = "  ";
        Text[ dutch ] = "Altijd op~slaan als";
        Text[ french ] = "Enregistrer systmatiquement comme";
        Text[ spanish ] = "Guardar siempre como";
        Text[ finnish ] = "~Vakiotallennusmuoto";
        Text[ italian ] = "Salva sempre come";
        Text[ danish ] = "Gem altid ~som";
        Text[ swedish ] = "Spara alltid s~om";
        Text[ polish ] = "Zapisuj zawsze jako";
        Text[ portuguese_brazilian ] = "File formats";
        Text[ japanese ] = "常に次の形式で保存(~V)";
        Text[ korean ] = "항상 다음 형식으로 저장(~V)";
        Text[ chinese_simplified ] = "自动保存为(~V)";
        Text[ chinese_traditional ] = "自動另存為(~V)";
        Text[ turkish ] = "File formats";
        Text[ arabic ] = "File formats";
        Text[ catalan ] = "File formats";
    };
    ListBox LB_APP
    {
        Pos = MAP_APPFONT ( 12 , 147 ) ;
        Size = MAP_APPFONT ( 108 , 32 ) ;
        Border = TRUE;
        StringList =
        {
            < "Textdokument" ;     APP_WRITER    ; > ;
            < "HTML-Dokument" ;    APP_WRITER_WEB;  > ;
            < "Tabellendokument" ; APP_CALC      ; > ;
            < "Prsentation" ;     APP_IMPRESS   ; > ;
            < "Zeichnung" ;        APP_DRAW      ; > ;
            < "Formel" ;           APP_MATH      ; > ;
        };
        StringList [English] =
        {
            < "Text document" ; APP_WRITER    ;> ;
            < "HTML Document" ; APP_WRITER_WEB;> ;
            < "Spreadsheet" ;   APP_CALC      ;> ;
            < "Presentation" ;  APP_IMPRESS   ;> ;
            < "Drawing" ;       APP_DRAW      ;> ;
            < "Formula" ;       APP_MATH      ;> ;
        };
    StringList [ language_user1 ] =
    {
            < "Textdokument" ;     APP_WRITER    ; > ;
        < "HTML-Dokument" ;    APP_WRITER_WEB;  > ;
        < "Tabellendokument" ; APP_CALC      ; > ;
        < "Prsentation" ;     APP_IMPRESS   ; > ;
        < "Zeichnung" ;        APP_DRAW      ; > ;
        < "Formel" ;           APP_MATH      ; > ;
        };
    StringList [ english_us ] =
    {
            < "Text document" ;     APP_WRITER    ; > ;
        < "HTML document" ;    APP_WRITER_WEB;  > ;
        < "Spreadsheet" ; APP_CALC      ; > ;
        < "Presentation" ;     APP_IMPRESS   ; > ;
        < "Drawing" ;        APP_DRAW      ; > ;
        < "Formula" ;           APP_MATH      ; > ;
        };
    StringList [ portuguese ] =
    {
            < "Documento de texto" ;     APP_WRITER    ; > ;
        < "Documento HTML" ;    APP_WRITER_WEB;  > ;
        < "Folha de clculo" ; APP_CALC      ; > ;
        < "Apresentao" ;     APP_IMPRESS   ; > ;
        < "Desenho" ;        APP_DRAW      ; > ;
        < "Frmula" ;           APP_MATH      ; > ;
        };
    StringList [ russian ] =
    {
            < " " ;     APP_WRITER    ; > ;
        < " HTML" ;    APP_WRITER_WEB;  > ;
        < "  " ; APP_CALC      ; > ;
        < "" ;     APP_IMPRESS   ; > ;
        < "" ;        APP_DRAW      ; > ;
        < "" ;           APP_MATH      ; > ;
        };
    StringList [ greek ] =
    {
            < " " ;     APP_WRITER    ; > ;
        < " HTML" ;    APP_WRITER_WEB;  > ;
        < " " ; APP_CALC      ; > ;
        < "" ;     APP_IMPRESS   ; > ;
        < "" ;        APP_DRAW      ; > ;
        < "" ;           APP_MATH      ; > ;
        };
    StringList [ dutch ] =
    {
            < "Tekstdocument" ;     APP_WRITER    ; > ;
        < "HTML-document" ;    APP_WRITER_WEB;  > ;
        < "Werkbladdocument" ; APP_CALC      ; > ;
        < "Presentatie" ;     APP_IMPRESS   ; > ;
        < "Tekening" ;        APP_DRAW      ; > ;
        < "Formule" ;           APP_MATH      ; > ;
        };
    StringList [ french ] =
    {
            < "Document texte" ;     APP_WRITER    ; > ;
        < "Document HTML" ;    APP_WRITER_WEB;  > ;
        < "Classeur" ; APP_CALC      ; > ;
        < "Prsentation" ;     APP_IMPRESS   ; > ;
        < "Dessin" ;        APP_DRAW      ; > ;
        < "Formule" ;           APP_MATH      ; > ;
        };
    StringList [ spanish ] =
    {
            < "Documento de texto" ;     APP_WRITER    ; > ;
        < "Documento HTML" ;    APP_WRITER_WEB;  > ;
        < "Hoja de clculo" ; APP_CALC      ; > ;
        < "Presentacin" ;     APP_IMPRESS   ; > ;
        < "Dibujo" ;        APP_DRAW      ; > ;
        < "Frmula" ;           APP_MATH      ; > ;
        };
    StringList [ finnish ] =
    {
            < "Tekstiasiakirja" ;     APP_WRITER    ; > ;
        < "HTML-asiakirja" ;    APP_WRITER_WEB;  > ;
        < "Laskentataulukko" ; APP_CALC      ; > ;
        < "Esitys" ;     APP_IMPRESS   ; > ;
        < "Piirros" ;        APP_DRAW      ; > ;
        < "Kaava" ;           APP_MATH      ; > ;
        };
    StringList [ italian ] =
    {
            < "Documento di testo" ;     APP_WRITER    ; > ;
        < "Documento HTML" ;    APP_WRITER_WEB;  > ;
        < "Foglio elettronico" ; APP_CALC      ; > ;
        < "Presentazione" ;     APP_IMPRESS   ; > ;
        < "Disegno" ;        APP_DRAW      ; > ;
        < "Formula" ;           APP_MATH      ; > ;
        };
    StringList [ danish ] =
    {
            < "Tekstdokument" ;     APP_WRITER    ; > ;
        < "HTML-Dokument" ;    APP_WRITER_WEB;  > ;
        < "Regneark" ; APP_CALC      ; > ;
        < "Prsentation" ;     APP_IMPRESS   ; > ;
        < "Tegning" ;        APP_DRAW      ; > ;
        < "Formel" ;           APP_MATH      ; > ;
        };
    StringList [ swedish ] =
    {
            < "Textdokument" ;     APP_WRITER    ; > ;
        < "HTML-dokument" ;    APP_WRITER_WEB;  > ;
        < "Tabelldokument" ; APP_CALC      ; > ;
        < "Presentation" ;     APP_IMPRESS   ; > ;
        < "Teckning" ;        APP_DRAW      ; > ;
        < "Formel" ;           APP_MATH      ; > ;
        };
    StringList [ polish ] =
    {
            < "Dokument tekstowy" ;     APP_WRITER    ; > ;
        < "Dokument HTML" ;    APP_WRITER_WEB;  > ;
        < "Arkusz kalkulacyjny" ; APP_CALC      ; > ;
        < "Prezentacja" ;     APP_IMPRESS   ; > ;
        < "Rysunek" ;        APP_DRAW      ; > ;
        < "Formua" ;           APP_MATH      ; > ;
        };
    StringList [ portuguese_brazilian ] =
    {
            < "Textdokument" ;     APP_WRITER    ; > ;
        < "HTML-Dokument" ;    APP_WRITER_WEB;  > ;
        < "Tabellendokument" ; APP_CALC      ; > ;
        < "Pr?sentation" ;     APP_IMPRESS   ; > ;
        < "Zeichnung" ;        APP_DRAW      ; > ;
        < "Formel" ;           APP_MATH      ; > ;
        };
    StringList [ japanese ] =
    {
            < "文書ドキュメント" ;     APP_WRITER    ; > ;
        < "HTML 形式ドキュメント" ;    APP_WRITER_WEB;  > ;
        < "表計算ドキュメント" ; APP_CALC      ; > ;
        < "プレゼンテーション" ;     APP_IMPRESS   ; > ;
        < "図形描画" ;        APP_DRAW      ; > ;
        < "数式" ;           APP_MATH      ; > ;
        };
    StringList [ korean ] =
    {
            < "글 문서" ;     APP_WRITER    ; > ;
        < "HTML형 문서" ;    APP_WRITER_WEB;  > ;
        < "스프레드시트 문서" ; APP_CALC      ; > ;
        < "프레젠테이션" ;     APP_IMPRESS   ; > ;
        < "그리기" ;        APP_DRAW      ; > ;
        < "수식" ;           APP_MATH      ; > ;
        };
    StringList [ chinese_simplified ] =
    {
            < "文本文档" ;     APP_WRITER    ; > ;
        < "HTML 文档" ;    APP_WRITER_WEB;  > ;
        < "工作表文档" ; APP_CALC      ; > ;
        < "演示文稿" ;     APP_IMPRESS   ; > ;
        < "绘图" ;        APP_DRAW      ; > ;
        < "公式" ;           APP_MATH      ; > ;
        };
    StringList [ chinese_traditional ] =
    {
            < "文字文件" ;     APP_WRITER    ; > ;
        < "HTML 文件" ;    APP_WRITER_WEB;  > ;
        < "工作表文件" ; APP_CALC      ; > ;
        < "簡報" ;     APP_IMPRESS   ; > ;
        < "繪圖" ;        APP_DRAW      ; > ;
        < "公式" ;           APP_MATH      ; > ;
        };
    StringList [ turkish ] =
    {
            < "Metin belgesi" ;     APP_WRITER    ; > ;
        < "HTML belgesi" ;    APP_WRITER_WEB;  > ;
        < "Hesap tablosu" ; APP_CALC      ; > ;
        < "Sunu" ;     APP_IMPRESS   ; > ;
        < "izim" ;        APP_DRAW      ; > ;
        < "Forml" ;           APP_MATH      ; > ;
        };
    StringList [ arabic ] =
    {
            < " " ;     APP_WRITER    ; > ;
        < "HTML " ;    APP_WRITER_WEB;  > ;
        < " " ; APP_CALC      ; > ;
        < " " ;     APP_IMPRESS   ; > ;
        < "" ;        APP_DRAW      ; > ;
        < "" ;           APP_MATH      ; > ;
        };
    StringList [ catalan ] =
    {
            < "Document de text" ;     APP_WRITER    ; > ;
        < "Document HTML" ;    APP_WRITER_WEB;  > ;
        < "Full de clcul" ; APP_CALC      ; > ;
        < "Presentaci" ;     APP_IMPRESS   ; > ;
        < "Dibuix" ;        APP_DRAW      ; > ;
        < "Formel" ;           APP_MATH      ; > ;
        };
    };
    ListBox LB_FILTER
    {
        Pos = MAP_APPFONT ( 136 , 147 ) ;
        Size = MAP_APPFONT ( 108 , 58 ) ;
        Border = TRUE;
        Sort = TRUE;
        DropDown = TRUE;
    };
};
ModalDialog RID_SVXDLG_FILTER_WARNING
{
    HelpID = HID_SVXDLG_FILTER_WARNING;
    OutputSize = TRUE ;
    Moveable = TRUE ;
    Closeable = TRUE ;
    Sizeable = FALSE ;
    Border = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT( 175 + 39 + (3 * 6), (4 * 9)+ 12 + (3 * 12) + 6 - 21 );
    Text = "%PRODUCTNAME %PRODUCTVERSION" ;
    FixedImage IMG_WARNING
    {
        Pos = MAP_APPFONT( 6, 6 );
        Size = MAP_APPFONT( 30, 30 );
    };
    FixedText FT_FILTER_WARNING
    {
        Pos = MAP_APPFONT( 39, 6 );
        Size = MAP_APPFONT( 175, 4 * 9 );
        Wordbreak = TRUE;
        Text = "Verwenden von \"%1\" als Standard-Dateiformat kann zu Informationsverlust fhren.\n"\
        "Sollen die Dateiformatnderungen bernommen werden?" ;
        Text [ English ] = "Saving with \"%1\" may cause information loss.\n"\
        "Should the changes be applied?" ;
        Text[ english_us ] = "Using \"%1\" as default file format may cause information loss.\n";
        Text[ portuguese ] = "Saving with \"%1\" may cause information loss.\n";
        Text[ russian ] = "Saving with \"%1\" may cause information loss.\n";
        Text[ greek ] = "Saving with \"%1\" may cause information loss.\n";
        Text[ dutch ] = "Het gebruik van \"%1\" als standaardbestandsindeling kan leiden tot verlies van gegevens.\n";
        Text[ french ] = "L'application de \"%1\" comme format de fichier par dfaut peut entraner une perte d'information.\n";
        Text[ spanish ] = "El uso de \"%1\" como formato de archivo predeterminado puede causar una prdida de informacin.\n";
        Text[ finnish ] = "Saving with \"%1\" may cause information loss.\n";
        Text[ italian ] = "L'uso di \"%1\" quale formato standard pu causare la perdita di dati.\n";
        Text[ danish ] = "\"Brug af \"\"%1\"\" som standard-filformat kan medfre datatab.\n\"";
        Text[ swedish ] = "Att anvnda \"%1\" som standardfilformat kan leda till att information gr frlorad.\n";
        Text[ polish ] = "Saving with \"%1\" may cause information loss.\n";
        Text[ portuguese_brazilian ] = "Saving with \"%1\" may cause information loss.\n";
        Text[ japanese ] = "\"%1\" を標準ファイル書式として使用すると、情報が失われる可能性があります。\n";
        Text[ korean ] = "\"%1\"로(으로) 저장하면 정보가 손실될 수도 있습니다.\n";
        Text[ chinese_simplified ] = "将 \"%1\" 当成标准文件格式来存盘文件可能会引起数据流失。\n";
        Text[ chinese_traditional ] = "將 \"%1\" 當成標準檔案格式來儲存文件可能會引起資料流失。\n";
        Text[ turkish ] = "Saving with \"%1\" may cause information loss.\n";
        Text[ arabic ] = "Saving with \"%1\" may cause information loss.\n";
        Text[ catalan ] = "Saving with \"%1\" may cause information loss.\n";
    };
/*    CheckBox CB_DONT_SHOW_AGAIN
    {
        Pos = MAP_APPFONT( 39, (4 * 9) + 9 );
        Size = MAP_APPFONT( 175, 12 );
        Text = "~Diese Warnung nicht mehr anzeigen" ;
        Text [ English ] = "~Don't show this warning again." ;
    };
*/
    OKButton PB_OK
    {
        Pos = MAP_APPFONT( 60, (4 * 9)/*+ 12*/ + 13 );
        Size = MAP_APPFONT( 50, 14 );
        DefButton = TRUE;
    };
    CancelButton PB_CANCEL
    {
        Pos = MAP_APPFONT( 120, (4 * 9)/*+ 12*/ + 13 );
        Size = MAP_APPFONT( 50, 14 );
    };
};