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
|
/*************************************************************************
*
* $RCSfile: opthtml.src,v $
*
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2004-02-03 18:45:02 $
*
* 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 "opthtml.hrc"
#include "dialogs.hrc"
// RID_OFAPAGE_HTMLOPT -----------------------------------------------------
TabPage RID_OFAPAGE_HTMLOPT
{
// HelpId = ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
Hide = TRUE ;
FixedText FT_SIZE1
{
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ;
Text = "Gre ~1" ;
Text [ English ] = "Size ~1" ;
Text [ english_us ] = "Size ~1" ;
Text [ italian ] = "Dimens. ~1" ;
Text [ spanish ] = "Tamao ~1" ;
Text [ french ] = "Taille ~1" ;
Text [ dutch ] = "Grootte ~1" ;
Text [ swedish ] = "Storlek ~1" ;
Text [ danish ] = "Strrelse ~1" ;
Text [ portuguese ] = "Tamanho ~1" ;
Text [ portuguese_brazilian ] = "Tamanho ~1" ;
Text[ chinese_simplified ] = "大小 ~1";
Text[ russian ] = " ~1";
Text[ polish ] = "Rozmiar 1";
Text[ japanese ] = "サイズ~1";
Text[ chinese_traditional ] = "大小 ~1";
Text[ arabic ] = " 1";
Text[ greek ] = " 1";
Text[ korean ] = "크기1";
Text[ turkish ] = "Boyut ~1";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Mida ~1";
Text[ finnish ] = "Koko ~1";
Text[ thai ] = "ขนาด ~1";
Text[ czech ] = "Velikost 1";
Text[ hebrew ] = "Größe ~1";
Text[ hindi ] = "परिमाण ~1";
Text[ slovak ] = "Veľkosť ~1";
Text[ hungarian ] = "Méret ~1";
Text[ slovenian ] = "Velikost ~1";
};
NumericField NF_SIZE1
{
Pos = MAP_APPFONT ( 45 , 14 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
Maximum = 50 ;
Value = 1 ;
First = 1 ;
Last = 50 ;
SpinSize = 1 ;
};
FixedText FT_SIZE2
{
Pos = MAP_APPFONT ( 12 , 32 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ;
Text = "Gre ~2" ;
Text [ English ] = "Size ~2" ;
Text [ english_us ] = "Size ~2" ;
Text [ italian ] = "Dimens. ~2" ;
Text [ spanish ] = "Tamao ~2" ;
Text [ french ] = "Taille ~2" ;
Text [ dutch ] = "Grootte ~2" ;
Text [ swedish ] = "Storlek ~2" ;
Text [ danish ] = "Strrelse ~2" ;
Text [ portuguese ] = "Tamanho ~2" ;
Text [ portuguese_brazilian ] = "Tamanho ~2" ;
Text[ chinese_simplified ] = "大小 ~2";
Text[ russian ] = " ~2";
Text[ polish ] = "Rozmiar 2";
Text[ japanese ] = "サイズ~2";
Text[ chinese_traditional ] = "大小 ~2";
Text[ arabic ] = " 2";
Text[ greek ] = " 2";
Text[ korean ] = "크기2";
Text[ turkish ] = "Boyut ~2";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Mida ~2";
Text[ finnish ] = "Koko ~2";
Text[ thai ] = "ขนาด ~2";
Text[ czech ] = "Velikost 2";
Text[ hebrew ] = "Größe ~2";
Text[ hindi ] = "परिमाण ~2";
Text[ slovak ] = "Veľkosť ~2";
Text[ hungarian ] = "Méret ~2";
Text[ slovenian ] = "Velikost ~2";
};
NumericField NF_SIZE2
{
Pos = MAP_APPFONT ( 45 , 30 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
Maximum = 50 ;
Value = 1 ;
First = 1 ;
Last = 50 ;
SpinSize = 1 ;
};
FixedText FT_SIZE3
{
Pos = MAP_APPFONT ( 12 , 48 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ;
Text = "Gre ~3" ;
Text [ English ] = "Size ~3" ;
Text [ english_us ] = "Size ~3" ;
Text [ italian ] = "Dimens. ~3" ;
Text [ spanish ] = "Tamao ~3" ;
Text [ french ] = "Taille ~3" ;
Text [ dutch ] = "Grootte ~3" ;
Text [ swedish ] = "Storlek ~3" ;
Text [ danish ] = "Strrelse ~3" ;
Text [ portuguese ] = "Tamanho ~3" ;
Text [ portuguese_brazilian ] = "Tamanho ~3" ;
Text[ chinese_simplified ] = "大小 ~3";
Text[ russian ] = " ~3";
Text[ polish ] = "Rozmiar 3";
Text[ japanese ] = "サイズ~3";
Text[ chinese_traditional ] = "大小 ~3";
Text[ arabic ] = " 3";
Text[ greek ] = " 3";
Text[ korean ] = "크기3";
Text[ turkish ] = "Boyut ~3";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Mida ~3";
Text[ finnish ] = "Koko ~3";
Text[ thai ] = "ขนาด ~3";
Text[ czech ] = "Velikost 3";
Text[ hebrew ] = "Größe ~3";
Text[ hindi ] = "परिमाण ~3";
Text[ slovak ] = "Veľkosť ~3";
Text[ hungarian ] = "Méret ~3";
Text[ slovenian ] = "Velikost ~3";
};
NumericField NF_SIZE3
{
Pos = MAP_APPFONT ( 45 , 46 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
Maximum = 50 ;
Value = 1 ;
First = 1 ;
Last = 50 ;
SpinSize = 1 ;
};
FixedText FT_SIZE4
{
Pos = MAP_APPFONT ( 12 , 64 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ;
Text = "Gre ~4" ;
Text [ English ] = "Size ~4" ;
Text [ english_us ] = "Size ~4" ;
Text [ italian ] = "Dimens. ~4" ;
Text [ spanish ] = "Tamao ~4" ;
Text [ french ] = "Taille ~4" ;
Text [ dutch ] = "Grootte ~4" ;
Text [ swedish ] = "Storlek ~4" ;
Text [ danish ] = "Strrelse ~4" ;
Text [ portuguese ] = "Tamanho ~4" ;
Text [ portuguese_brazilian ] = "Tamanho ~4" ;
Text[ chinese_simplified ] = "大小 ~4";
Text[ russian ] = " ~4";
Text[ polish ] = "Rozmiar 4";
Text[ japanese ] = "サイズ~4";
Text[ chinese_traditional ] = "大小 ~4";
Text[ arabic ] = " 4";
Text[ greek ] = " 4";
Text[ korean ] = "크기4";
Text[ turkish ] = "Boyut ~4";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Mida ~4";
Text[ finnish ] = "Koko ~4";
Text[ thai ] = "ขนาด ~4";
Text[ czech ] = "Velikost 4";
Text[ hebrew ] = "Größe ~4";
Text[ hindi ] = "परिमाण ~4";
Text[ slovak ] = "Veľkosť ~4";
Text[ hungarian ] = "Méret ~4";
Text[ slovenian ] = "Velikost ~4";
};
NumericField NF_SIZE4
{
Pos = MAP_APPFONT ( 45 , 62 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
Maximum = 50 ;
Value = 1 ;
First = 1 ;
Last = 50 ;
SpinSize = 1 ;
};
FixedText FT_SIZE5
{
Pos = MAP_APPFONT ( 12 , 80 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ;
Text = "Gre ~5" ;
Text [ English ] = "Size ~5" ;
Text [ english_us ] = "Size ~5" ;
Text [ italian ] = "Dimens. ~5" ;
Text [ spanish ] = "Tamao ~5" ;
Text [ french ] = "Taille ~5" ;
Text [ dutch ] = "Grootte ~5" ;
Text [ swedish ] = "Storlek ~5" ;
Text [ danish ] = "Strrelse ~5" ;
Text [ portuguese ] = "Tamanho ~5" ;
Text [ portuguese_brazilian ] = "Tamanho ~5" ;
Text[ chinese_simplified ] = "大小 ~5";
Text[ russian ] = " ~5";
Text[ polish ] = "Rozmiar 5";
Text[ japanese ] = "サイズ~5";
Text[ chinese_traditional ] = "大小 ~5";
Text[ arabic ] = " 5";
Text[ greek ] = " 5";
Text[ korean ] = "크기5";
Text[ turkish ] = "Boyut ~5";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Mida ~5";
Text[ finnish ] = "Koko ~5";
Text[ thai ] = "ขนาด ~5";
Text[ czech ] = "Velikost 5";
Text[ hebrew ] = "Größe ~5";
Text[ hindi ] = "परिमाण ~5";
Text[ slovak ] = "Veľkosť ~5";
Text[ hungarian ] = "Méret ~5";
Text[ slovenian ] = "Velikost ~5";
};
NumericField NF_SIZE5
{
Pos = MAP_APPFONT ( 45 , 78 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
Maximum = 50 ;
Value = 1 ;
First = 1 ;
Last = 50 ;
SpinSize = 1 ;
};
FixedText FT_SIZE6
{
Pos = MAP_APPFONT ( 12 , 96 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ;
Text = "Gre ~6" ;
Text [ English ] = "Size ~6" ;
Text [ english_us ] = "Size ~6" ;
Text [ italian ] = "Dimens. ~6" ;
Text [ spanish ] = "Tamao ~6" ;
Text [ french ] = "Taille ~6" ;
Text [ dutch ] = "Grootte ~6" ;
Text [ swedish ] = "Storlek ~6" ;
Text [ danish ] = "Strrelse ~6" ;
Text [ portuguese ] = "Tamanho ~6" ;
Text [ portuguese_brazilian ] = "Tamanho ~6" ;
Text[ chinese_simplified ] = "大小 ~6";
Text[ russian ] = " ~6";
Text[ polish ] = "Rozmiar 6";
Text[ japanese ] = "サイズ~6";
Text[ chinese_traditional ] = "大小 ~6";
Text[ arabic ] = " 6";
Text[ greek ] = " 6";
Text[ korean ] = "크기6";
Text[ turkish ] = "Boyut ~6";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Mida ~6";
Text[ finnish ] = "Koko ~6";
Text[ thai ] = "ขนาด ~6";
Text[ czech ] = "Velikost 6";
Text[ hebrew ] = "Größe ~6";
Text[ hindi ] = "परिमाण ~6";
Text[ slovak ] = "Veľkosť ~6";
Text[ hungarian ] = "Méret ~6";
Text[ slovenian ] = "Velikost ~6";
};
NumericField NF_SIZE6
{
Pos = MAP_APPFONT ( 45 , 94 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
Maximum = 50 ;
Value = 1 ;
First = 1 ;
Last = 50 ;
SpinSize = 1 ;
};
FixedText FT_SIZE7
{
Pos = MAP_APPFONT ( 12 , 112 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ;
Text = "Gre ~7" ;
Text [ English ] = "Size ~7" ;
Text [ english_us ] = "Size ~7" ;
Text [ italian ] = "Dimens. ~7" ;
Text [ spanish ] = "Tamao ~7" ;
Text [ french ] = "Taille ~7" ;
Text [ dutch ] = "Grootte ~7" ;
Text [ swedish ] = "Storlek ~7" ;
Text [ danish ] = "Strrelse ~7" ;
Text [ portuguese ] = "Tamanho ~7" ;
Text [ portuguese_brazilian ] = "Tamanho ~7" ;
Text[ chinese_simplified ] = "大小 ~7";
Text[ russian ] = " ~7";
Text[ polish ] = "Rozmiar 7";
Text[ japanese ] = "サイズ~7";
Text[ chinese_traditional ] = "大小 ~7";
Text[ arabic ] = " 7";
Text[ greek ] = " 7";
Text[ korean ] = "크기7";
Text[ turkish ] = "Boyut ~7";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Mida ~7";
Text[ finnish ] = "Koko ~7";
Text[ thai ] = "ขนาด ~7";
Text[ czech ] = "Velikost 7";
Text[ hebrew ] = "Größe ~7";
Text[ hindi ] = "परिमाण ~7";
Text[ slovak ] = "Veľkosť ~7";
Text[ hungarian ] = "Méret ~7";
Text[ slovenian ] = "Velikost ~7";
};
NumericField NF_SIZE7
{
Pos = MAP_APPFONT ( 45 , 110 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
Maximum = 50 ;
Value = 1 ;
First = 1 ;
Last = 50 ;
SpinSize = 1 ;
};
FixedLine GB_FONTSIZE
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 75 , 8 ) ;
Text = "Schriftgren" ;
Text [ English ] = "Font sizes" ;
Text [ english_us ] = "Font sizes" ;
Text [ italian ] = "Dimensioni carattere" ;
Text [ spanish ] = "Tamaos de fuente" ;
Text [ french ] = "Tailles de police" ;
Text [ dutch ] = "Lettergrootten" ;
Text [ swedish ] = "Teckenstorlekar" ;
Text [ danish ] = "Skriftstrrelser" ;
Text [ portuguese ] = "Tamanhos de letra" ;
Text [ portuguese_brazilian ] = "Tamanhos da fonte" ;
Text[ chinese_simplified ] = "字体大小";
Text[ russian ] = " ";
Text[ polish ] = "Rozmiary czcionek";
Text[ japanese ] = "フォントサイズ";
Text[ chinese_traditional ] = "字型大小";
Text[ arabic ] = " ";
Text[ greek ] = " ";
Text[ korean ] = "글꼴 크기";
Text[ turkish ] = "Yaztipi boyutlar";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Mides de lletra";
Text[ finnish ] = "Fonttikoot";
Text[ thai ] = "ขนาดตัวอักษร";
Text[ czech ] = "Velikosti písma";
Text[ hebrew ] = "Schriftgrößen";
Text[ hindi ] = "फ़ॉन्ट् परिमाण";
Text[ slovak ] = "Veľkosti písma";
Text[ hungarian ] = "Betűméretek";
Text[ slovenian ] = "Velikosti pisav";
};
CheckBox CB_UNKNOWN_TAGS
{
Pos = MAP_APPFONT ( 93 , 14 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ;
TabStop = TRUE ;
Text = "~Unbekannte HTML-Tags als Felder importieren" ;
Text [ English ] = "Import ~unknown HTML tags as fields" ;
Text [ english_us ] = "~Import unknown HTML tags as fields" ;
Text [ italian ] = "Importa Tag HTML sconosciuti come campi" ;
Text [ spanish ] = "Importar HTML-Tags ~desconocidos como campos" ;
Text [ french ] = "Importer les balises HTML inconnues comme champs" ;
Text [ dutch ] = "~Onbekende HTML-tags als velden importeren" ;
Text [ swedish ] = "~Importera oknda HTML-taggar som flt" ;
Text [ danish ] = "~Importer ukendte HTML-koder som felter" ;
Text [ portuguese ] = "~Importar HTML-Tags desconhecidos como campos" ;
Text [ portuguese_brazilian ] = "~Importar Tags HTML desconhecidos como campos" ;
Text[ chinese_simplified ] = "将不明的HTML标记当作字段输入(~I)";
Text[ russian ] = " HTML ";
Text[ polish ] = "~Importuj nieznane tagi HTML jako pola";
Text[ japanese ] = "不明なHTMLタグをフィールドとしてインポート(~I)";
Text[ chinese_traditional ] = "將不明的HTML標記當作欄位匯入(~I)";
Text[ arabic ] = " HTML-Tags ";
Text[ greek ] = " HTML ";
Text[ korean ] = "알 수 없는 HTML 태그를 필드로서 가져오기(~I)";
Text[ turkish ] = "Bilinmeyen HTML kod elerini alan olarak ~ie aktar";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Importa els marcadors HTML desconeguts com a camps";
Text[ finnish ] = "Tuo tuntemattomat ~HTML-koodit kenttin";
Text[ thai ] = "~นำเข้าสิ่งพ่วงท้าย HTML ที่ไม่รู้จักเป็นเขตข้อมูล";
Text[ czech ] = "Importovat neznámé HTML značky jako pole";
Text[ hebrew ] = "~Unbekannte HTML-Tags als Felder importieren";
Text[ hindi ] = "अज्ञात HTML टॉगों को क्षेत्र जैसे ~आयात करो";
Text[ slovak ] = "~Importovať neznáme HTML tagy ako polia";
Text[ hungarian ] = "~Ismeretlen HTML-kódok importálása mezőkként";
Text[ slovenian ] = "Neznane HTML oznake uvoz~i kot polja";
};
CheckBox CB_IGNORE_FONTNAMES
{
Pos = MAP_APPFONT ( 93 , 28 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ;
TabStop = TRUE ;
Text = "~Font-Einstellungen ignorieren" ;
Text [ English ] = "Ignore font settings" ;
Text [ english_us ] = "Ignore ~font settings" ;
Text [ portuguese_brazilian ] = "~Ignorar definies da fonte" ;
Text [ swedish ] = "Ignorera te~ckensnittsinstllningar" ;
Text [ danish ] = "Ignorer skrifttypeindstillinger" ;
Text [ italian ] = "Ignora impostazioni tipo di carattere" ;
Text [ spanish ] = "~Ignorar la configuracin de la fuente" ;
Text [ french ] = "Ignorer les paramtres des polices" ;
Text [ dutch ] = "Lettertype-~instellingen negeren" ;
Text [ portuguese ] = "~Ignorar parmetros do tipo de letra" ;
Text[ chinese_simplified ] = "忽略字体设定(~F)";
Text[ russian ] = " ~";
Text[ polish ] = "Ignoruj ~ustawienia czcionek";
Text[ japanese ] = "フォント設定を無視する(~F)";
Text[ chinese_traditional ] = "忽略字型設定(~F)";
Text[ arabic ] = " ";
Text[ greek ] = "~ ";
Text[ korean ] = "글꼴 설정 무시(~F)";
Text[ turkish ] = "~Yaztipi ayarlarn yok say";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Ignora els parmetres del tipus de ~lletra";
Text[ finnish ] = "Ohita ~fonttiasetukset";
Text[ thai ] = "เพิกเฉยการตั้งค่า~ตัวอักษร";
Text[ czech ] = "Ignorovat nastavení písem";
Text[ hebrew ] = "~Font-Einstellungen ignorieren";
Text[ hindi ] = "~फ़ॉन्ट् निर्धारणों को उपेक्षा करो";
Text[ slovak ] = "Ignorovať nastavenia ~fontov";
Text[ hungarian ] = "B~etűbeállítások figyelmen kívül hagyása";
Text[ slovenian ] = "Prezri nastavitve ~pisave";
};
FixedLine GB_IMPORT
{
Pos = MAP_APPFONT ( 87 , 3 ) ;
Size = MAP_APPFONT ( 167 , 8 ) ;
Text = "Import" ;
Text [ English ] = "Import" ;
Text [ dutch ] = "Importeren" ;
Text [ english_us ] = "Import" ;
Text [ italian ] = "Importa" ;
Text [ spanish ] = "Importacin" ;
Text [ french ] = "Import" ;
Text [ swedish ] = "Import" ;
Text [ danish ] = "Importer" ;
Text [ portuguese ] = "Importar" ;
Text [ portuguese_brazilian ] = "Importar" ;
Text[ chinese_simplified ] = "输入";
Text[ russian ] = "";
Text[ polish ] = "Importuj";
Text[ japanese ] = "インポート";
Text[ chinese_traditional ] = "匯入";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "가져오기";
Text[ turkish ] = "eri aktarm";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Importa";
Text[ finnish ] = "Tuo";
Text[ thai ] = "นำเข้า";
Text[ czech ] = "Importovat";
Text[ hebrew ] = "Import";
Text[ hindi ] = "आयात";
Text[ slovak ] = "Importovať";
Text[ hungarian ] = "Importálás";
Text[ slovenian ] = "Uvoz";
};
ListBox LB_EXPORT
{
Pos = MAP_APPFONT ( 93 , 55 ) ;
Size = MAP_APPFONT ( 155 , 50 ) ;
Border = TRUE ;
DropDown = TRUE ;
StringList =
{
< "HTML 3.2" ; > ;
< "Microsoft Internet Explorer" ; > ;
< "Netscape Navigator"; > ;
< "%PRODUCTNAME Writer" ; > ;
};
};
CheckBox CB_STARBASIC
{
Pos = MAP_APPFONT ( 93 , 74 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ;
Text = "%PRODUCTNAME ~Basic" ;
};
CheckBox CB_STARBASIC_WARNING
{
Pos = MAP_APPFONT ( 99 , 88 ) ;
Size = MAP_APPFONT ( 149 , 10 ) ;
Text = "~Warnung anzeigen";
Text[ENGLISH] = "Show ~warning";
Text[ english_us ] = "Display ~warning";
Text[ portuguese ] = "~Mostrar advertncia";
Text[ russian ] = " ";
Text[ dutch ] = "~Waarschuwing weergeven";
Text[ french ] = "Afficher un ~avertissement";
Text[ spanish ] = "Mostrar ~advertencia";
Text[ italian ] = "Mostra avviso";
Text[ danish ] = "Vis advarsel";
Text[ swedish ] = "Visa ~varning";
Text[ polish ] = "Wywietl ~ostrzeenie";
Text[ portuguese_brazilian ] = "~Exibir aviso";
Text[ japanese ] = "警告の表示(~W)";
Text[ chinese_simplified ] = "显示警告(~W)";
Text[ chinese_traditional ] = "顯示警告(~W)";
Text[ arabic ] = " ";
Text[ greek ] = " ";
Text[ korean ] = "경고 표시(~W)";
Text[ turkish ] = "~Uyarlar grntle";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Visualitza l'~advertiment";
Text[ finnish ] = "Nyt ~varoitus";
Text[ thai ] = "แสดง~คำเตือน";
Text[ czech ] = "Zobrazit varování";
Text[ hebrew ] = "~Warnung anzeigen";
Text[ hindi ] = "~चेतावनी दिखाओ";
Text[ slovak ] = "Zobraziť ~výstrahu";
Text[ hungarian ] = "~Figyelmeztetések megjelenítése";
Text[ slovenian ] = "Prikaži ~opozorilo";
};
CheckBox CB_PRINT_EXTENSION
{
Pos = MAP_APPFONT ( 93 , 102 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ;
Text = "~Drucklayout" ;
Text [ English ] = "~Print layout" ;
Text [ portuguese ] = "~Configurao da impresso" ;
Text [ english_us ] = "~Print layout" ;
Text [ portuguese_brazilian ] = "~Layout de Impresso" ;
Text [ swedish ] = "~Utskriftslayout" ;
Text [ danish ] = "~Udskriftslayout" ;
Text [ italian ] = "Layout di stampa" ;
Text [ spanish ] = "~Configuracin de la impresora" ;
Text [ french ] = "~Mise en page d'impression" ;
Text [ dutch ] = "~Afdruklay-out" ;
Text[ chinese_simplified ] = "打印版式(~P)";
Text[ russian ] = " ~";
Text[ polish ] = "Uk~ad wydruku";
Text[ japanese ] = "印刷レイアウト(~P)";
Text[ chinese_traditional ] = "列印版式(~P)";
Text[ arabic ] = " ";
Text[ language_user1 ] = " ";
Text[ greek ] = " ";
Text[ korean ] = "인쇄 모양(~P)";
Text[ turkish ] = "Sayfa dzeni";
Text[ catalan ] = "~Imprimeix el format";
Text[ finnish ] = "~Tulostusasettelu";
Text[ thai ] = "~พิมพ์เค้าโครง";
Text[ czech ] = "Rozvržení tisku";
Text[ hebrew ] = "~Drucklayout";
Text[ hindi ] = "~छपाई अभिन्यास";
Text[ slovak ] = "Us~poriadanie tlače";
Text[ hungarian ] = "~Nyomtatási elrendezés";
Text[ slovenian ] = "~Pogled postavitve tiskanja";
};
CheckBox CB_LOCAL_GRF
{
Pos = MAP_APPFONT ( 93 , 116 ) ;
Size = MAP_APPFONT ( 155 , 10 ) ;
Text = "~Lokale Grafiken in das Internet kopieren" ;
Text [ English ] = "Copy ~local graphics to the Internet" ;
Text [ english_us ] = "~Copy local graphics to Internet" ;
Text [ portuguese_brazilian ] = "~Copiar figuras locais para a Internet" ;
Text [ swedish ] = "Kopiera ~lokal grafik till Internet" ;
Text [ danish ] = "~Kopier lokal grafik til Internet" ;
Text [ italian ] = "Copia immagini locali in Internet" ;
Text [ spanish ] = "Copiar imgenes ~locales en Internet" ;
Text [ french ] = "Copier les images ~locales sur Internet" ;
Text [ dutch ] = "~Lokale afbeeldingen naar het internet kopiren" ;
Text [ portuguese ] = "~Copiar imagens locais para a Internet" ;
Text[ chinese_simplified ] = "将本机的图形复制到国际互联网的服务器上(~C)";
Text[ russian ] = " ";
Text[ polish ] = "~Kopiuj lokalne grafiki do Internetu";
Text[ japanese ] = "ローカルの図をインターネットにコピー(~C)";
Text[ chinese_traditional ] = "將本機的圖形複製給 Internet 的伺服器(~C)";
Text[ arabic ] = " ";
Text[ greek ] = " nternet";
Text[ korean ] = "로컬 그림을 인터넷으로 복사(~C)";
Text[ turkish ] = "Yerel grafikleri nternete kopyala";
Text[ language_user1 ] = " ";
Text[ catalan ] = "~Copia els grfics locals a Internet";
Text[ finnish ] = "Kopioi ~paikalliset kuvat Internetiin";
Text[ thai ] = "~คัดลอกกราฟิคท้องถิ่นไปยังอินเตอร์เน็ต";
Text[ czech ] = "Kopírovat lokální obrázky na Internet";
Text[ hebrew ] = "~Lokale Grafiken in das Internet kopieren";
Text[ hindi ] = "स्थानिक सुचित्र को इन्टरनेट् में ~प्रतिलिपि बनाओ";
Text[ slovak ] = "~Kopírovať lokálne obrázky na Internet";
Text[ hungarian ] = "~Helyi képek másolása az internetre";
Text[ slovenian ] = "~Kopiraj grafike na Internet";
};
FixedText FT_CHARSET
{
Pos = MAP_APPFONT ( 93 , 130 ) ;
Size = MAP_APPFONT ( 65 , 8 ) ;
Text = "Z~eichensatz" ;
Text [ English ] = "Character Set" ;
Text[ english_us ] = "Character set";
Text[ portuguese ] = "~Conjunto de caracteres";
Text[ russian ] = "";
Text[ greek ] = "~ ";
Text[ dutch ] = "~Tekenset";
Text[ french ] = "J~eu de caractres";
Text[ spanish ] = "Juego de caracteres";
Text[ italian ] = "Set di caratteri";
Text[ danish ] = "Tegnst";
Text[ swedish ] = "T~eckenuppsttning";
Text[ polish ] = "Zestaw znakw";
Text[ portuguese_brazilian ] = "Conjunto de Caracteres";
Text[ japanese ] = "文字コードセット";
Text[ korean ] = "문자집합";
Text[ chinese_simplified ] = "字符集";
Text[ chinese_traditional ] = "字型";
Text[ turkish ] = "Karakter kmesi";
Text[ arabic ] = " ";
Text[ catalan ] = "Joc de Carcters";
Text[ finnish ] = "Merkist";
Text[ thai ] = "ชุดตัวอักขระ";
Text[ czech ] = "Znaková sada";
Text[ hebrew ] = "Z~eichensatz";
Text[ hindi ] = "अक्षर समूह";
Text[ slovak ] = "Znaková sada";
Text[ hungarian ] = "Karakterkészlet";
Text[ slovenian ] = "Nabor znakov";
};
ListBox LB_CHARSET
{
Pos = MAP_APPFONT ( 162 , 129 ) ;
Size = MAP_APPFONT ( 86 , 61 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedLine GB_EXPORT
{
Pos = MAP_APPFONT ( 87 , 44 ) ;
Size = MAP_APPFONT ( 167 , 8 ) ;
Text = "Export" ;
Text [ English ] = "Export" ;
Text [ english_us ] = "Export" ;
Text [ italian ] = "Esporta" ;
Text [ spanish ] = "Exportacin" ;
Text [ french ] = "Export" ;
Text [ dutch ] = "Exporteren" ;
Text [ swedish ] = "Export" ;
Text [ danish ] = "Eksporter" ;
Text [ portuguese ] = "Exportar" ;
Text [ portuguese_brazilian ] = "Exportar" ;
Text[ chinese_simplified ] = "输出";
Text[ russian ] = "";
Text[ polish ] = "Eksport";
Text[ japanese ] = "エクスポート";
Text[ chinese_traditional ] = "匯出";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "내보내기";
Text[ turkish ] = "Aktar";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Exporta";
Text[ finnish ] = "Vie";
Text[ thai ] = "ส่งออก";
Text[ czech ] = "Export";
Text[ hebrew ] = "יצוא";
Text[ hindi ] = "निर्यात";
Text[ slovak ] = "Exportovať";
Text[ hungarian ] = "Exportálás";
Text[ slovenian ] = "Izvoz";
};
};
// ******************************************************************* EOF
|