summaryrefslogtreecommitdiff
path: root/svx/source/options/optgenrl.src
blob: 77504645472e5e8fcb233d9d56b5d3050e3fb708 (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
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
/*************************************************************************
 *
 *  $RCSfile: optgenrl.src,v $
 *
 *  $Revision: 1.19 $
 *
 *  last change: $Author: kz $ $Date: 2001-04-26 19:33:29 $
 *
 *  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 "helpid.hrc"
#include "dialogs.hrc"
#include "optgenrl.hrc"

// RID_SFXPAGE_GENERAL ------------------------------------------------------

TabPage RID_SFXPAGE_GENERAL
{
    HelpId = HID_OPTIONS_GENERAL ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Hide = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    Text = "Benutzerdaten" ;
    Text [ ENGLISH ] = "User data" ;
    Text [ english_us ] = "User Data" ;
    Text [ swedish ] = "Anvndardata" ;
    Text [ danish ] = "Brugerdata" ;
    Text [ italian ] = "Dati utente" ;
    Text [ spanish ] = "Datos del usuario" ;
    Text [ french ] = "Donnes d'identit" ;
    Text [ dutch ] = "Gebruikersgegevens" ;
    Text [ portuguese_brazilian ] = "Benutzerdaten" ;
    Text [ portuguese ] = "Dados de utilizador" ;
    Text[ chinese_simplified ] = "û";
    Text[ russian ] = " ";
    Text[ polish ] = "Dane uytkownika";
    Text[ japanese ] = "հްް";
    FixedText FT_COMPANY
    {
        Pos = MAP_APPFONT ( LEFT , FLINE ( 0 ) ) ;
        Size = MAP_APPFONT ( MID-LEFT-3 , FLINEH ) ;
        LeftLabel = TRUE ;
        Text = "~Firma" ;
        Text [ ENGLISH ] = "~Company" ;
        Text [ norwegian ] = "~Firma" ;
        Text [ italian ] = "~Ditta" ;
        Text [ portuguese_brazilian ] = "~Empresa" ;
        Text [ portuguese ] = "~Empresa" ;
        Text [ finnish ] = "~Yritys" ;
        Text [ danish ] = "Firma" ;
        Text [ french ] = "~Socit" ;
        Text [ swedish ] = "~Fretag" ;
        Text [ dutch ] = "~Firma" ;
        Text [ spanish ] = "E~mpresa" ;
        Text [ english_us ] = "~Company" ;
        Text[ chinese_simplified ] = "˾(~C)";
        Text[ russian ] = "";
        Text[ polish ] = "Firma";
        Text[ japanese ] = "Ж(~C)";
        Text[ chinese_traditional ] = "q(~C)";
        Text[ arabic ] = "";
        Text[ greek ] = "~";
        Text[ korean ] = "ȸ(~C)";
        Text[ turkish ] = "irket";
        Text[ language_user1 ] = " ";
    };
    Edit ED_COMPANY
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID , LINE ( 0 ) ) ;
        Size = MAP_APPFONT ( RIGHT-MID , LINEH ) ;
    };
    FixedText FT_NAME
    {
        Pos = MAP_APPFONT ( LEFT , FLINE ( 1 ) ) ;
        Size = MAP_APPFONT ( MID-LEFT-3 , FLINEH ) ;
        LeftLabel = TRUE ;
        Text = "~Vor-/Name/Krzel" ;
        Text [ ENGLISH ] = "~First/Last/Id" ;
        Text [ norwegian ] = "~For/Etter/Id" ;
        Text [ italian ] = "~Nome/Cognome/Iniziali" ;
        Text [ portuguese_brazilian ] = "~Primeiro/ltimo" ;
        Text [ portuguese ] = "~Nome/Apelido/Iniciais" ;
        Text [ finnish ] = "~First/Last/Id" ;
        Text [ danish ] = "For-/Efternavn/Initialer" ;
        Text [ french ] = "Prnom/~Nom/Initiales" ;
        Text [ swedish ] = "Fr-/Efter~namn/Initialer" ;
        Text [ dutch ] = "~Voor-/Naam/Initialen" ;
        Text [ spanish ] = "Nom~bre/Apellidos/Iniciales" ;
        Text [ english_us ] = "First/Last ~name/Initials" ;
        Text[ chinese_simplified ] = "//д(~N)";
        Text[ russian ] = "//";
        Text[ polish ] = "I~mi/Nazwisko/Inicjay";
        Text[ japanese ] = "//Ƽ(~N)";
        Text[ chinese_traditional ] = "Wr/m/Yg(~N)";
        Text[ arabic ] = "/ /";
        Text[ greek ] = "//~";
        Text[ korean ] = "̸//̴ϼ(~N)";
        Text[ turkish ] = "~Ad/Soyad/Baharfler";
        Text[ language_user1 ] = " ";
    };
    FixedText FT_NAME_RUSS
    {
        Pos = MAP_APPFONT ( LEFT , FLINE ( 1 ) ) ;
        Size = MAP_APPFONT ( MID-LEFT-3 , FLINEH ) ;
        LeftLabel = TRUE ;
        Hide = TRUE;
        Text = "~Vor-/Vaters-/Name/Krzel" ;
        Text [ ENGLISH ] = "~First/Father/Last/Id" ;
        Text[ russian ] = "/";
        Text[ greek ] = "/ //~";
        Text[ dutch ] = "-";
        Text[ french ] = "~Father/First/Last/Id";
        Text[ spanish ] = "~Father/First/Last/Id";
        Text[ italian ] = "-";
        Text[ danish ] = "~Father/First/Last/Id";
        Text[ portuguese_brazilian ] = "~Father/First/Last/Id";
        Text[ japanese ] = "~Father/First/Last/Id";
        Text[ korean ] = "̸//̸/Ӹ";
        Text[ chinese_traditional ] = "~Father/First/Last/Id";
        Text[ turkish ] = "~Baba ad/Ad/Soyad/Baharfler";
    };
    Edit ED_FATHERNAME
    {
        Border = TRUE ;
        Hide = TRUE;
        Pos = MAP_APPFONT ( MID , LINE ( 1 ) ) ;
        Size = MAP_APPFONT ( NAMELEN-8 , LINEH ) ;
    };
    Edit ED_FIRSTNAME
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID , LINE ( 1 ) ) ;
        Size = MAP_APPFONT ( NAMELEN-8 , LINEH ) ;
    };
    Edit ED_NAME
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID+NAMELEN-8+HSPACE , LINE ( 1 ) ) ;
        Size = MAP_APPFONT ( NAMELEN-8 , LINEH ) ;
    };
    Edit ED_SHORTNAME
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID+2* ( NAMELEN-8+HSPACE ) , LINE ( 1 ) ) ;
        Size = MAP_APPFONT ( RIGHT- ( MID+2* ( NAMELEN-8+HSPACE ) ) , LINEH ) ;
    };
    FixedText FT_STREET
    {
        Pos = MAP_APPFONT ( LEFT , FLINE ( 2 ) ) ;
        Size = MAP_APPFONT ( MID-LEFT-3 , FLINEH ) ;
        LeftLabel = TRUE ;
        Text = "~Strae" ;
        Text [ ENGLISH ] = "~Street" ;
        Text [ norwegian ] = "~Gate" ;
        Text [ italian ] = "Via" ;
        Text [ portuguese_brazilian ] = "~Rua" ;
        Text [ portuguese ] = "~Rua" ;
        Text [ finnish ] = "~Lhiosoite" ;
        Text [ danish ] = "Gade" ;
        Text [ french ] = "~Rue" ;
        Text [ swedish ] = "~Gatuadress" ;
        Text [ dutch ] = "~Straat" ;
        Text [ spanish ] = "~Calle" ;
        Text [ english_us ] = "~Street" ;
        Text[ chinese_simplified ] = "ֵ(~S)";
        Text[ russian ] = "";
        Text[ polish ] = "Ulica";
        Text[ japanese ] = "s Ԓn(~S)";
        Text[ chinese_traditional ] = "D(~S)";
        Text[ arabic ] = "";
        Text[ greek ] = "";
        Text[ korean ] = "Ÿ (~S)";
        Text[ turkish ] = "Cadde";
        Text[ language_user1 ] = " ";
    };
    FixedText FT_STREET_RUSS
    {
        Pos = MAP_APPFONT ( LEFT , FLINE ( 2 ) ) ;
        Size = MAP_APPFONT ( MID-LEFT-3 , FLINEH ) ;
        LeftLabel = TRUE ;
        Hide = TRUE;
        Text = "~Strae/Wohnungsnummer" ;
        Text [ ENGLISH ] = "~Street/Apartmentnumber" ;
        Text[ russian ] = "~,  /";
        Text[ greek ] = " / ";
        Text[ dutch ] = "-";
        Text[ french ] = "~Street/Apartmentnumber";
        Text[ spanish ] = "-";
        Text[ italian ] = "-";
        Text[ danish ] = "~Street/Apartmentnumber";
        Text[ swedish ] = "-";
        Text[ portuguese_brazilian ] = "~Street/Apartmentnumber";
        Text[ japanese ] = "~Street/Apartmentnumber";
        Text[ korean ] = "Ÿ  ̸/ǹ ȣ";
        Text[ chinese_traditional ] = "~Street/Apartmentnumber";
        Text[ turkish ] = "Cadde/No.";
    };
    Edit ED_STREET
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID , LINE ( 2 ) ) ;
        Size = MAP_APPFONT ( RIGHT-MID , LINEH ) ;
    };
    Edit ED_APARTMENTNR
    {
        Border = TRUE ;
        Hide = TRUE;
        Pos = MAP_APPFONT ( MID , LINE ( 2 ) ) ;
        Size = MAP_APPFONT ( RIGHT-MID , LINEH ) ;
    };
    FixedText FT_CITY
    {
        Pos = MAP_APPFONT ( LEFT , FLINE ( 3 ) ) ;
        Size = MAP_APPFONT ( MID-LEFT-3 , FLINEH ) ;
        LeftLabel = TRUE ;
        Text = "PL~Z/Ort" ;
        Text [ ENGLISH ] = "~Zip/City" ;
        Text[ english_us ] = "Zip/City";
        Text[ portuguese ] = "~CP/Localidade";
        Text[ russian ] = ". /";
        Text[ dutch ] = "~Postcode/Plaats";
        Text[ french ] = "Code postal/Ville";
        Text[ spanish ] = "CP/C~iudad";
        Text[ italian ] = "C.A.P./Localit";
        Text[ danish ] = "Postnr./By";
        Text[ swedish ] = "Postnr/~Ort";
        Text[ polish ] = "Kod pocztowy/Miejscowo";
        Text[ portuguese_brazilian ] = "~Zip/City";
        Text[ japanese ] = "X֔ԍ/s{";
        Text[ chinese_simplified ] = "ʱ/";
        Text[ chinese_traditional ] = "lϸ/";
        Text[ arabic ] = " /";
        Text[ greek ] = "../";
        Text[ korean ] = "ȣ/";
        Text[ turkish ] = "Posta kodu/ehir";
        Text[ language_user1 ] = " ";
    };
    Edit ED_PLZ
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID , LINE ( 3 ) ) ;
        Size = MAP_APPFONT ( 24 , LINEH ) ;
    };
    Edit ED_CITY
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID + 24 + HSPACE , LINE ( 3 ) ) ;
        Size = MAP_APPFONT ( RIGHT - ( MID + 24 + HSPACE ) , LINEH ) ;
    };
    Edit ED_US_CITY
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID , LINE ( 3 ) ) ;
        Size = MAP_APPFONT ( 90 , LINEH ) ;
    };
    Edit ED_US_STATE
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID + 90 + HSPACE, LINE ( 3 ) ) ;
        Size = MAP_APPFONT ( 30 , LINEH ) ;
    };
    Edit ED_US_ZIPCODE
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID + 90 + HSPACE + 30 + HSPACE, LINE ( 3 ) ) ;
        Size = MAP_APPFONT ( RIGHT - ( MID + 90 + HSPACE + 30 + HSPACE ) , LINEH ) ;
    };
    FixedText FT_COUNTRY
    {
        Pos = MAP_APPFONT ( LEFT , FLINE ( 4 ) ) ;
        Size = MAP_APPFONT ( MID-LEFT-3 , FLINEH ) ;
        LeftLabel = TRUE ;
        Text = "~Land" ;
        Text [ ENGLISH ] = "~Country" ;
        Text[ english_us ] = "Country";
        Text[ portuguese ] = "~Pas";
        Text[ russian ] = "";
        Text[ dutch ] = "~Land";
        Text[ french ] = "Pays";
        Text[ spanish ] = "~Pas";
        Text[ italian ] = "Paese/~C.A.P./Citt";
        Text[ danish ] = "Land";
        Text[ swedish ] = "~Land";
        Text[ polish ] = "Pastwo";
        Text[ portuguese_brazilian ] = "Pas/~CEP/Cidade";
        Text[ japanese ] = "";
        Text[ chinese_simplified ] = "(~L)";
        Text[ chinese_traditional ] = "a(~L)";
        Text[ arabic ] = "";
        Text[ greek ] = "";
        Text[ korean ] = "";
        Text[ turkish ] = "lke";
        Text[ language_user1 ] = " ";
    };
    Edit ED_COUNTRY
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID , LINE ( 4 ) ) ;
        Size = MAP_APPFONT ( RIGHT - MID , LINEH ) ;
    };
    FixedText FT_TITLEPOS
    {
        Pos = MAP_APPFONT ( LEFT , FLINE ( 5 ) ) ;
        Size = MAP_APPFONT ( MID-LEFT-3 , FLINEH ) ;
        LeftLabel = TRUE ;
        Text = "~Titel/Position" ;
        Text [ ENGLISH ] = "~Title/Position" ;
        Text [ english_us ] = "~Title/Position" ;
        Text [ italian ] = "~Titolo/Posizione" ;
        Text [ spanish ] = "Ttulo/p~osicin" ;
        Text [ french ] = "~Titre/Position" ;
        Text [ dutch ] = "~Titel/Functie" ;
        Text [ swedish ] = "Titel/~Befattning" ;
        Text [ danish ] = "Titel/Stilling" ;
        Text [ portuguese_brazilian ] = "~Titel/Position" ;
        Text [ portuguese ] = "~Ttulo/Posio" ;
        Text[ chinese_simplified ] = "ͷ/ְ(~T)";
        Text[ russian ] = "/";
        Text[ polish ] = "Tytu/Stanowisko";
        Text[ japanese ] = "/E(~T)";
        Text[ chinese_traditional ] = "Y/¾(~T)";
        Text[ arabic ] = " /";
        Text[ greek ] = "/";
        Text[ korean ] = "/(~T)";
        Text[ turkish ] = "~Unvan/Pozisyon";
        Text[ language_user1 ] = " ";
    };
    Edit ED_TITLE
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID , LINE ( 5 ) ) ;
        Size = MAP_APPFONT ( NAMELEN-1 , LINEH ) ;
    };
    Edit ED_POSITION
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID+NAMELEN-1+HSPACE , LINE ( 5 ) ) ;
        Size = MAP_APPFONT ( RIGHT- ( MID+NAMELEN-1+HSPACE ) , LINEH ) ;
    };
    FixedText FT_PHONE
    {
        Pos = MAP_APPFONT ( LEFT , FLINE ( 6 ) ) ;
        Size = MAP_APPFONT ( MID-LEFT-3 , FLINEH ) ;
        Text = "T~el. (Priv/Ge.)" ;
        Text [ ENGLISH ] = "Pho~ne (Priv./Co.)" ;
        Text [ norwegian ] = "Tele~fon (Priv./Arbeid.)" ;
        Text [ italian ] = "Te~l. (Priv./Uff.)" ;
        Text [ portuguese_brazilian ] = "Fo~ne (Priv./Co.)" ;
        Text [ portuguese ] = "Tel. (~part./emprego)" ;
        Text [ finnish ] = "~Puhelin (kotiin/Co.)" ;
        Text [ danish ] = "Tlf. (priv./arb.)" ;
        Text [ french ] = "Tl. (domicile/bureau)" ;
        Text [ swedish ] = "Tfn.: (~Priv./Arb.)" ;
        Text [ dutch ] = "Tel. (Priv/~Za)" ;
        Text [ spanish ] = "~Tel. (Privado/trabajo)" ;
        Text [ english_us ] = "Tel. (Home/Work)" ;
        LeftLabel = TRUE ;
        Text[ chinese_simplified ] = "绰(˽/칫)(~E)";
        Text[ russian ] = " (./.)";
        Text[ polish ] = "Tel. (pryw./sub.)";
        Text[ japanese ] = "Tel.(/)";
        Text[ chinese_traditional ] = "q(pH/줽)(~E)";
        Text[ arabic ] = " (/)";
        Text[ greek ] = ". (/)";
        Text[ korean ] = "Tel. (/ȸ)";
        Text[ turkish ] = "Tlf. (Ev/)";
        Text[ language_user1 ] = " ";
    };
    Edit ED_TELPRIVAT
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID , LINE ( 6 ) ) ;
        Size = MAP_APPFONT ( NAMELEN-1 , LINEH ) ;
    };
    Edit ED_TELCOMPANY
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID+NAMELEN-1+HSPACE , LINE ( 6 ) ) ;
        Size = MAP_APPFONT ( RIGHT- ( MID+NAMELEN-1+HSPACE ) , LINEH ) ;
    };
    FixedText FT_FAXMAIL
    {
        Pos = MAP_APPFONT ( LEFT , FLINE ( 7 ) ) ;
        Size = MAP_APPFONT ( MID-LEFT-3 , FLINEH ) ;
        LeftLabel = TRUE ;
        Text = "Fa~x/E-Mail" ;
        Text [ ENGLISH ] = "Fa~x" ;
        Text [ norwegian ] = "~Faks" ;
        Text [ italian ] = "Fa~x/eMail" ;
        Text [ portuguese_brazilian ] = "Fa~x" ;
        Text [ portuguese ] = "Fa~x/e-mail" ;
        Text [ finnish ] = "Fa~x" ;
        Text [ danish ] = "Fax/E-mail" ;
        Text [ french ] = "~Fax/e-mail" ;
        Text [ swedish ] = "Fa~x/e-post" ;
        Text [ dutch ] = "Fa~x/e-mail" ;
        Text [ spanish ] = "Fa~x/E-mail" ;
        Text [ english_us ] = "Fa~x / E-mail" ;
        Text[ chinese_simplified ] = "/ʼ(~X)";
        Text[ russian ] = " / . ";
        Text[ polish ] = "Faks/e-mail";
        Text[ japanese ] = "Fa~x/E-mail";
        Text[ chinese_traditional ] = "ǯu/qll(~X)";
        Text[ arabic ] = "/ ";
        Text[ greek ] = "Fax/E-mail";
        Text[ korean ] = "ѽ/E-mail(~X)";
        Text[ turkish ] = "Faks/e-posta";
        Text[ language_user1 ] = " ";
    };
    Edit ED_FAX
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID , LINE ( 7 ) ) ;
        Size = MAP_APPFONT ( NAMELEN-1 , LINEH ) ;
    };
    Edit ED_EMAIL
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( MID+NAMELEN-1+HSPACE , LINE ( 7 ) ) ;
        Size = MAP_APPFONT ( RIGHT- ( MID+NAMELEN-1+HSPACE ) , LINEH ) ;
    };
    FixedLine GB_ADDRESS
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text = " Anschrift " ;
        Text [ ENGLISH ] = " Address " ;
        Text [ norwegian ] = " Adresse " ;
        Text [ italian ] = "Indirizzo " ;
        Text [ portuguese_brazilian ] = "Endereo " ;
        Text [ portuguese ] = "Endereo" ;
        Text [ finnish ] = " Osoite " ;
        Text [ danish ] = " Adresse " ;
        Text [ french ] = " Adresse " ;
        Text [ swedish ] = "Adress " ;
        Text [ dutch ] = "Adres  " ;
        Text [ spanish ] = "Direccin " ;
        Text [ english_us ] = "Address " ;
        Text[ chinese_simplified ] = " ַ ";
        Text[ russian ] = " ";
        Text[ polish ] = "Adres ";
        Text[ japanese ] = "Z ";
        Text[ chinese_traditional ] = " a} ";
        Text[ arabic ] = " ";
        Text[ greek ] = " ";
        Text[ korean ] = " ּ ";
        Text[ turkish ] = "Adres ";
        Text[ language_user1 ] = " ";
    };
    CheckBox CB_USEDATA
    {
        Pos = MAP_APPFONT ( 6 , 122 ) ;
        Size = MAP_APPFONT ( 236 , 10 ) ;
        Hide = TRUE;
        Text = "~Daten fr Dokumenteigenschaften verwenden" ;
        Text[ English ] = "Using ~data for document properties";
        Text[ english_us ] = "Use data for document properties";
        Text[ french ] = "~Utiliser les donnes pour les proprits du document";
        Text [ italian ] = "Usa i dati per le propriet dei documenti" ;
        Text [ dutch ] = "~Gegevens voor documenteigenschappen gebruiken" ;
        Text [ spanish ] = "Usar ~datos para las propiedades del documento" ;
        Text [ swedish ] = "Anvnd ~data fr dokumentegenskaperna" ;
        Text [ portuguese ] = "Usar ~dados para as propriedades do documento" ;
        Text[ portuguese_brazilian ] = "~Daten fr Dokumenteigenschaften verwenden";
        Text[ danish ] = "Brug data for dokumentegenskaber";
        Text[ chinese_simplified ] = "ʹĵԵ";
        Text[ russian ] = "    ";
        Text[ polish ] = "Uyj danych dla waciwoci dokumentw";
        Text[ japanese ] = "޷đްgp";
        Text[ chinese_traditional ] = "ϥΤݩʪ";
        Text[ arabic ] = "   ";
        Text[ greek ] = "      ";
        Text[ korean ] = "   ";
        Text[ turkish ] = "Verileri belge zellikleri iin kullan";
        Text[ language_user1 ] = " ";
    };

     // extra Resourcen f"ur die amerikanische Postadresse
    String STR_US_STATE
    {
        Text = "Stadt/Staat/PL~Z";
        Text [ English ] = "City/State/~Zip" ;
        Text[ english_us ] = "City/State/Zip";
        Text[ portuguese ] = "~Cidade/Estado/CP";
        Text[ russian ] = "// ";
        Text[ dutch ] = "Plaats/~Straat/Postcode";
        Text[ french ] = "Ville/tat/Code postal";
        Text[ spanish ] = "~Ciudad/Pas/CP";
        Text[ italian ] = "Locali/Provincia/C.A.P.";
        Text[ danish ] = "By/Land/Postnummer";
        Text[ swedish ] = "~Ort/Land/Postnr";
        Text[ polish ] = "Ulica/Wojewdztwo/Kod pocztowy";
        Text[ portuguese_brazilian ] = "Staat/PLZ/~L.";
        Text[ japanese ] = "s{//X֔ԍ";
        Text[ chinese_simplified ] = "ֵ//ʱ(~S)";
        Text[ chinese_traditional ] = "D/a/lϸ(~S)";
        Text[ arabic ] = "// ";
        Text[ greek ] = "//..";
        Text[ korean ] = "//ȣ";
        Text[ turkish ] = "ehir/lke/Posta kodu";
        Text[ language_user1 ] = " ";
    };
    String STR_QUERY_REG
    {
        Text = "Bitte beachten Sie, dass Strae, Postleitzahl und Ort fr die Berechnung des Registrierungsschlssels herangezogen werden. Bis zur Registrierung knnen diese Benutzerdaten nicht mehr gendert werden.  Wollen Sie diese Benutzerdaten jetzt noch ndern?" ;
        Text [ English ] = "Bitte beachten Sie, da Strae, Postleitzahl und Ort fr die Berechnung des Registrierungsschlssels herangezogen werden. Bis zur Registrierung knnen diese Benutzerdaten nicht mehr gendert werden.  Wollen Sie diese Benutzerdaten jetzt noch ndern?" ;
        Text[ english_us ] = "Note that street, Zip code and city are used for generating the registration key. Until the registration has been carried out successfully, user data cannot be changed. Do you want to modify personal data now?";
        Text[ portuguese ] = "No esquea que a rua, o cdigo postal e a localidade sero utilizados para calcular o seu cdigo de registo. No poder modificar estes dados de utilizador at efectuar o seu registo. Ainda deseja modificar estes dados?";
        Text[ russian ] = ", ,          .       .      ?";
        Text[ dutch ] = "Wij wijzen u erop dat straat, postcode en plaats worden gebruikt voor het berekenen van de registratiesleutel. Tot aan de registratie mag u deze gegevens niet meer veranderen. Wilt u ze nu nog veranderen?";
        Text[ french ] = "Veuillez noter que le code d'enregistrement est gnr  partir de vos donnes d'identit telles que rue, code postal et ville. Vous ne pourrez plus modifier ces donnes jusqu' ce que vous vous fassiez enregistrer. Avez-vous une dernire modification  apporter avant de poursuivre ?";
        Text[ spanish ] = "Tenga en cuenta que la calle, el cdigo postal y la ciudad se tendrn en cuenta para determinar la clave de registro. Estos datos no podrn ser modificados hasta que se registre. Desea modificar an estos datos de usuario?";
        Text[ italian ] = "Vi preghiamo di osservare che il codice di registrazione si basa sull'indirizzo (via, C.A.P. e citt) specificato. Fino alla registrazione questi dati non potranno essere cambiati. Volete cambiarli adesso?";
        Text[ danish ] = "Bemrk venligst, at gade, postnummer og by bruges til at beregne registreringsnglen. Disse brugerdata kan ikke mere ndres indtil registreringen. Vil du endnu ndre dem nu?";
        Text[ swedish ] = "Observera att gatu- och postadress anvnds fr berkningen av registreringsnyckeln. Fram till registreringen kan Du inte ndra mer p de hr anvndardata. Vill Du ndra de hr anvndardata nu?";
        Text[ polish ] = "Naley uwzgldni, e podanie nazwy ulicy, kodu pocztowego i miejscowoci wymagane jest do utworzenia klucza rejestracyjnego. Do czasu rejestracji te danych nie mona zmieni. Czy chcesz je teraz zmieni?";
        Text[ portuguese_brazilian ] = "Bitte beachten Sie, da Strae, Postleitzahl und Ort fr die Berechnung des Registrierungsschlssels herangezogen werden. Bis zur Registrierung knnen diese Benutzerdaten nicht mehr gendert werden.  Wollen Sie diese Benutzerdaten jetzt noch ndern?";
        Text[ japanese ] = "sX֔ԍBAs{͓o^𔭍s肪ƂȂ܂Bo^ςނ܂łհްް͕ύXł܂Bհްް܂ύX܂H";
        Text[ chinese_simplified ] = "ע⣺ֵʱͳעݡʽעǰٸЩûϡҪЩû";
        Text[ chinese_traditional ] = "еNzJDMƬOΨӲ͵UXCUɱzקoǨϥΪ̸ơCz{bnקoǨϥΪ̸ơH";
        Text[ arabic ] = "               .         .       ";
        Text[ greek ] = "    ,  ..          .           .          ;";
        Text[ korean ] = "ּҳ ȣ   Ű  ̿ȴٴ  Ͻʽÿ.  Ϸ    ͸  ̻ ٲ  ϴ. ̶   ͸ Ͻðڽϱ?";
        Text[ turkish ] = "Cadde, posta kodu ve ehir bilgilerinin kayt kodunun oluturulmas iin kullanldn dikkate aln. Kayt yaplana kadar bu kullanc verileri deitirilemez. Kullanc verilerini imdi deitirmek istiyor musunuz?";
        Text[ language_user1 ] = " ";
    };
    Text[ chinese_traditional ] = "ϥΪ̸";
    Text[ arabic ] = " ";
    Text[ greek ] = " ";
    Text[ korean ] = " ";
    Text[ turkish ] = "Kullanc verileri";
    Text[ language_user1 ] = " ";
};

// RID_SVXQB_CHANGEDATA ---------------------------------------------------

QueryBox RID_SVXQB_CHANGEDATA
{
    BUTTONS = WB_YES_NO ;
    DEFBUTTON = WB_DEF_NO ;
    Message = "Sie haben die Benutzerdaten gendert.\nBitte bedenken Sie, dass dadurch die Registrierung verfllt.\nSie bentigen einen neuen Registrierungsschlssel, der innerhalb der nchsten 30 Tage eingegeben werden muss.\nDas Registrierungsformular finden Sie im Men Hilfe - Registrierung...\nWollen Sie die Benutzerdaten wirklich ndern?";
    Message [ English ] = "The user data have been changed.\nPlease note that in this way the registration will become invalid.\nTherefore, a new registration key is needed within 30 days.\nYou can find the registration form in the menu Help - Registration...\nDo you really want to change the user data?";
    Message [ english_us ] = "The User Data have been changed.\nNote that, if you continue, the registration key will become invalid.\nTherefore, a new registration key is needed within 30 days.\nYou can find the registration form in the menu Help - Registration...\nDo you really want to change your User Data?";
    Message [ french ] = "Vous avez modifi vos donnes d'identit.\nVeuillez noter que cela va faire expirer votre enregistrement.\nVous devrez vous procurer un nouveau code d'enregistrement et le saisir dans un dlai de 30 jours.\nVous trouverez le formulaire d'enregistrement au menu Aide - Enregistrement...\nVoulez-vous vraiment modifier vos donnes d'identit ?";
    Message [ italian ] = "Avete modificato i dati utente.\nVi preghiamo di osservare che in questo modo la registrazione scadr.\nEntro 30 giorni a partire da oggi dovrete inserire un nuovo codice di registrazione. Troverete il formulario di registrazione nel menu ? - Registrazione... \nVolete davvero cambiare i dati utente?" ;
    Message [ dutch ] = "U heeft de gebruikersgegevens gewijzigd.\nWij maken u erop attent dat de registratie daardoor ongeldig wordt.\nU heeft een nieuwe registratiesleutel nodig, die binnen de volgende 30 dagen moet worden aangegeven.\\Het registratieformulier vindt u in het menu Help - Registratie...\nWilt u de gebruikersgegevens werkelijk veranderen?";
    Message [ spanish ] = "Usted ha modificado los datos de usuario.\nTenga en cuenta que con ello expirar el registro.\nNecesita una nueva clave de registro que tiene que ser introducida en los prximos 30 das.\nEl formulario de registro lo encuentra en el men Ayuda - Registro...\nDesea realmente modificar los datos de usuario?" ;
    Message [ swedish ] = "Du har ndrat Dina anvndardata.\nTnk p att Din nuvarande registrering drmed lper ut.\nDu behver en ny registreringsnyckel som mste matas in inom de nrmaste 30 dagarna.\nRegistreringsformulret hittar Du under menyn Hjlp - Registrering...\nVill Du verkligen ndra Dina anvndardata?" ;
    Message [ portuguese ] = "Modificou os dados de utilizador.\nNo se esquea de que o seu registo expirar.\nPor esta razo necessitar de um novo cdigo de registo dentro do prazo de 30 dias.\nEncontrar o formulrio de registo no menu Ajuda - Registo...\nModificar os dados de utilizador?" ;
    Message[ portuguese_brazilian ] = "Sie haben die Benutzerdaten gendert.\nBitte bedenken Sie, da dadurch die Registrierung verfllt.\nSie bentigen einen neuen Registrierungsschlssel, der innerhalb der nchsten 30 Tage eingegeben werden mu.\nDas Registrierungsformular finden Sie im Men Hilfe - Registrierung...\nWollen Sie die Benutzerdaten wirklich ndern?";
    Message[ danish ] = "Du har ndret brugerdataene.\nBemrk venligst, at din registrering derigennem bliver ugyldig.\nDu har brug for en ny registreringsngle, som skal indtastes indenfor 30 dage.\nDu finder registreringsformularen i menuen Hjlp - Registrering...\nEr du sikker p, at du vil ndre brugerdataene?";
    Message[ chinese_simplified ] = "Ѿûϡ\nעͻЧ\nڽ30֮һµע롣\nܹڲ˵ - ע...ҵע\nҪûϣ";
    Message[ russian ] = "   .\n, ,  -    .\n    ,       30 .\n       - ...\n     ?";
    Message[ polish ] = "Zmieniono dane uytkownika.\nNaley uwzgldni, e przez to traci wano rejestracja.\nWymagany bdzie nowy klucz rejestracyjny, ktry naley wprowadzi w cigu nastpnych 30 dni.\nFormularz rejestracyjny znajduje si w menu Pomoc - Rejestracja...\nCzy na pewno zmieni dane uytkownika?";
    Message[ japanese ] = "հްްύX܂B\n̂ߓo^͖̂Ƃ܂B\nVo^KvƂȂ褂30ȓɍς܂Ȃ΂Ȃ܂B\no^p[ƭ/o^...]ɂ܂B\nհްް{ɕύX܂?";
    Message[ chinese_traditional ] = "zwgܧϥΪ̸ơC\no˱zUN|LġC\nzݭn@ӷsMBb30ѤJUKXC\nzb\\AUUUC\nunקϥΪ̸ơH";
    Message[ arabic ] = "    .\n         .\n     ϡ      .\n       \"\"  \"\"...\n     ";
    Message[ greek ] = "    .\n          .\n         ,             30 .\n         - ...\n       ;";
    Message[ korean ] = " ͸ ϼ̽ϴ.\n׷   ȿȭȴٴ ǿ Ͻʽÿ. \n׷  30ϳ Էؾ    Ű ʿմϴ.\n  -... ޴ ã  ֽϴ.\n ͸ Ͻðڽϱ?";
    Message[ turkish ] = "Kullanc verilerini deitirdiniz.\nBu nedenle kayt ilemi de iptal edilecektir.\nEn ge 30 gn ierisinde yeni bir kayt kodu girmeniz gerekiyor.\nlgili kayt formunu mnde, \"Yardm - Kayt...\" altnda bulabilirsiniz.\nKullanc verilerini gerekten deitirmek istiyor musunuz?";
    Message[ language_user1 ] = " ";
};

 // RID_SVXSTR_FIELDUNIT_TABLE --------------------------------------------

StringArray RID_SVXSTR_FIELDUNIT_TABLE
{
    ItemList =
    {
        < "Millimeter" ; FUNIT_MM ; > ;
        < "Zentimeter" ; FUNIT_CM ; > ;
        < "Meter" ; FUNIT_M ; > ;
        < "Kilometer" ; FUNIT_KM ; > ;
        < "Zoll" ; FUNIT_INCH ; > ;
        < "Fu" ; FUNIT_FOOT ; > ;
        < "Meilen" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Point" ; FUNIT_POINT ; > ;
    };
    ItemList [ English ] =
    {
        < "Millimeter" ; FUNIT_MM ; > ;
        < "Zentimeter" ; FUNIT_CM ; > ;
        < "Meter" ; FUNIT_M ; > ;
        < "Kilometer" ; FUNIT_KM ; > ;
        < "Zoll" ; FUNIT_INCH ; > ;
        < "Fu" ; FUNIT_FOOT ; > ;
        < "Meilen" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Point" ; FUNIT_POINT ; > ;
    };
    ItemList [ norwegian ] =
    {
        < "Millimeter" ; FUNIT_MM ; > ;
        < "Zentimeter" ; FUNIT_CM ; > ;
        < "Meter" ; FUNIT_M ; > ;
        < "Kilometer" ; FUNIT_KM ; > ;
        < "Zoll" ; FUNIT_INCH ; > ;
        < "Fu" ; FUNIT_FOOT ; > ;
        < "Meilen" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Point" ; FUNIT_POINT ; > ;
    };
    ItemList [ italian ] =
    {
        < "Millimetro" ; FUNIT_MM ; > ;
        < "Centimetro" ; FUNIT_CM ; > ;
        < "Metro" ; FUNIT_M ; > ;
        < "Chilometro" ; FUNIT_KM ; > ;
        < "Pollice" ; FUNIT_INCH ; > ;
        < "piede" ; FUNIT_FOOT ; > ;
        < "miglia" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Punti" ; FUNIT_POINT ; > ;
    };
    ItemList [ portuguese_brazilian ] =
    {
        < "Millimeter" ; FUNIT_MM ; > ;
        < "Zentimeter" ; FUNIT_CM ; > ;
        < "Meter" ; FUNIT_M ; > ;
        < "Kilometer" ; FUNIT_KM ; > ;
        < "Zoll" ; FUNIT_INCH ; > ;
        < "Fu" ; FUNIT_FOOT ; > ;
        < "Meilen" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Ponto" ; FUNIT_POINT ; > ;
    };
    ItemList [ portuguese ] =
    {
        < "Milmetro" ; FUNIT_MM ; > ;
        < "Centmetro" ; FUNIT_CM ; > ;
        < "Metro" ; FUNIT_M ; > ;
        < "Quilmetro" ; FUNIT_KM ; > ;
        < "Polegada" ; FUNIT_INCH ; > ;
        < "P" ; FUNIT_FOOT ; > ;
        < "Milhas" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Ponto" ; FUNIT_POINT ; > ;
    };
    ItemList [ french ] =
    {
        < "Millimtre" ; FUNIT_MM ; > ;
        < "Centimtre" ; FUNIT_CM ; > ;
        < "Mtre" ; FUNIT_M ; > ;
        < "Kilomtre" ; FUNIT_KM ; > ;
        < "Pouce" ; FUNIT_INCH ; > ;
        < "Pied" ; FUNIT_FOOT ; > ;
        < "Miles" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Point" ; FUNIT_POINT ; > ;
    };
    ItemList [ dutch ] =
    {
        < "Millimeter" ; FUNIT_MM ; > ;
        < "Centimeter" ; FUNIT_CM ; > ;
        < "Meter" ; FUNIT_M ; > ;
        < "Kilometer" ; FUNIT_KM ; > ;
        < "Duim" ; FUNIT_INCH ; > ;
        < "Voet" ; FUNIT_FOOT ; > ;
        < "Mijlen" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Punt" ; FUNIT_POINT ; > ;
    };
    ItemList [ spanish ] =
    {
        < "Milmetro" ; FUNIT_MM ; > ;
        < "Centmetro" ; FUNIT_CM ; > ;
        < "Metro" ; FUNIT_M ; > ;
        < "Kilmetro" ; FUNIT_KM ; > ;
        < "Pulgadas" ; FUNIT_INCH ; > ;
        < "Pie" ; FUNIT_FOOT ; > ;
        < "Millas" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Punto" ; FUNIT_POINT ; > ;
    };
    ItemList [ danish ] =
    {
        < "Millimeter" ; FUNIT_MM ; > ;
        < "Centimeter" ; FUNIT_CM ; > ;
        < "Meter" ; FUNIT_M ; > ;
        < "Kilometer" ; FUNIT_KM ; > ;
        < "Tommer" ; FUNIT_INCH ; > ;
        < "Fod" ; FUNIT_FOOT ; > ;
        < "Mil" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Punkt" ; FUNIT_POINT ; > ;
    };
    ItemList [ swedish ] =
    {
        < "Millimeter" ; FUNIT_MM ; > ;
        < "Centimeter" ; FUNIT_CM ; > ;
        < "Meter" ; FUNIT_M ; > ;
        < "Kilometer" ; FUNIT_KM ; > ;
        < "Tum" ; FUNIT_INCH ; > ;
        < "Fot" ; FUNIT_FOOT ; > ;
        < "Mil" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Punkt" ; FUNIT_POINT ; > ;
    };
    ItemList [ finnish ] =
    {
        < "Millimeter" ; FUNIT_MM ; > ;
        < "Zentimeter" ; FUNIT_CM ; > ;
        < "Meter" ; FUNIT_M ; > ;
        < "Kilometer" ; FUNIT_KM ; > ;
        < "Zoll" ; FUNIT_INCH ; > ;
        < "Fu" ; FUNIT_FOOT ; > ;
        < "Meilen" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Point" ; FUNIT_POINT ; > ;
    };
    ItemList [ english_us ] =
    {
        < "Millimeter" ; FUNIT_MM ; > ;
        < "Centimeter" ; FUNIT_CM ; > ;
        < "Meter" ; FUNIT_M ; > ;
        < "Kilometer" ; FUNIT_KM ; > ;
        < "Inch" ; FUNIT_INCH ; > ;
        < "Foot" ; FUNIT_FOOT ; > ;
        < "Miles" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "Point" ; FUNIT_POINT ; > ;
    };
    ItemList [ chinese_simplified ] =
    {
        < "" ; FUNIT_MM ; > ;
        < "" ; FUNIT_CM ; > ;
        < "" ; FUNIT_M ; > ;
        < "" ; FUNIT_KM ; > ;
        < "Ӣ" ; FUNIT_INCH ; > ;
        < "Ӣ" ; FUNIT_FOOT ; > ;
        < "Ӣ" ; FUNIT_MILE ; > ;
        < "Ƥַ" ; FUNIT_PICA ; > ;
        < "" ; FUNIT_POINT ; > ;
    };
    ItemList [ russian ] =
    {
        < "" ; FUNIT_MM ; > ;
        < "" ; FUNIT_CM ; > ;
        < "" ; FUNIT_M ; > ;
        < "" ; FUNIT_KM ; > ;
        < "" ; FUNIT_INCH ; > ;
        < "" ; FUNIT_FOOT ; > ;
        < "" ; FUNIT_MILE ; > ;
        < "" ; FUNIT_PICA ; > ;
        < "" ; FUNIT_POINT ; > ;
    };
    ItemList [ polish ] =
    {
        < "Milimetr" ; FUNIT_MM ; > ;
        < "Centymetr" ; FUNIT_CM ; > ;
        < "Metr" ; FUNIT_M ; > ;
        < "Kilometr" ; FUNIT_KM ; > ;
        < "Cal" ; FUNIT_INCH ; > ;
        < "Stopa" ; FUNIT_FOOT ; > ;
        < "Mile" ; FUNIT_MILE ; > ;
        < "Cycero" ; FUNIT_PICA ; > ;
        < "Point" ; FUNIT_POINT ; > ;
    };
    ItemList [ japanese ] =
    {
        < "Ұ" ; FUNIT_MM ; > ;
        < "Ұ" ; FUNIT_CM ; > ;
        < "Ұ" ; FUNIT_M ; > ;
        < "Ұ" ; FUNIT_KM ; > ;
        < "" ; FUNIT_INCH ; > ;
        < "̨" ; FUNIT_FOOT ; > ;
        < "ϲ" ; FUNIT_MILE ; > ;
        < "߲" ; FUNIT_PICA ; > ;
        < "߲" ; FUNIT_POINT ; > ;
    };
    ItemList [ chinese_traditional ] =
    {
        < "@" ; FUNIT_MM ; > ;
        < "" ; FUNIT_CM ; > ;
        < "" ; FUNIT_M ; > ;
        < "" ; FUNIT_KM ; > ;
        < "^o" ; FUNIT_INCH ; > ;
        < "^" ; FUNIT_FOOT ; > ;
        < "^" ; FUNIT_MILE ; > ;
        < "֥ir" ; FUNIT_PICA ; > ;
        < "I" ; FUNIT_POINT ; > ;
    };
    ItemList [ arabic ] =
    {
        < "" ; FUNIT_MM ; > ;
        < "" ; FUNIT_CM ; > ;
        < "" ; FUNIT_M ; > ;
        < "" ; FUNIT_KM ; > ;
        < "" ; FUNIT_INCH ; > ;
        < "" ; FUNIT_FOOT ; > ;
        < "" ; FUNIT_MILE ; > ;
        < "" ; FUNIT_PICA ; > ;
        < "" ; FUNIT_POINT ; > ;
    };
    ItemList [ greek ] =
    {
        < "" ; FUNIT_MM ; > ;
        < "" ; FUNIT_CM ; > ;
        < "" ; FUNIT_M ; > ;
        < "" ; FUNIT_KM ; > ;
        < "" ; FUNIT_INCH ; > ;
        < "" ; FUNIT_FOOT ; > ;
        < "" ; FUNIT_MILE ; > ;
        < "Pica" ; FUNIT_PICA ; > ;
        < "" ; FUNIT_POINT ; > ;
    };
    ItemList [ korean ] =
    {
        < "и" ; FUNIT_MM ; > ;
        < "Ƽ" ; FUNIT_CM ; > ;
        < "" ; FUNIT_M ; > ;
        < "ųι" ; FUNIT_KM ; > ;
        < "ġ" ; FUNIT_INCH ; > ;
        < "Ʈ" ; FUNIT_FOOT ; > ;
        < "" ; FUNIT_MILE ; > ;
        < "Ŀ" ; FUNIT_PICA ; > ;
        < "Ʈ" ; FUNIT_POINT ; > ;
    };
    ItemList [ turkish ] =
    {
        < "Milimetre" ; FUNIT_MM ; > ;
        < "Santimetre" ; FUNIT_CM ; > ;
        < "Metre" ; FUNIT_M ; > ;
        < "Kilometre" ; FUNIT_KM ; > ;
        < "n" ; FUNIT_INCH ; > ;
        < "Ft" ; FUNIT_FOOT ; > ;
        < "Mil" ; FUNIT_MILE ; > ;
        < "Pika" ; FUNIT_PICA ; > ;
        < "Nokta" ; FUNIT_POINT ; > ;
    };
 ItemList [ language_user1 ] =
    {
            < " " ; FUNIT_MM ; > ;
        < " " ; FUNIT_CM ; > ;
        < " " ; FUNIT_M ; > ;
        < " " ; FUNIT_KM ; > ;
        < " " ; FUNIT_INCH ; > ;
        < " " ; FUNIT_FOOT ; > ;
        < " " ; FUNIT_MILE ; > ;
        < " " ; FUNIT_PICA ; > ;
        < " " ; FUNIT_POINT ; > ;
    };
    };

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