en_Dsrt.xml
55.7 KB
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
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<identity>
<version number="$Revision: 1.13 $"/>
<generation date="$Date: 2009/06/15 03:46:24 $"/>
<language type="en"/>
<script type="Dsrt"/>
</identity>
<localeDisplayNames>
<languages>
<language type="an">๐๐๐ฒ๐๐ฑ๐๐จ๐</language>
<language type="apa">๐๐น๐ฐ๐ฝ๐จ ๐ข๐ฉ๐๐ถ๐ฎ๐พ</language>
<language type="ar">๐๐๐ฒ๐บ๐ฎ๐ฟ</language>
<language type="art">๐๐๐ป๐ฎ๐๐ฎ๐๐ฒ๐ ๐ข๐ฉ๐๐ถ๐ฎ๐พ</language>
<language type="bat">๐๐ช๐๐ป๐ฎ๐ฟ ๐ข๐ฉ๐๐ถ๐ฎ๐พ</language>
<language type="ber">๐๐ฒ๐๐บ๐ฒ๐</language>
<language type="bnt">๐๐ฐ๐๐ป๐ญ</language>
<language type="br">๐๐๐ฏ๐ป๐ฒ๐</language>
<language type="byn">๐๐๐ฎ๐</language>
<language type="ca">๐๐ช๐ป๐ฒ๐๐ช๐</language>
<language type="cel">๐๐ฏ๐๐ป๐ฎ๐ฟ ๐ข๐ฉ๐๐ถ๐ฎ๐พ</language>
<language type="chr">๐๐ฏ๐๐ฌ๐ฟ๐จ</language>
<language type="chy">๐๐ด๐ฐ๐</language>
<language type="co">๐๐ฌ๐๐
๐ฎ๐ฟ๐ฒ๐</language>
<language type="cop">๐๐ฌ๐น๐ป๐ฎ๐ฟ</language>
<language type="cpe">๐๐๐๐ฎ๐-๐บ๐ฉ๐
๐ป ๐๐๐จ๐ฌ๐ ๐ฌ๐ ๐๐ฎ๐พ๐ฎ๐</language>
<language type="cpf">๐๐๐ฏ๐๐ฝ-๐บ๐ฉ๐
๐ป ๐๐๐จ๐ฌ๐ ๐ฌ๐ ๐๐ฎ๐พ๐ฎ๐</language>
<language type="cr">๐๐๐จ</language>
<language type="crp">๐๐๐จ๐ฌ๐ ๐ฌ๐ ๐๐ฎ๐พ๐ฎ๐</language>
<language type="cs">๐๐ฏ๐ฟ</language>
<language type="cy">๐๐ฏ๐๐</language>
<language type="da">๐๐ฉ๐๐ฎ๐</language>
<language type="dak">๐๐ฒ๐ฟ๐ฌ๐ป๐ฒ</language>
<language type="de">๐๐ฒ๐๐๐๐ฒ</language>
<language type="dsb">๐ข๐ฌ๐ฒ๐ ๐๐ฌ๐๐บ๐จ๐ฒ๐</language>
<language type="dum">๐ฃ๐ฎ๐ผ๐ฒ๐ ๐๐ฒ๐ฝ</language>
<language type="egy">๐๐๐ฝ๐ฒ๐๐ป ๐๐พ๐ฎ๐น๐ฝ๐ฒ๐</language>
<language type="el">๐๐๐จ๐ฟ</language>
<language type="en">๐๐๐๐ฎ๐</language>
<language type="enm">๐ฃ๐ฎ๐ผ๐ฒ๐ ๐๐๐๐ฎ๐</language>
<language type="eo">๐๐
๐น๐ฏ๐๐ช๐๐ป๐ฌ</language>
<language type="es">๐๐น๐ฐ๐๐ฎ๐</language>
<language type="et">๐๐
๐ป๐ฌ๐๐จ๐ฒ๐</language>
<language type="eu">๐๐ฐ๐
๐ฟ</language>
<language type="fr">๐๐๐ฏ๐๐ฝ</language>
<language type="frm">๐ฃ๐ฎ๐ผ๐ฒ๐ ๐๐๐ฏ๐๐ฝ</language>
<language type="ga">๐๐๐ฎ๐</language>
<language type="gem">๐๐ฒ๐๐๐ฐ๐๐ฎ๐ฟ ๐ข๐ฉ๐๐ถ๐ฎ๐พ</language>
<language type="gil">๐๐ฎ๐๐บ๐ฏ๐๐ป๐จ๐</language>
<language type="gmh">๐ฃ๐ฎ๐ผ๐ฒ๐ ๐๐ด ๐๐ฒ๐๐๐ฒ๐</language>
<language type="got">๐๐ฑ๐๐ฎ๐ฟ</language>
<language type="grc">๐๐๐ฝ๐ฒ๐๐ป ๐๐๐จ๐ฟ</language>
<language type="gv">๐ฃ๐ฐ๐๐ฟ๐
</language>
<language type="haw">๐๐ฒ๐ถ๐ด๐ฒ๐</language>
<language type="hi">๐๐ฎ๐๐ผ๐จ</language>
<language type="hit">๐๐ฎ๐ป๐ด๐ป</language>
<language type="hr">๐๐๐ฌ๐ฉ๐๐ฒ๐</language>
<language type="ht">๐๐ฉ๐๐ฒ๐</language>
<language type="hy">๐๐๐๐จ๐๐จ๐ฒ๐</language>
<language type="ia">๐๐๐ป๐ฒ๐๐๐ฎ๐๐ถ๐ฒ</language>
<language type="id">๐๐๐ผ๐ฌ๐๐จ๐๐ฒ๐</language>
<language type="inc">๐๐๐ผ๐ฎ๐ฟ ๐ข๐ฉ๐๐ถ๐ฎ๐พ</language>
<language type="ine">๐๐๐ผ๐ฌ-๐๐ฏ๐๐ฌ๐น๐จ๐ฒ๐ ๐ข๐ฉ๐๐ถ๐ฎ๐พ</language>
<language type="is">๐๐
๐๐ฐ๐๐ผ๐ฎ๐ฟ</language>
<language type="it">๐๐ป๐ฐ๐๐ท๐ฒ๐</language>
<language type="ja">๐๐ฐ๐น๐ฒ๐๐จ๐</language>
<language type="jpr">๐๐ญ๐ผ๐จ๐ฌ-๐๐ฏ๐๐๐ฒ๐</language>
<language type="jrb">๐๐ญ๐ผ๐จ๐ฌ-๐๐๐ฒ๐บ๐ฎ๐ฟ</language>
<language type="jv">๐๐ช๐๐ฒ๐๐จ๐</language>
<language type="ka">๐๐ฌ๐๐พ๐ฒ๐</language>
<language type="km">๐๐ฒ๐๐ฏ๐</language>
<language type="ko">๐๐ฌ๐๐จ๐ฒ๐</language>
<language type="ku">๐๐ฒ๐๐ผ๐ฎ๐</language>
<language type="kut">๐ข๐ฐ๐ผ๐จ๐๐ฌ</language>
<language type="kw">๐๐ฌ๐๐๐ฎ๐</language>
<language type="la">๐ข๐ฐ๐ป๐ฎ๐</language>
<language type="lb">๐ข๐ฒ๐ฟ๐
๐ฏ๐๐บ๐ฒ๐๐๐ฎ๐</language>
<language type="lo">๐ข๐ต</language>
<language type="lv">๐ข๐ฐ๐ป๐๐จ๐ฒ๐</language>
<language type="mga">๐ฃ๐ฎ๐ผ๐ฒ๐ ๐๐๐ฎ๐</language>
<language type="mi">๐ฃ๐ต๐๐จ</language>
<language type="mis">๐ฃ๐ฎ๐
๐ฒ๐๐ฉ๐๐จ๐ฒ๐
๐ข๐ฉ๐๐ถ๐ฎ๐พ</language>
<language type="mk">๐ฃ๐ฐ๐
๐ฏ๐ผ๐ฌ๐๐จ๐ฒ๐</language>
<language type="mn">๐ฃ๐ฑ๐๐ฌ๐๐จ๐ฒ๐</language>
<language type="mnc">๐ฃ๐ฐ๐๐ฝ๐ญ</language>
<language type="mo">๐ฃ๐ฌ๐๐ผ๐ฉ๐๐จ๐ฒ๐</language>
<language type="moh">๐๐ฌ๐ธ๐ช๐ฟ</language>
<language type="mul">๐ฃ๐ฒ๐๐ป๐ฎ๐น๐ฒ๐ ๐ข๐ฉ๐๐ถ๐ฎ๐พ๐ฒ๐</language>
<language type="mus">๐๐๐จ๐ฟ</language>
<language type="my">๐๐ฒ๐๐๐จ๐</language>
<language type="myn">๐ฃ๐ด๐ฒ๐ ๐ข๐ฉ๐๐ถ๐ฎ๐พ</language>
<language type="nai">๐ค๐ฌ๐๐ ๐๐๐ฏ๐๐ฎ๐ฟ๐ฒ๐ ๐๐๐ผ๐จ๐ฒ๐ ๐ข๐ฉ๐๐ถ๐ฎ๐พ</language>
<language type="nap">๐ค๐จ๐ฒ๐น๐ฑ๐๐ฎ๐ป๐ฒ๐</language>
<language type="nds">๐ข๐ฌ ๐๐ฏ๐๐๐ฒ๐</language>
<language type="nl">๐๐ฒ๐ฝ</language>
<language type="nv">๐ค๐ช๐๐ฒ๐ธ๐ฌ</language>
<language type="tlh">๐๐๐ฎ๐๐ฑ๐</language>
<language type="zbl">๐๐๐ฎ๐
-๐
๐ฎ๐๐บ๐ฒ๐๐</language>
<language type="zh">๐๐ด๐๐จ๐</language>
<language type="zxx">๐ค๐ฌ ๐๐จ๐๐ถ๐ฎ๐
๐ป๐ฎ๐ฟ ๐ฟ๐ฑ๐๐ป๐ฏ๐๐ป</language>
</languages>
<scripts>
<script type="Arab">๐๐๐ฒ๐บ๐ฎ๐ฟ</script>
<script type="Armi">๐๐๐น๐ฎ๐๐จ๐ฒ๐ ๐๐๐ฒ๐๐ฉ๐ฎ๐ฟ</script>
<script type="Armn">๐๐๐๐จ๐๐จ๐ฒ๐</script>
<script type="Avst">๐๐๐ฏ๐
๐ป๐ฒ๐</script>
<script type="Bali">๐๐ช๐๐ฒ๐๐จ๐</script>
<script type="Batk">๐๐ฒ๐ป๐ช๐ฟ</script>
<script type="Beng">๐๐ฏ๐๐๐ช๐๐จ</script>
<script type="Blis">๐๐๐ฎ๐
๐ฎ๐๐บ๐ฒ๐๐</script>
<script type="Bopo">๐๐ฑ๐น๐ฑ๐๐ฑ๐๐ฑ</script>
<script type="Brah">๐๐๐ช๐๐จ</script>
<script type="Brai">๐๐๐ฉ๐</script>
<script type="Bugi">๐๐ญ๐๐ฎ๐๐จ๐</script>
<script type="Buhd">๐๐ญ๐ธ๐ฎ๐ผ</script>
<script type="Cakm">๐๐ช๐ฟ๐๐ฒ</script>
<script type="Cans">๐๐ญ๐๐ฎ๐๐ด๐ผ ๐๐ฒ๐๐ฉ๐ผ๐จ๐ฒ๐ ๐๐บ๐ฌ๐๐ฎ๐พ๐ฒ๐๐ฒ๐ ๐๐ฎ๐๐ฐ๐บ๐ฎ๐ฟ๐
</script>
<script type="Cari">๐๐ฑ๐๐จ๐ฒ๐</script>
<script type="Cham">๐๐ฐ๐</script>
<script type="Cher">๐๐ฏ๐๐ฌ๐ฟ๐จ</script>
<script type="Cirt">๐๐ฒ๐๐</script>
<script type="Copt">๐๐ฑ๐น๐ป๐ฎ๐ฟ</script>
<script type="Cprt">๐๐ฎ๐น๐๐จ๐ฒ๐ป</script>
<script type="Cyrl">๐๐ฒ๐๐ฎ๐๐ฎ๐ฟ</script>
<script type="Cyrs">๐๐๐ผ ๐๐ฒ๐๐ฝ ๐๐๐ฒ๐๐ฑ๐๐ฎ๐ฟ ๐๐ฒ๐๐ฎ๐๐ฎ๐ฟ</script>
<script type="Deva">๐๐ฉ๐๐ฒ๐๐ช๐๐ฒ๐๐จ</script>
<script type="Dsrt">๐๐ฏ๐๐ฒ๐๐ฏ๐ป</script>
<script type="Egyd">๐๐พ๐ฎ๐น๐ฝ๐ฒ๐ ๐ผ๐ฒ๐๐ฑ๐ป๐ฎ๐ฟ</script>
<script type="Egyh">๐๐พ๐ฎ๐น๐ฝ๐ฒ๐ ๐ธ๐ด๐๐ฐ๐ป๐ฎ๐ฟ</script>
<script type="Egyp">๐๐พ๐ฎ๐น๐ฝ๐ฒ๐ ๐ธ๐ด๐๐ฌ๐๐๐ฎ๐๐ฎ๐ฟ๐
</script>
<script type="Ethi">๐๐๐จ๐ช๐น๐ฎ๐ฟ</script>
<script type="Geok">๐๐ฑ๐๐พ๐ฒ๐ ๐๐ณ๐ป๐
๐ญ๐๐จ</script>
<script type="Geor">๐๐ฌ๐๐พ๐ฒ๐</script>
<script type="Glag">๐๐๐ฐ๐๐ฌ๐๐ฎ๐ป๐ฎ๐ฟ</script>
<script type="Goth">๐๐ฑ๐๐ฎ๐ฟ</script>
<script type="Grek">๐๐๐จ๐ฟ</script>
<script type="Gujr">๐๐ณ๐พ๐ฒ๐๐ช๐ผ๐จ</script>
<script type="Guru">๐๐ณ๐๐๐ฒ๐ฟ๐จ</script>
<script type="Hang">๐๐ช๐๐๐ฒ๐</script>
<script type="Hani">๐๐ช๐</script>
<script type="Hano">๐๐ฒ๐๐ญ๐ฒ๐๐ญ</script>
<script type="Hans">๐๐ฎ๐๐น๐๐ฎ๐๐ด๐ผ ๐๐ช๐</script>
<script type="Hant">๐๐๐ฒ๐ผ๐ฎ๐๐ฒ๐๐ฒ๐ ๐๐ช๐</script>
<script type="Hebr">๐๐จ๐บ๐๐ญ</script>
<script type="Hira">๐๐ฎ๐๐ฒ๐๐ช๐๐ฒ</script>
<script type="Hrkt">๐๐ช๐ป๐ฒ๐ฟ๐ช๐๐ฒ ๐ฌ๐ ๐๐ฎ๐๐ฒ๐๐ช๐๐ฒ</script>
<script type="Hung">๐๐๐ผ ๐๐ฒ๐๐ฉ๐๐จ๐ฒ๐</script>
<script type="Inds">๐๐๐ผ๐ฒ๐
</script>
<script type="Ital">๐๐๐ผ ๐๐ป๐ฐ๐๐ฎ๐ฟ</script>
<script type="Java">๐๐ช๐๐ฒ๐๐จ๐</script>
<script type="Jpan">๐๐ช๐น๐ฒ๐๐จ๐</script>
<script type="Kali">๐๐ช๐ท๐ช ๐ข๐จ</script>
<script type="Kana">๐๐ช๐ป๐ฒ๐ฟ๐ช๐๐ฒ</script>
<script type="Khar">๐๐ฒ๐๐ฌ๐๐๐จ</script>
<script type="Khmr">๐๐ฒ๐๐ฏ๐</script>
<script type="Knda">๐๐ช๐๐ฒ๐ผ๐ฒ</script>
<script type="Kore">๐๐ฌ๐๐จ๐ฒ๐</script>
<script type="Kthi">๐๐ด๐ฎ๐ป๐จ</script>
<script type="Lana">๐ข๐ช๐๐ฒ</script>
<script type="Laoo">๐ข๐ต</script>
<script type="Latf">๐๐๐ฐ๐ฟ๐ป๐ฒ๐ ๐ข๐ฐ๐ป๐ฎ๐</script>
<script type="Latg">๐๐ฉ๐๐ฎ๐ฟ ๐ข๐ฐ๐ป๐ฎ๐</script>
<script type="Latn">๐ข๐ฐ๐ป๐ฎ๐</script>
<script type="Lepc">๐ข๐ฏ๐น๐ฝ๐ฒ</script>
<script type="Limb">๐ข๐ฎ๐๐บ๐ญ</script>
<script type="Lina">๐ข๐ฎ๐๐จ๐ฒ๐ ๐</script>
<script type="Linb">๐ข๐ฎ๐๐จ๐ฒ๐ ๐</script>
<script type="Lyci">๐ข๐ฎ๐๐ฒ๐</script>
<script type="Lydi">๐ข๐ฎ๐ผ๐จ๐ฒ๐</script>
<script type="Mand">๐ฃ๐ฐ๐๐ผ๐จ๐ฒ๐</script>
<script type="Mani">๐ฃ๐ฐ๐๐ฒ๐ฟ๐จ๐ฒ๐</script>
<script type="Maya">๐ฃ๐ด๐ฒ๐ ๐ธ๐ด๐๐ฌ๐๐๐ฎ๐๐ฎ๐ฟ</script>
<script type="Mero">๐ฃ๐ฏ๐๐ฌ๐ฎ๐ป๐ฎ๐ฟ</script>
<script type="Mlym">๐ฃ๐ฒ๐๐ฉ๐ฒ๐๐ช๐</script>
<script type="Mong">๐ฃ๐ฑ๐๐ฌ๐๐จ๐ฒ๐</script>
<script type="Moon">๐ฃ๐ญ๐</script>
<script type="Mtei">๐ฃ๐ฉ๐ป๐ฉ ๐ฃ๐ด๐ฏ๐ฟ</script>
<script type="Mymr">๐ฃ๐จ๐ฒ๐๐๐ช๐</script>
<script type="Nkoo">๐คโ๐๐ฌ</script>
<script type="Ogam">๐๐ฒ๐</script>
<script type="Olck">๐๐ ๐๐จ๐ฟ๐จ</script>
<script type="Orkh">๐๐๐ฟ๐ฑ๐</script>
<script type="Orya">๐๐๐จ๐ฒ</script>
<script type="Osma">๐๐
๐๐ช๐๐ท๐ช</script>
<script type="Perm">๐๐๐ผ ๐๐ฏ๐๐๐ฎ๐ฟ</script>
<script type="Phli">๐๐๐
๐ฟ๐๐ฎ๐น๐๐ฒ๐๐ฒ๐ ๐๐ช๐๐ฒ๐๐จ</script>
<script type="Phlp">๐๐ฑ๐๐ป๐ฒ๐ ๐๐ช๐๐ฒ๐๐จ</script>
<script type="Phlv">๐๐ณ๐ฟ ๐๐ช๐๐ฒ๐๐จ</script>
<script type="Phnx">๐๐ฌ๐๐จ๐๐ฒ๐</script>
<script type="Plrd">๐๐ฑ๐๐ฒ๐๐ผ ๐๐ฌ๐๐ฏ๐ป๐ฎ๐ฟ</script>
<script type="Prti">๐๐๐
๐ฟ๐๐ฎ๐น๐๐ฒ๐๐ฒ๐ ๐๐ฑ๐๐๐จ๐ฒ๐</script>
<script type="Qaai">๐๐๐ธ๐ฏ๐๐ฎ๐ป๐ฒ๐ผ</script>
<script type="Rjng">๐ก๐ฒ๐พ๐ฐ๐</script>
<script type="Roro">๐ก๐ช๐๐๐ฌ๐๐ช๐๐๐ฌ</script>
<script type="Runr">๐ก๐ญ๐๐ฎ๐ฟ</script>
<script type="Samr">๐๐ฒ๐๐ฏ๐๐ฒ๐ป๐ฒ๐</script>
<script type="Sara">๐๐ช๐๐ช๐ฎ๐ป๐จ</script>
<script type="Saur">๐๐ฐ๐ญ๐๐ช๐๐ป๐๐ช</script>
<script type="Sgnw">๐๐ด๐ ๐ก๐ด๐ป๐จ๐</script>
<script type="Shaw">๐๐ฉ๐๐จ๐ฒ๐</script>
<script type="Sinh">๐๐ฎ๐๐ธ๐ช๐๐ฒ</script>
<script type="Sund">๐๐ฒ๐๐ผ๐ฒ๐๐จ๐</script>
<script type="Sylo">๐๐ด๐๐ฑ๐ป๐จ ๐ค๐ฐ๐๐๐จ</script>
<script type="Syrc">๐๐ฎ๐๐จ๐ฐ๐ฟ</script>
<script type="Syre">๐๐
๐ป๐๐ช๐๐พ๐ฏ๐๐ฌ ๐๐ฎ๐๐จ๐ฐ๐ฟ</script>
<script type="Syrj">๐๐ฏ๐
๐ป๐ฒ๐๐ ๐๐ฎ๐๐จ๐ฐ๐ฟ</script>
<script type="Syrn">๐๐
๐ป๐ฒ๐๐ ๐๐ฎ๐๐จ๐ฐ๐ฟ</script>
<script type="Tagb">๐๐ฒ๐๐บ๐ช๐๐ถ๐ช</script>
<script type="Tale">๐๐ด ๐ข๐ฏ</script>
<script type="Talu">๐ค๐ญ ๐๐ด ๐ข๐ญ๐ฏ</script>
<script type="Taml">๐๐ฐ๐๐ฎ๐</script>
<script type="Tavt">๐๐ด ๐๐จ๐ฏ๐ป</script>
<script type="Telu">๐๐ฏ๐๐ญ๐๐ญ</script>
<script type="Teng">๐๐ฏ๐๐ถ๐ช๐</script>
<script type="Tfng">๐๐ฎ๐๐ฎ๐๐ช</script>
<script type="Tglg">๐๐ฒ๐๐ช๐๐ฒ๐</script>
<script type="Thaa">๐๐ช๐ฑ๐๐ฒ</script>
<script type="Thai">๐๐ด</script>
<script type="Tibt">๐๐ฎ๐บ๐ฏ๐ป๐ฒ๐</script>
<script type="Ugar">๐๐ญ๐๐ฒ๐๐ฎ๐ป๐ฎ๐ฟ</script>
<script type="Vaii">๐๐ด</script>
<script type="Visp">๐๐ฑ๐๐ฑ๐บ๐ฒ๐ ๐๐น๐จ๐ฝ</script>
<script type="Xpeo">๐๐๐ผ ๐๐ฒ๐๐๐ฒ๐</script>
<script type="Xsux">๐๐ญ๐๐ฏ๐๐ฌ-๐๐ฟ๐ฉ๐ผ๐จ๐ฒ๐ ๐๐ท๐ญ๐๐จ๐ฒ๐๐ฑ๐๐</script>
<script type="Yiii">๐๐จ</script>
<script type="Zmth">๐ฃ๐ฐ๐๐ฒ๐๐ฐ๐ป๐ฒ๐ฟ๐ฒ๐ ๐ค๐ฌ๐ป๐ฉ๐๐ฒ๐</script>
<script type="Zsym">๐ฃ๐ฐ๐๐ฏ๐๐ฐ๐ป๐ฎ๐ฟ๐ฒ๐ ๐๐ฌ๐ป๐ฉ๐๐ฒ๐</script>
<script type="Zxxx">๐๐๐๐ฎ๐ป๐ฒ๐</script>
<script type="Zyyy">๐๐ฑ๐๐ฒ๐</script>
<script type="Zzzz">๐๐๐ฌ๐ ๐ฌ๐ ๐๐๐๐ฐ๐๐ฎ๐ผ ๐๐ฟ๐๐ฎ๐น๐ป</script>
</scripts>
<territories>
<territory type="001">๐๐ฒ๐๐๐ผ</territory>
<territory type="002">๐๐๐๐ฒ๐ฟ๐ฒ</territory>
<territory type="003">๐ค๐ฑ๐๐ ๐๐๐ฏ๐๐ฒ๐ฟ๐ฒ</territory>
<territory type="005">๐๐ต๐ ๐๐๐ฏ๐๐ฒ๐ฟ๐ฒ</territory>
<territory type="009">๐๐๐จ๐ฐ๐๐จ๐ฒ</territory>
<territory type="011">๐๐ฏ๐
๐ป๐ฒ๐๐ ๐๐๐๐ฒ๐ฟ๐ฒ</territory>
<territory type="013">๐๐ฏ๐๐ป๐๐ฒ๐ ๐๐๐ฏ๐๐ฒ๐ฟ๐ฒ</territory>
<territory type="014">๐๐
๐ป๐ฒ๐๐ ๐๐๐๐ฒ๐ฟ๐ฒ</territory>
<territory type="015">๐ค๐ฑ๐๐๐ฒ๐๐ ๐๐๐๐ฒ๐ฟ๐ฒ</territory>
<territory type="017">๐ฃ๐ฎ๐ผ๐ ๐๐๐๐ฎ๐ฟ๐ฒ</territory>
<territory type="018">๐๐ฒ๐๐ฒ๐๐ ๐๐๐๐ฒ๐ฟ๐ฒ</territory>
<territory type="019">๐๐๐ฏ๐๐ฒ๐ฟ๐ฒ๐</territory>
<territory type="021">๐ค๐ฑ๐๐๐ฒ๐๐ ๐๐๐ฏ๐๐ฒ๐ฟ๐ฒ</territory>
<territory type="029">๐๐ฏ๐๐ฒ๐บ๐จ๐ฒ๐</territory>
<territory type="030">๐๐
๐ป๐ฒ๐๐ ๐๐๐ฒ</territory>
<territory type="034">๐๐ฒ๐๐ฒ๐๐ ๐๐๐ฒ</territory>
<territory type="035">๐๐ต๐-๐๐
๐ป๐ฒ๐๐ ๐๐๐ฒ</territory>
<territory type="039">๐๐ฒ๐๐ฒ๐๐ ๐๐ฒ๐๐ฒ๐น</territory>
<territory type="053">๐๐
๐ป๐๐ฉ๐๐จ๐ฒ ๐ฐ๐๐ผ ๐ค๐ญ ๐๐จ๐๐ฒ๐๐ผ</territory>
<territory type="054">๐ฃ๐ฏ๐๐ฒ๐๐จ๐๐ฒ</territory>
<territory type="057">๐ฃ๐ด๐ฟ๐๐ฒ๐๐จ๐๐ฒ๐ ๐ก๐จ๐พ๐ฒ๐</territory>
<territory type="061">๐๐ช๐๐ฒ๐๐จ๐๐ฒ</territory>
<territory type="062">๐๐ต๐-๐๐ฏ๐๐ป๐๐ฒ๐ ๐๐๐ฒ</territory>
<territory type="142">๐๐๐ฒ</territory>
<territory type="143">๐๐ฏ๐๐ป๐๐ฒ๐ ๐๐๐ฒ</territory>
<territory type="145">๐๐ฏ๐
๐ป๐ฒ๐๐ ๐๐๐ฒ</territory>
<territory type="150">๐๐ฒ๐๐ฒ๐น</territory>
<territory type="151">๐๐
๐ป๐ฒ๐๐ ๐๐ฒ๐๐ฒ๐น</territory>
<territory type="154">๐ค๐ฑ๐๐๐ฒ๐๐ ๐๐ฒ๐๐ฒ๐น</territory>
<territory type="155">๐๐ฏ๐
๐ป๐ฒ๐๐ ๐๐ฒ๐๐ฒ๐น</territory>
<territory type="172">๐๐ช๐๐ฒ๐๐ถ๐ฏ๐๐ ๐ฒ๐ ๐๐๐ผ๐ฒ๐น๐ฏ๐๐ผ๐ฒ๐๐ป ๐๐ป๐ฉ๐ป๐
</territory>
<territory type="200">๐๐ฏ๐ฟ๐ฌ๐
๐๐ฌ๐๐ช๐ฟ๐จ๐ฒ</territory>
<territory type="419">๐ข๐ฐ๐ป๐ ๐๐๐ฏ๐๐ฒ๐ฟ๐ฒ ๐ฐ๐๐ผ ๐ ๐๐ฏ๐๐ฒ๐บ๐จ๐ฒ๐</territory>
<territory type="830">๐๐ฐ๐๐ฒ๐ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="AD">๐๐๐ผ๐ฑ๐๐ฒ</territory>
<territory type="AE">๐๐ญ๐๐ด๐ผ๐ฎ๐ผ ๐๐๐ฒ๐บ ๐๐๐ฒ๐๐ฉ๐ป๐
</territory>
<territory type="AF">๐๐๐๐ฐ๐๐ฒ๐
๐ป๐ฐ๐</territory>
<territory type="AG">๐๐๐ป๐จ๐๐ถ๐ฒ ๐ฐ๐๐ผ ๐๐ช๐๐บ๐ท๐ญ๐ผ๐ฒ</territory>
<territory type="AI">๐๐๐๐ถ๐ฎ๐๐ฒ</territory>
<territory type="AL">๐๐๐บ๐ฉ๐๐จ๐ฒ</territory>
<territory type="AM">๐๐๐๐จ๐๐จ๐ฒ</territory>
<territory type="AN">๐ค๐ฏ๐๐ฒ๐๐๐ฒ๐๐ผ๐ ๐๐๐ป๐ฎ๐๐จ๐</territory>
<territory type="AO">๐๐๐๐ฌ๐๐ฒ</territory>
<territory type="AQ">๐๐๐ป๐ช๐๐ฟ๐ป๐ฎ๐ฟ๐ฒ</territory>
<territory type="AR">๐๐๐พ๐ฒ๐๐ป๐จ๐๐ฒ</territory>
<territory type="AS">๐๐๐ฏ๐๐ฒ๐ฟ๐ฒ๐ ๐๐ฒ๐๐ฌ๐ฒ</territory>
<territory type="AT">๐๐
๐ป๐๐จ๐ฒ</territory>
<territory type="AU">๐๐
๐ป๐๐ฉ๐๐จ๐ฒ</territory>
<territory type="AW">๐๐๐ญ๐บ๐ฒ</territory>
<territory type="AX">๐๐๐ฐ๐๐ผ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="AZ">๐๐๐ฒ๐๐บ๐ด๐๐ช๐</territory>
<territory type="BA">๐๐ฑ๐๐๐จ๐ฒ ๐ฐ๐๐ผ ๐๐ฒ๐๐ป๐
๐ฒ๐๐ฌ๐๐จ๐๐ฒ</territory>
<territory type="BB">๐๐ช๐๐บ๐ฉ๐ผ๐ฌ๐
</territory>
<territory type="BD">๐๐ช๐๐๐๐ฒ๐ผ๐ฏ๐</territory>
<territory type="BE">๐๐ฏ๐๐พ๐ฒ๐</territory>
<territory type="BF">๐๐ฒ๐๐ฟ๐ฉ๐๐ฒ ๐๐ฐ๐
๐ฌ</territory>
<territory type="BG">๐๐ฒ๐๐๐ฏ๐๐จ๐ฒ</territory>
<territory type="BH">๐๐ช๐๐ฉ๐</territory>
<territory type="BI">๐๐ฒ๐๐ณ๐๐ผ๐จ</territory>
<territory type="BJ">๐๐ฒ๐๐จ๐</territory>
<territory type="BL">๐๐ฉ๐๐ป ๐๐ช๐๐ป๐ฉ๐๐ฒ๐๐จ</territory>
<territory type="BM">๐๐ฒ๐๐๐ท๐ญ๐ผ๐ฒ</territory>
<territory type="BN">๐๐๐ญ๐๐ด</territory>
<territory type="BO">๐๐ฌ๐๐ฎ๐๐จ๐ฒ</territory>
<territory type="BQ">๐๐๐ฎ๐ผ๐ฎ๐ ๐๐๐ป๐ช๐๐ฟ๐ป๐ฎ๐ฟ ๐๐ฏ๐๐ฒ๐ป๐ฑ๐๐จ</territory>
<territory type="BR">๐๐๐ฒ๐๐ฎ๐</territory>
<territory type="BS">๐๐ฒ๐ธ๐ช๐๐ฒ๐
</territory>
<territory type="BT">๐๐ญ๐ป๐ช๐</territory>
<territory type="BV">๐๐ญ๐๐ฉ ๐๐๐ฒ๐๐ผ</territory>
<territory type="BW">๐๐ช๐ป๐
๐ถ๐ช๐๐ฒ</territory>
<territory type="BY">๐๐ฏ๐๐ฒ๐๐ญ๐
</territory>
<territory type="BZ">๐๐ฒ๐๐จ๐</territory>
<territory type="CA">๐๐ฐ๐๐ฒ๐ผ๐ฒ</territory>
<territory type="CC">๐๐ฌ๐ฟ๐ฌ๐ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="CD">๐๐ช๐๐๐ฌ - ๐๐ฒ๐๐๐ช๐
๐ฒ</territory>
<territory type="CF">๐๐ฏ๐๐ป๐๐ฒ๐ ๐๐๐๐ฒ๐ฟ๐ฒ๐ ๐ก๐จ๐น๐ฒ๐บ๐๐ฎ๐ฟ</territory>
<territory type="CG">๐๐ช๐๐๐ฌ - ๐๐๐ช๐๐ฒ๐๐ฎ๐</territory>
<territory type="CH">๐๐ถ๐ฎ๐ป๐
๐ฒ๐๐๐ฒ๐๐ผ</territory>
<territory type="CI">๐๐๐๐จ ๐๐ฌ๐
๐ป</territory>
<territory type="CK">๐๐ณ๐ฟ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="CL">๐๐จ๐๐ฉ</territory>
<territory type="CM">๐๐ฐ๐๐ฒ๐๐ญ๐</territory>
<territory type="CN">๐๐ด๐๐ฒ</territory>
<territory type="CO">๐๐ฒ๐๐ฒ๐๐บ๐จ๐ฒ</territory>
<territory type="CR">๐๐ฑ๐
๐ป๐ฒ ๐ก๐จ๐ฟ๐ฒ</territory>
<territory type="CS">๐๐ฒ๐๐บ๐จ๐ฒ ๐ฐ๐๐ผ ๐ฃ๐ช๐๐ฒ๐๐จ๐๐๐ฌ</territory>
<territory type="CT">๐๐ฐ๐๐ป๐ช๐ ๐ฐ๐๐ผ ๐๐๐ผ๐ฒ๐๐บ๐ฏ๐๐จ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="CU">๐๐ท๐ญ๐บ๐ฒ</territory>
<territory type="CV">๐๐ฉ๐น ๐๐ฏ๐๐ผ๐จ</territory>
<territory type="CX">๐๐๐ฎ๐
๐๐ฒ๐
๐๐๐ฒ๐๐ผ</territory>
<territory type="CY">๐๐ด๐น๐๐ฒ๐
</territory>
<territory type="CZ">๐๐ฏ๐ฟ ๐ก๐จ๐น๐ฒ๐บ๐๐ฎ๐ฟ</territory>
<territory type="DD">๐๐
๐ป ๐๐ฒ๐๐๐ฒ๐๐จ</territory>
<territory type="DE">๐๐ฒ๐๐๐ฒ๐๐จ</territory>
<territory type="DJ">๐๐ฒ๐บ๐ญ๐ผ๐จ</territory>
<territory type="DK">๐๐ฏ๐๐๐ช๐๐ฟ</territory>
<territory type="DM">๐๐ช๐๐ฒ๐๐จ๐ฟ๐ฒ</territory>
<territory type="DO">๐๐ฒ๐๐ฎ๐๐ฒ๐ฟ๐ฒ๐ ๐ก๐จ๐น๐ฒ๐บ๐๐ฎ๐ฟ</territory>
<territory type="DZ">๐๐๐พ๐ฎ๐๐จ๐ฒ</territory>
<territory type="EC">๐๐ฟ๐ถ๐ฒ๐ผ๐ฑ๐</territory>
<territory type="EE">๐๐
๐ป๐ฌ๐๐จ๐ฒ</territory>
<territory type="EG">๐๐พ๐ฒ๐น๐ป</territory>
<territory type="EH">๐๐ฏ๐
๐ป๐ฒ๐๐ ๐๐ฒ๐ธ๐ฑ๐๐ฒ</territory>
<territory type="ER">๐๐๐ฎ๐ป๐๐จ๐ฒ</territory>
<territory type="ES">๐๐น๐ฉ๐</territory>
<territory type="ET">๐๐๐จ๐ฌ๐น๐จ๐ฒ</territory>
<territory type="FI">๐๐ฎ๐๐๐ฒ๐๐ผ</territory>
<territory type="FJ">๐๐จ๐พ๐จ</territory>
<territory type="FK">๐๐ช๐๐ฟ๐๐ฒ๐๐ผ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="FM">๐ฃ๐ด๐ฟ๐๐ฒ๐๐จ๐๐ฒ</territory>
<territory type="FO">๐๐ฏ๐๐ฌ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="FQ">๐๐๐ฏ๐๐ฝ ๐๐ฒ๐๐ฒ๐๐ ๐ฐ๐๐ผ ๐๐๐ป๐ช๐๐ฟ๐ป๐ฎ๐ฟ ๐๐ฏ๐๐ฒ๐ป๐ฑ๐๐จ๐</territory>
<territory type="FR">๐๐๐ฐ๐๐
</territory>
<territory type="FX">๐ฃ๐ฏ๐ป๐๐ฒ๐น๐ช๐๐ฒ๐ป๐ฒ๐ ๐๐๐ฐ๐๐
</territory>
<territory type="GA">๐๐ฒ๐บ๐ช๐</territory>
<territory type="GB">๐๐ญ๐๐ด๐ป๐ฒ๐ผ ๐๐จ๐๐ผ๐ฒ๐</territory>
<territory type="GD">๐๐๐ฒ๐๐ฉ๐ผ๐ฒ</territory>
<territory type="GE">๐๐ฑ๐๐พ๐ฒ</territory>
<territory type="GF">๐๐๐ฏ๐๐ฝ ๐๐จ๐ช๐๐ฒ</territory>
<territory type="GG">๐๐ฒ๐๐๐๐จ</territory>
<territory type="GH">๐๐ช๐๐ฒ</territory>
<territory type="GI">๐๐ฒ๐บ๐๐ฑ๐๐ป๐ฒ๐</territory>
<territory type="GL">๐๐๐จ๐๐๐ฒ๐๐ผ</territory>
<territory type="GM">๐๐ฐ๐๐บ๐จ๐ฒ</territory>
<territory type="GN">๐๐ฎ๐๐จ</territory>
<territory type="GP">๐๐ถ๐ช๐ผ๐ฒ๐๐ญ๐น</territory>
<territory type="GQ">๐๐ฟ๐ถ๐ฒ๐ป๐ฑ๐๐จ๐ฒ๐ ๐๐ฎ๐๐จ</territory>
<territory type="GR">๐๐๐จ๐
</territory>
<territory type="GS">๐๐ต๐ ๐๐ฑ๐๐พ๐ฒ ๐ฐ๐๐ผ ๐ ๐๐ต๐ ๐๐ฐ๐๐ผ๐ถ๐ฎ๐ฝ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="GT">๐๐ถ๐ช๐ผ๐ฒ๐๐ช๐๐ฒ</territory>
<territory type="GU">๐๐ถ๐ช๐</territory>
<territory type="GW">๐๐ฎ๐๐จ-๐๐ฎ๐
๐ต</territory>
<territory type="GY">๐๐ด๐ฐ๐๐ฒ</territory>
<territory type="HK">๐๐ฌ๐ ๐๐ฌ๐ ๐๐๐ก ๐๐ด๐๐ฒ</territory>
<territory type="HM">๐๐ฒ๐๐ผ ๐๐๐ฒ๐๐ผ ๐ฐ๐๐ผ ๐ฃ๐ฟ๐๐ฑ๐๐ฒ๐๐ผ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="HN">๐๐ช๐๐ผ๐ญ๐๐ฒ๐
</territory>
<territory type="HR">๐๐๐ฌ๐ฉ๐๐ฒ</territory>
<territory type="HT">๐๐ฉ๐ป๐จ</territory>
<territory type="HU">๐๐ฒ๐๐๐ฒ๐๐จ</territory>
<territory type="ID">๐๐๐ผ๐ฒ๐๐จ๐๐ฒ</territory>
<territory type="IE">๐๐๐๐ฒ๐๐ผ</territory>
<territory type="IL">๐๐๐๐จ๐ฒ๐</territory>
<territory type="IM">๐๐ฒ๐ ๐ฒ๐ ๐ฃ๐ฐ๐</territory>
<territory type="IN">๐๐๐ผ๐จ๐ฒ</territory>
<territory type="IO">๐๐๐ฎ๐ผ๐ฎ๐ ๐๐๐ผ๐จ๐ฒ๐ ๐๐๐ฒ๐ ๐๐ฏ๐๐ฒ๐ป๐ฑ๐๐จ</territory>
<territory type="IQ">๐๐๐ฐ๐ฟ</territory>
<territory type="IR">๐๐๐ช๐</territory>
<territory type="IS">๐๐
๐๐ฒ๐๐ผ</territory>
<territory type="IT">๐๐ป๐ฒ๐๐จ</territory>
<territory type="JE">๐๐ฒ๐๐๐จ</territory>
<territory type="JM">๐๐ฒ๐๐ฉ๐ฟ๐ฒ</territory>
<territory type="JO">๐๐ฑ๐๐ผ๐ฒ๐</territory>
<territory type="JP">๐๐ฒ๐น๐ฐ๐</territory>
<territory type="JT">๐๐ช๐๐
๐ป๐ฒ๐ ๐๐๐ฒ๐๐ผ</territory>
<territory type="KE">๐๐ฏ๐๐ท๐ฒ</territory>
<territory type="KG">๐๐ฎ๐๐๐ฒ๐
๐ป๐ฐ๐</territory>
<territory type="KH">๐๐ฐ๐๐บ๐ฌ๐ผ๐จ๐ฒ</territory>
<territory type="KI">๐๐ฎ๐๐ฒ๐บ๐ช๐ป๐จ</territory>
<territory type="KM">๐๐ช๐๐ฒ๐๐ฌ๐</territory>
<territory type="KN">๐๐ฉ๐๐ป ๐๐ฎ๐ป๐
๐ฐ๐๐ผ ๐ค๐จ๐๐ฎ๐
</territory>
<territory type="KP">๐ค๐ฑ๐๐ ๐๐ฒ๐๐จ๐ฒ</territory>
<territory type="KR">๐๐ต๐ ๐๐ฒ๐๐จ๐ฒ</territory>
<territory type="KW">๐๐ฒ๐ถ๐ฉ๐ป</territory>
<territory type="KY">๐๐ฉ๐๐ฒ๐ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="KZ">๐๐ฒ๐๐ช๐ฟ๐
๐ป๐ช๐</territory>
<territory type="LA">๐ข๐ช๐ฌ๐
</territory>
<territory type="LB">๐ข๐ฏ๐บ๐ฒ๐๐ช๐</territory>
<territory type="LI">๐ข๐ฎ๐ฟ๐ป๐ฒ๐๐
๐ป๐ด๐</territory>
<territory type="LK">๐๐๐จ ๐ข๐ฐ๐๐ฟ๐ฒ</territory>
<territory type="LR">๐ข๐ด๐บ๐ฎ๐๐จ๐ฒ</territory>
<territory type="LS">๐ข๐ฒ๐
๐ฌ๐๐ฌ</territory>
<territory type="LT">๐ข๐ฎ๐๐ฒ๐ถ๐ฉ๐๐จ๐ฒ</territory>
<territory type="LU">๐ข๐ฒ๐ฟ๐
๐ฒ๐๐บ๐ฒ๐๐</territory>
<territory type="LV">๐ข๐ฐ๐ป๐๐จ๐ฒ</territory>
<territory type="LY">๐ข๐ฎ๐บ๐จ๐ฒ</territory>
<territory type="MA">๐ฃ๐ฒ๐๐ช๐ฟ๐ฌ</territory>
<territory type="MC">๐ฃ๐ช๐๐ฒ๐ฟ๐ฌ</territory>
<territory type="MD">๐ฃ๐ฑ๐๐ผ๐ฌ๐๐ฒ</territory>
<territory type="ME">๐ฃ๐ช๐๐ฒ๐๐จ๐๐๐ฌ</territory>
<territory type="MF">๐๐ฉ๐๐ป ๐ฃ๐ช๐๐ป๐</territory>
<territory type="MG">๐ฃ๐ฐ๐ผ๐ฒ๐๐ฐ๐
๐ฟ๐ฒ๐</territory>
<territory type="MH">๐ฃ๐ช๐๐๐ฒ๐ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="MI">๐ฃ๐ฎ๐ผ๐ถ๐ฉ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="MK">๐ฃ๐ฐ๐
๐ฒ๐ผ๐ฌ๐๐จ๐ฒ</territory>
<territory type="ML">๐ฃ๐ช๐๐จ</territory>
<territory type="MM">๐ฃ๐จ๐ฒ๐๐๐ช๐</territory>
<territory type="MN">๐ฃ๐ช๐๐๐ฌ๐๐จ๐ฒ</territory>
<territory type="MO">๐ฃ๐ฒ๐ฟ๐ต ๐๐๐ก ๐๐ด๐๐ฒ</territory>
<territory type="MP">๐ค๐ฑ๐๐๐ฒ๐๐ ๐ฃ๐ฐ๐๐จ๐ฑ๐๐ฒ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="MQ">๐ฃ๐ช๐๐ป๐๐จ๐ฟ</territory>
<territory type="MR">๐ฃ๐ฑ๐๐ฒ๐ป๐ฉ๐๐จ๐ฒ</territory>
<territory type="MS">๐ฃ๐ช๐๐ป๐
๐ฒ๐๐ช๐ป</territory>
<territory type="MT">๐ฃ๐ฑ๐๐ป๐ฒ</territory>
<territory type="MU">๐ฃ๐ฑ๐๐ฎ๐๐ฒ๐
</territory>
<territory type="MV">๐ฃ๐ช๐๐ผ๐จ๐๐</territory>
<territory type="MW">๐ฃ๐ฒ๐๐ช๐ถ๐จ</territory>
<territory type="MX">๐ฃ๐ฏ๐ฟ๐
๐ฒ๐ฟ๐ฌ</territory>
<territory type="MY">๐ฃ๐ฒ๐๐ฉ๐๐ฒ</territory>
<territory type="MZ">๐ฃ๐ฌ๐๐ฐ๐๐บ๐จ๐ฟ</territory>
<territory type="NA">๐ค๐ฒ๐๐ฎ๐บ๐จ๐ฒ</territory>
<territory type="NC">๐ค๐ญ ๐๐ฐ๐๐ฒ๐ผ๐ฌ๐๐ท๐ฒ</territory>
<territory type="NE">๐ค๐ด๐พ๐ฒ๐</territory>
<territory type="NF">๐ค๐ฑ๐๐๐ฒ๐ฟ ๐๐๐ฒ๐๐ผ</territory>
<territory type="NG">๐ค๐ด๐พ๐ฎ๐๐จ๐ฒ</territory>
<territory type="NI">๐ค๐ฎ๐ฟ๐ฒ๐๐ช๐๐ถ๐ฒ</territory>
<territory type="NL">๐ค๐ฏ๐๐ฒ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="NO">๐ค๐ฑ๐๐ถ๐ฉ</territory>
<territory type="NP">๐ค๐ฉ๐น๐ช๐</territory>
<territory type="NQ">๐๐๐ฑ๐๐ฎ๐ ๐ฃ๐ฑ๐ผ ๐ข๐ฐ๐๐ผ</territory>
<territory type="NR">๐ค๐ช๐ญ๐๐ญ</territory>
<territory type="NT">๐ค๐ญ๐ป๐๐ฒ๐ ๐๐ฌ๐</territory>
<territory type="NU">๐ค๐ท๐ญ๐ฉ</territory>
<territory type="NZ">๐ค๐ญ ๐๐จ๐๐ฒ๐๐ผ</territory>
<territory type="OM">๐๐๐ฒ๐</territory>
<territory type="PA">๐๐ฐ๐๐ฒ๐๐ช</territory>
<territory type="PC">๐๐ฒ๐
๐ฎ๐๐ฎ๐ฟ ๐๐๐ฒ๐๐ผ๐ ๐๐๐ฒ๐
๐ป ๐๐ฏ๐๐ฒ๐ป๐ฑ๐๐จ</territory>
<territory type="PE">๐๐ฒ๐๐ญ</territory>
<territory type="PF">๐๐๐ฏ๐๐ฝ ๐๐ช๐๐ฒ๐๐จ๐๐ฒ</territory>
<territory type="PG">๐๐ฐ๐น๐ท๐ณ๐ฒ ๐ค๐ญ ๐๐ฎ๐๐จ</territory>
<territory type="PH">๐๐ฎ๐๐ฒ๐น๐จ๐๐</territory>
<territory type="PK">๐๐ฐ๐ฟ๐ฒ๐
๐ป๐ฐ๐</territory>
<territory type="PL">๐๐ฌ๐๐ฒ๐๐ผ</territory>
<territory type="PM">๐๐ฉ๐๐ป ๐๐จ๐ฏ๐ ๐ฐ๐๐ผ ๐ฃ๐จ๐ฟ๐ฒ๐๐ช๐</territory>
<territory type="PN">๐๐ฎ๐ป๐ฟ๐ฏ๐๐</territory>
<territory type="PR">๐๐ถ๐ฏ๐๐ป๐ฌ ๐ก๐จ๐ฟ๐ฌ</territory>
<territory type="PS">๐๐ฐ๐๐ฒ๐
๐ป๐ฎ๐๐จ๐ฒ๐ ๐๐ฏ๐๐ฒ๐ป๐ฑ๐๐จ</territory>
<territory type="PT">๐๐ฑ๐๐ฝ๐ฒ๐๐ฒ๐</territory>
<territory type="PU">๐.๐. ๐ฃ๐ฎ๐
๐ฒ๐๐ฉ๐๐จ๐ฒ๐
๐๐ฒ๐
๐ฎ๐๐ฎ๐ฟ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="PW">๐๐ฒ๐๐ต</territory>
<territory type="PY">๐๐ฏ๐๐ฒ๐๐ถ๐ด</territory>
<territory type="PZ">๐๐ฐ๐๐ฒ๐๐ช ๐๐ฒ๐๐ฐ๐ ๐๐ฌ๐</territory>
<territory type="QA">๐๐ฒ๐ป๐ช๐</territory>
<territory type="QO">๐๐ป๐๐ด๐ฎ๐ ๐๐๐จ๐ฐ๐๐จ๐ฒ</territory>
<territory type="QU">๐๐ฒ๐๐ฒ๐น๐จ๐ฒ๐ ๐๐ญ๐๐ท๐ฒ๐</territory>
<territory type="RE">๐ก๐จ๐ท๐ญ๐๐ท๐ฒ๐</territory>
<territory type="RO">๐ก๐ฌ๐๐ฉ๐๐จ๐ฒ</territory>
<territory type="RS">๐๐ฒ๐๐บ๐จ๐ฒ</territory>
<territory type="RU">๐ก๐ฒ๐๐ฒ</territory>
<territory type="RW">๐ก๐ฒ๐ถ๐ช๐๐ผ๐ฒ</territory>
<territory type="SA">๐๐ต๐ผ๐จ ๐๐๐ฉ๐บ๐จ๐ฒ</territory>
<territory type="SB">๐๐ช๐๐ฒ๐๐ฒ๐ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="SC">๐๐ฉ๐๐ฏ๐๐</territory>
<territory type="SD">๐๐ญ๐ผ๐ฐ๐</territory>
<territory type="SE">๐๐ถ๐จ๐ผ๐</territory>
<territory type="SG">๐๐ฎ๐๐ฒ๐น๐ฑ๐</territory>
<territory type="SH">๐๐ฉ๐๐ป ๐๐ฏ๐๐ฒ๐๐ฒ</territory>
<territory type="SI">๐๐๐ฌ๐๐จ๐๐จ๐ฒ</territory>
<territory type="SJ">๐๐๐ช๐๐บ๐ช๐๐ผ ๐ฐ๐๐ผ ๐๐ฐ๐ ๐ฃ๐ด๐ฒ๐</territory>
<territory type="SK">๐๐๐ฌ๐๐ช๐ฟ๐จ๐ฒ</territory>
<territory type="SL">๐๐จ๐ฏ๐๐ฒ ๐ข๐จ๐ฌ๐</territory>
<territory type="SM">๐๐ช๐ ๐ฃ๐ฒ๐๐จ๐๐ฌ</territory>
<territory type="SN">๐๐ฏ๐๐ฒ๐๐ฑ๐</territory>
<territory type="SO">๐๐ฒ๐๐ช๐๐จ๐ฒ</territory>
<territory type="SR">๐๐ญ๐๐ฒ๐๐ช๐</territory>
<territory type="ST">๐๐ต ๐๐ฌ๐ ๐ฐ๐๐ผ ๐๐๐ฎ๐๐ฝ๐ฎ๐น๐ฉ</territory>
<territory type="SU">๐๐ญ๐๐ท๐ฒ๐ ๐ฒ๐ ๐๐ฌ๐๐จ๐ฏ๐ป ๐๐ฌ๐๐ฒ๐๐ฎ๐
๐ป ๐ก๐จ๐น๐ฒ๐บ๐๐ฎ๐ฟ๐
</territory>
<territory type="SV">๐๐ ๐๐ฐ๐๐๐ฒ๐ผ๐ฑ๐</territory>
<territory type="SY">๐๐ฎ๐๐จ๐ฒ</territory>
<territory type="SZ">๐๐ถ๐ช๐๐จ๐๐ฐ๐๐ผ</territory>
<territory type="TC">๐๐ฒ๐๐ฟ๐
๐ฐ๐๐ผ ๐๐ด๐ฟ๐ฌ๐ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="TD">๐๐ฐ๐ผ</territory>
<territory type="TF">๐๐๐ฏ๐๐ฝ ๐๐ฒ๐๐ฒ๐๐ ๐๐ฏ๐๐ฒ๐ป๐ฑ๐๐จ๐</territory>
<territory type="TG">๐๐ฌ๐๐ฌ</territory>
<territory type="TH">๐๐ด๐๐ฐ๐๐ผ</territory>
<territory type="TJ">๐๐ฒ๐พ๐จ๐ฟ๐ฒ๐
๐ป๐ฐ๐</territory>
<territory type="TK">๐๐ฌ๐ฟ๐ฏ๐๐ต</territory>
<territory type="TL">๐๐
๐ป ๐๐จ๐๐ฑ๐</territory>
<territory type="TM">๐๐ฒ๐๐ฟ๐๐ฏ๐๐ฒ๐
๐ป๐ฐ๐</territory>
<territory type="TO">๐๐ช๐๐๐ฒ</territory>
<territory type="TR">๐๐ฒ๐๐ฟ๐จ</territory>
<territory type="TT">๐๐๐ฎ๐๐ฎ๐ผ๐ฐ๐ผ ๐ฐ๐๐ผ ๐๐ฒ๐บ๐ฉ๐๐ฌ</territory>
<territory type="TV">๐๐ฒ๐๐ช๐๐ญ</territory>
<territory type="TW">๐๐ด๐ถ๐ช๐</territory>
<territory type="TZ">๐๐ฐ๐๐๐ฒ๐๐จ๐ฒ</territory>
<territory type="UG">๐๐ญ๐๐ฐ๐๐ผ๐ฒ</territory>
<territory type="UM">๐๐ญ๐๐ฐ๐ฎ๐ป๐ฒ๐ผ ๐๐ป๐ฉ๐ป๐
๐ฃ๐ด๐๐ฌ๐ ๐๐ป๐๐ด๐จ๐ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="US">๐๐ญ๐๐ด๐ป๐ฒ๐ผ ๐๐ป๐ฉ๐ป๐
</territory>
<territory type="UY">๐๐ณ๐๐ฒ๐๐ถ๐ด</territory>
<territory type="UZ">๐
๐๐บ๐ฏ๐ฟ๐ฒ๐
๐ป๐ฐ๐</territory>
<territory type="VA">๐๐ฐ๐ผ๐ฒ๐ฟ๐ฒ๐</territory>
<territory type="VC">๐๐ฉ๐๐ป ๐๐ฎ๐๐
๐ฒ๐๐ป ๐ฐ๐๐ผ ๐ ๐๐๐ฏ๐๐ฒ๐ผ๐จ๐๐</territory>
<territory type="VD">๐ค๐ฑ๐๐ ๐๐จ๐ฏ๐ป๐๐ช๐</territory>
<territory type="VG">๐๐๐ฎ๐ผ๐ฎ๐ ๐๐ฒ๐๐พ๐ฒ๐ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="VI">๐.๐. ๐๐ฒ๐๐พ๐ฒ๐ ๐๐๐ฒ๐๐ผ๐</territory>
<territory type="VN">๐๐จ๐ฏ๐ป๐๐ช๐</territory>
<territory type="VU">๐๐ช๐๐ณ๐ช๐ผ๐ญ</territory>
<territory type="WF">๐๐ช๐๐ฎ๐
๐ฐ๐๐ผ ๐๐ญ๐ป๐ญ๐๐ฒ</territory>
<territory type="WK">๐๐ฉ๐ฟ ๐๐๐ฒ๐๐ผ</territory>
<territory type="WS">๐๐ฒ๐๐ฌ๐ฒ</territory>
<territory type="YD">๐๐จ๐น๐ฒ๐๐ ๐๐ฏ๐๐ฒ๐ฟ๐๐ฐ๐ผ๐ฎ๐ฟ ๐ก๐จ๐น๐ฒ๐บ๐๐ฎ๐ฟ ๐ฒ๐ ๐๐ฏ๐๐ฒ๐</territory>
<territory type="YE">๐๐ฏ๐๐ฒ๐</territory>
<territory type="YT">๐ฃ๐ช๐ท๐ฑ๐ป</territory>
<territory type="ZA">๐๐ต๐ ๐๐๐๐ฒ๐ฟ๐ฒ</territory>
<territory type="ZM">๐๐ฐ๐๐บ๐จ๐ฒ</territory>
<territory type="ZW">๐๐ฎ๐๐บ๐ช๐บ๐ถ๐ฉ</territory>
<territory type="ZZ">๐๐๐ฌ๐ ๐ฌ๐ ๐๐๐๐ฐ๐๐ฎ๐ผ ๐ก๐จ๐พ๐ฒ๐</territory>
</territories>
<variants>
<variant type="1901">๐๐๐ฒ๐ผ๐ฎ๐๐ฒ๐๐ ๐๐ฒ๐๐๐ฒ๐ ๐ฑ๐๐๐ช๐๐๐ฒ๐๐จ</variant>
<variant type="1996">๐๐ฒ๐๐๐ฒ๐ ๐ฑ๐๐๐ช๐๐๐ฒ๐๐จ ๐ฒ๐ 1996</variant>
<variant type="1606NICT">๐ข๐ฉ๐ป ๐ฃ๐ฎ๐ผ๐ ๐๐๐ฏ๐๐ฝ ๐ป๐ญ 1606</variant>
<variant type="1694ACAD">๐๐๐๐จ ๐ฃ๐ช๐ผ๐ฒ๐๐ ๐๐๐ฏ๐๐ฝ</variant>
<variant type="AREVELA">๐๐
๐ป๐ฒ๐๐ ๐๐๐๐จ๐๐จ๐ฒ๐</variant>
<variant type="AREVMDA">๐๐ฏ๐
๐ป๐ฒ๐๐ ๐๐๐๐จ๐๐จ๐ฒ๐</variant>
<variant type="BAKU1926">๐๐ญ๐๐ฒ๐๐ด๐ผ ๐๐ฒ๐๐ฟ๐ฎ๐ฟ ๐ข๐ฐ๐ป๐ ๐๐๐๐ฒ๐บ๐ฒ๐ป</variant>
<variant type="FONIPA">๐๐๐ ๐๐ฌ๐๐ฏ๐ป๐ฎ๐ฟ๐
</variant>
<variant type="MONOTON">๐ฃ๐ช๐๐ฒ๐ป๐ช๐๐ฎ๐ฟ</variant>
<variant type="POLYTON">๐๐ฑ๐๐จ๐ป๐ฑ๐๐ฎ๐ฟ</variant>
<variant type="POSIX">๐๐ฒ๐๐น๐ท๐ญ๐ป๐ฏ๐</variant>
<variant type="REVISED">๐ก๐ฒ๐๐ด๐๐ผ ๐๐๐๐ช๐๐๐ฒ๐๐จ</variant>
<variant type="SCOTLAND">๐๐ฟ๐ช๐ผ๐ฎ๐ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐๐๐ฎ๐</variant>
</variants>
<measurementSystemNames>
<measurementSystemName type="metric">๐๐ฏ๐ป๐๐ฎ๐ฟ</measurementSystemName>
<measurementSystemName type="US">๐๐</measurementSystemName>
</measurementSystemNames>
</localeDisplayNames>
<characters>
<exemplarCharacters>[๐จ-๐]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[a-z]</exemplarCharacters>
<exemplarCharacters type="currencySymbol">[a-z]</exemplarCharacters>
</characters>
<dates>
<calendars>
<calendar type="gregorian">
<months>
<monthContext type="format">
<monthWidth type="abbreviated">
<month type="1">๐๐ฐ๐</month>
<month type="2">๐๐ฏ๐บ</month>
<month type="3">๐ฃ๐ช๐</month>
<month type="4">๐๐น๐</month>
<month type="5">๐ฃ๐ฉ</month>
<month type="6">๐๐ญ๐</month>
<month type="7">๐๐ญ๐</month>
<month type="8">๐๐</month>
<month type="9">๐๐ฏ๐น</month>
<month type="10">๐๐ฟ๐ป</month>
<month type="11">๐ค๐ฌ๐</month>
<month type="12">๐๐จ๐
</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1">๐</month>
<month type="2">๐</month>
<month type="3">๐ฃ</month>
<month type="4">๐</month>
<month type="5">๐ฃ</month>
<month type="6">๐</month>
<month type="7">๐</month>
<month type="8">๐</month>
<month type="9">๐</month>
<month type="10">๐</month>
<month type="11">๐ค</month>
<month type="12">๐</month>
</monthWidth>
<monthWidth type="wide">
<month type="1">๐๐ฐ๐๐ท๐ญ๐ฏ๐๐จ</month>
<month type="2">๐๐ฏ๐บ๐๐ญ๐ฏ๐๐จ</month>
<month type="3">๐ฃ๐ช๐๐ฝ</month>
<month type="4">๐๐น๐๐ฎ๐</month>
<month type="5">๐ฃ๐ฉ</month>
<month type="6">๐๐ญ๐</month>
<month type="7">๐๐ญ๐๐ด</month>
<month type="8">๐๐๐ฒ๐
๐ป</month>
<month type="9">๐๐ฏ๐น๐ป๐ฏ๐๐บ๐ฒ๐</month>
<month type="10">๐๐ฟ๐ป๐ฌ๐บ๐ฒ๐</month>
<month type="11">๐ค๐ฌ๐๐ฏ๐๐บ๐ฒ๐</month>
<month type="12">๐๐จ๐
๐ฏ๐๐บ๐ฒ๐</month>
</monthWidth>
</monthContext>
<monthContext type="stand-alone">
<monthWidth type="abbreviated">
<month type="1">๐๐ฐ๐</month>
<month type="3">๐ฃ๐ช๐</month>
<month type="4">๐๐น๐</month>
<month type="5">๐ฃ๐ฉ</month>
<month type="6">๐๐ญ๐</month>
<month type="7">๐๐ญ๐</month>
<month type="8">๐๐</month>
<month type="9">๐๐ฏ๐น</month>
<month type="10">๐๐ฟ๐ป</month>
<month type="11">๐ค๐ฌ๐</month>
<month type="12">๐๐จ๐
</month>
</monthWidth>
<monthWidth type="narrow">
<month type="1">๐</month>
<month type="2">๐</month>
<month type="3">๐ฃ</month>
<month type="4">๐</month>
<month type="5">๐ฃ</month>
<month type="6">๐</month>
<month type="7">๐</month>
<month type="8">๐</month>
<month type="9">๐</month>
<month type="10">๐</month>
<month type="11">๐ค</month>
<month type="12">๐</month>
</monthWidth>
<monthWidth type="wide">
<month type="1">๐๐ฐ๐๐ท๐ญ๐ฏ๐๐จ</month>
<month type="3">๐ฃ๐ช๐๐ฝ</month>
<month type="4">๐๐น๐๐ฎ๐</month>
<month type="5">๐ฃ๐ฉ</month>
<month type="6">๐๐ญ๐</month>
<month type="7">๐๐ญ๐๐ด</month>
<month type="8">๐๐๐ฒ๐
๐ป</month>
<month type="9">๐๐ฏ๐น๐ป๐ฏ๐๐บ๐ฒ๐</month>
<month type="10">๐๐ฟ๐ป๐ฌ๐บ๐ฒ๐</month>
<month type="11">๐ค๐ฌ๐๐ฏ๐๐บ๐ฒ๐</month>
<month type="12">๐๐จ๐
๐ฏ๐๐บ๐ฒ๐</month>
</monthWidth>
</monthContext>
</months>
<days>
<dayContext type="format">
<dayWidth type="abbreviated">
<day type="sun">๐๐ฒ๐</day>
<day type="mon">๐ฃ๐ฒ๐</day>
<day type="tue">๐๐ญ๐</day>
<day type="wed">๐๐ฏ๐</day>
<day type="thu">๐๐ฒ๐</day>
<day type="fri">๐๐๐ด</day>
<day type="sat">๐๐ฐ๐ป</day>
</dayWidth>
<dayWidth type="wide">
<day type="sun">๐๐ฒ๐๐ผ๐ฉ</day>
<day type="mon">๐ฃ๐ฒ๐๐ผ๐ฉ</day>
<day type="tue">๐๐ญ๐๐ผ๐ฉ</day>
<day type="wed">๐๐ฏ๐๐๐ผ๐ฉ</day>
<day type="thu">๐๐ฒ๐๐๐ผ๐ฉ</day>
<day type="fri">๐๐๐ด๐ผ๐ฉ</day>
<day type="sat">๐๐ฐ๐ป๐ฒ๐๐ผ๐ฉ</day>
</dayWidth>
</dayContext>
<dayContext type="stand-alone">
<dayWidth type="narrow">
<day type="sun">๐</day>
<day type="mon">๐ฃ</day>
<day type="tue">๐</day>
<day type="wed">๐</day>
<day type="thu">๐</day>
<day type="fri">๐</day>
<day type="sat">๐</day>
</dayWidth>
</dayContext>
</days>
<quarters>
<quarterContext type="format">
<quarterWidth type="abbreviated">
<quarter type="1">๐1</quarter>
<quarter type="2">๐2</quarter>
<quarter type="3">๐3</quarter>
<quarter type="4">๐4</quarter>
</quarterWidth>
<quarterWidth type="wide">
<quarter type="1">1๐
๐ป ๐ฟ๐ถ๐ช๐๐ป๐ฒ๐</quarter>
<quarter type="2">2๐๐ผ ๐ฟ๐ถ๐ช๐๐ป๐ฒ๐</quarter>
<quarter type="3">3๐๐ผ ๐ฟ๐ถ๐ช๐๐ป๐ฒ๐</quarter>
<quarter type="4">4๐๐ ๐ฟ๐ถ๐ช๐๐ป๐ฒ๐</quarter>
</quarterWidth>
</quarterContext>
</quarters>
<am>๐๐ฃ</am>
<pm>๐๐ฃ</pm>
<eras>
<eraNames>
<era type="0">๐๐ฒ๐๐ฌ๐ ๐๐๐ด๐
๐ป</era>
<era type="1">๐๐๐ฌ ๐๐ฑ๐๐ฎ๐๐จ</era>
</eraNames>
<eraAbbr>
<era type="0">๐๐</era>
<era type="1">๐๐</era>
</eraAbbr>
<eraNarrow>
<era type="0">๐</era>
<era type="1">๐</era>
</eraNarrow>
</eras>
<fields>
<field type="era">
<displayName>๐๐๐ฒ</displayName>
</field>
<field type="year">
<displayName>๐๐จ๐</displayName>
</field>
<field type="month">
<displayName>๐ฃ๐ฒ๐๐</displayName>
</field>
<field type="week">
<displayName>๐๐จ๐ฟ</displayName>
</field>
<field type="day">
<displayName>๐๐ฉ</displayName>
<relative type="-3">๐๐๐จ ๐ผ๐ฉ๐ ๐ฒ๐๐ฌ</relative>
<relative type="-2">๐ ๐ผ๐ฉ ๐บ๐ฒ๐๐ฌ๐ ๐ท๐ฏ๐
๐ป๐ฒ๐๐ผ๐ฉ</relative>
<relative type="-1">๐๐ฏ๐
๐ป๐ฒ๐๐ผ๐ฉ</relative>
<relative type="0">๐๐ฒ๐ผ๐ฉ</relative>
<relative type="1">๐๐ฒ๐๐ฑ๐๐ฌ</relative>
<relative type="2">๐ ๐ผ๐ฉ ๐ฐ๐๐ป๐ฒ๐ ๐ป๐ฒ๐๐ฑ๐๐ฌ</relative>
<relative type="3">๐๐๐จ ๐ผ๐ฉ๐ ๐๐๐ฒ๐ ๐๐ต</relative>
</field>
<field type="weekday">
<displayName>๐๐ฉ ๐ฒ๐ ๐ ๐๐จ๐ฟ</displayName>
</field>
<field type="dayperiod">
<displayName>๐๐ฃ/๐๐ฃ</displayName>
</field>
<field type="hour">
<displayName>๐๐</displayName>
</field>
<field type="minute">
<displayName>๐ฃ๐ฎ๐๐ฒ๐ป</displayName>
</field>
<field type="second">
<displayName>๐๐ฏ๐ฟ๐ฒ๐๐ผ</displayName>
</field>
<field type="zone">
<displayName>๐๐ฌ๐</displayName>
</field>
</fields>
</calendar>
</calendars>
<timeZoneNames>
<gmtFormat>๐๐ฃ๐ {0}</gmtFormat>
<gmtZeroFormat>๐๐ฃ๐</gmtZeroFormat>
<regionFormat>{0} ๐๐ด๐</regionFormat>
<zone type="Etc/Unknown">
<exemplarCity>๐๐๐๐ฌ๐</exemplarCity>
</zone>
<zone type="Antarctica/South_Pole">
<exemplarCity>๐๐ต๐ ๐๐ฌ๐</exemplarCity>
</zone>
<zone type="Pacific/Midway">
<exemplarCity>๐ฃ๐ฎ๐ผ๐ถ๐ฉ</exemplarCity>
</zone>
<zone type="Pacific/Johnston">
<exemplarCity>๐๐ช๐๐
๐ป๐ฒ๐</exemplarCity>
</zone>
<zone type="Pacific/Wake">
<exemplarCity>๐๐ฉ๐ฟ</exemplarCity>
</zone>
<zone type="America/Adak">
<exemplarCity>๐๐ผ๐ฐ๐ฟ</exemplarCity>
</zone>
<zone type="America/Nome">
<exemplarCity>๐ค๐ฌ๐</exemplarCity>
</zone>
<zone type="Pacific/Honolulu">
<exemplarCity>๐๐ช๐๐ฒ๐๐ญ๐๐ญ</exemplarCity>
</zone>
<zone type="America/Anchorage">
<exemplarCity>๐๐๐ฟ๐ฒ๐๐ฎ๐พ</exemplarCity>
</zone>
<zone type="America/Yakutat">
<exemplarCity>๐๐ฐ๐ฟ๐ญ๐ป๐ฐ๐ป</exemplarCity>
</zone>
<zone type="America/Juneau">
<exemplarCity>๐๐ญ๐๐ฌ</exemplarCity>
</zone>
<zone type="America/Los_Angeles">
<exemplarCity>๐ข๐ฑ๐
๐๐๐พ๐ฒ๐๐
</exemplarCity>
</zone>
<zone type="America/Boise">
<exemplarCity>๐๐ฑ๐ฎ๐๐จ</exemplarCity>
</zone>
<zone type="America/Phoenix">
<exemplarCity>๐๐จ๐๐ฎ๐ฟ๐
</exemplarCity>
</zone>
<zone type="America/Shiprock">
<exemplarCity>๐๐ฎ๐น๐๐ฑ๐ฟ</exemplarCity>
</zone>
<zone type="America/Denver">
<exemplarCity>๐๐ฏ๐๐๐ฒ๐</exemplarCity>
</zone>
<zone type="America/North_Dakota/New_Salem">
<exemplarCity>๐ค๐ญ ๐๐ฉ๐๐ฒ๐, ๐ค๐ฑ๐๐ ๐๐ฒ๐ฟ๐ฌ๐ผ๐ฒ</exemplarCity>
</zone>
<zone type="America/North_Dakota/Center">
<exemplarCity>๐๐ฏ๐๐ป๐ฒ๐, ๐ค๐ฑ๐๐ ๐๐ฒ๐ฟ๐ฌ๐ผ๐ฒ</exemplarCity>
</zone>
<zone type="America/Chicago">
<exemplarCity>๐๐ฎ๐ฟ๐ช๐๐ฌ</exemplarCity>
</zone>
<zone type="America/Menominee">
<exemplarCity>๐ฃ๐ฒ๐๐ช๐๐ฒ๐๐จ</exemplarCity>
</zone>
<zone type="America/Indiana/Vincennes">
<exemplarCity>๐๐ฎ๐๐
๐ฏ๐๐, ๐๐๐ผ๐จ๐ฐ๐๐ฒ</exemplarCity>
</zone>
<zone type="America/Indiana/Petersburg">
<exemplarCity>๐๐จ๐ป๐ฒ๐๐๐บ๐ฒ๐๐, ๐๐๐ผ๐จ๐ฐ๐๐ฒ</exemplarCity>
</zone>
<zone type="America/Indiana/Tell_City">
<exemplarCity>๐๐ฏ๐ ๐๐ฎ๐ผ๐จ, ๐๐๐ผ๐จ๐ฐ๐๐ฒ</exemplarCity>
</zone>
<zone type="America/Indiana/Knox">
<exemplarCity>๐ค๐ช๐ฟ๐
, ๐๐๐ผ๐จ๐ฐ๐๐ฒ</exemplarCity>
</zone>
<zone type="America/Indiana/Winamac">
<exemplarCity>๐๐ฎ๐๐ฒ๐๐ฐ๐ฟ, ๐๐๐ผ๐จ๐ฐ๐๐ฒ</exemplarCity>
</zone>
<zone type="America/Indiana/Marengo">
<exemplarCity>๐ฃ๐ฒ๐๐ฏ๐๐๐ฌ, ๐๐๐ผ๐จ๐ฐ๐๐ฒ</exemplarCity>
</zone>
<zone type="America/Indianapolis">
<exemplarCity>๐๐๐ผ๐จ๐ฒ๐๐ฐ๐น๐ฌ๐๐ฒ๐
</exemplarCity>
</zone>
<zone type="America/Louisville">
<exemplarCity>๐ข๐ญ๐ถ๐จ๐๐ฎ๐</exemplarCity>
</zone>
<zone type="America/Indiana/Vevay">
<exemplarCity>๐๐ฏ๐๐ฉ, ๐๐๐ผ๐จ๐ฐ๐๐ฒ</exemplarCity>
</zone>
<zone type="America/Kentucky/Monticello">
<exemplarCity>๐ฃ๐ช๐๐ป๐ฒ๐
๐ฏ๐๐ฌ, ๐๐ฒ๐๐ป๐ฒ๐ฟ๐จ</exemplarCity>
</zone>
<zone type="America/Detroit">
<exemplarCity>๐๐ฒ๐ป๐๐ฑ๐ฎ๐ป</exemplarCity>
</zone>
<zone type="America/New_York">
<exemplarCity>๐ค๐ญ ๐๐ฑ๐๐ฟ</exemplarCity>
</zone>
<metazone type="Alaska">
<long>
<generic>๐๐๐ฐ๐
๐ฟ๐ฒ๐๐ด๐</generic>
<standard>๐๐๐ฐ๐
๐ฟ๐ฒ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐ด๐</standard>
<daylight>๐๐๐ฐ๐
๐ฟ๐ฒ๐๐ฉ๐๐ด๐ป ๐๐ด๐</daylight>
</long>
<short>
<generic>๐๐๐</generic>
<standard>๐๐๐๐</standard>
<daylight>๐๐๐๐</daylight>
</short>
</metazone>
<metazone type="Alaska_Hawaii">
<long>
<generic>๐๐๐ฐ๐
๐ฟ๐ฒ-๐๐ฒ๐ถ๐ด๐จ ๐๐ด๐</generic>
<standard>๐๐๐ฐ๐
๐ฟ๐ฒ-๐๐ฒ๐ถ๐ด๐จ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐ด๐</standard>
<daylight>๐๐๐ฐ๐
๐ฟ๐ฒ-๐๐ฒ๐ถ๐ด๐จ ๐๐ฉ๐๐ด๐ป ๐๐ด๐</daylight>
</long>
<short>
<generic>๐๐๐</generic>
<standard>๐๐๐๐</standard>
<daylight>๐๐๐๐</daylight>
</short>
</metazone>
<metazone type="America_Central">
<long>
<generic>๐๐ฏ๐๐ป๐๐ฒ๐ ๐๐ด๐</generic>
<standard>๐๐ฏ๐๐ป๐๐ฒ๐ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐ด๐</standard>
<daylight>๐๐ฏ๐๐ป๐๐ฒ๐ ๐๐ฉ๐๐ด๐ป ๐๐ด๐</daylight>
</long>
<short>
<generic>๐๐</generic>
<standard>๐๐๐</standard>
<daylight>๐๐๐</daylight>
</short>
</metazone>
<metazone type="America_Eastern">
<long>
<generic>๐๐
๐ป๐ฒ๐๐ ๐๐ด๐</generic>
<standard>๐๐
๐ป๐ฒ๐๐ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐ด๐</standard>
<daylight>๐๐
๐ป๐ฒ๐๐ ๐๐ฉ๐๐ด๐ป ๐๐ด๐</daylight>
</long>
<short>
<generic>๐๐</generic>
<standard>๐๐๐</standard>
<daylight>๐๐๐</daylight>
</short>
</metazone>
<metazone type="America_Mountain">
<long>
<generic>๐ฃ๐ต๐๐ป๐ฒ๐ ๐๐ด๐</generic>
<standard>๐ฃ๐ต๐๐ป๐ฒ๐ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐ด๐</standard>
<daylight>๐ฃ๐ต๐๐ป๐ฒ๐ ๐๐ฉ๐๐ด๐ป ๐๐ด๐</daylight>
</long>
<short>
<generic>๐ฃ๐</generic>
<standard>๐ฃ๐๐</standard>
<daylight>๐ฃ๐๐</daylight>
</short>
</metazone>
<metazone type="America_Pacific">
<long>
<generic>๐๐ฒ๐
๐ฎ๐๐ฎ๐ฟ ๐๐ด๐</generic>
<standard>๐๐ฒ๐
๐ฎ๐๐ฎ๐ฟ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐ด๐</standard>
<daylight>๐๐ฒ๐
๐ฎ๐๐ฎ๐ฟ ๐๐ฉ๐๐ด๐ป ๐๐ด๐</daylight>
</long>
<short>
<generic>๐๐</generic>
<standard>๐๐๐</standard>
<daylight>๐๐๐</daylight>
</short>
</metazone>
<metazone type="Atlantic">
<long>
<generic>๐๐ป๐๐ฐ๐๐ป๐ฎ๐ฟ ๐๐ด๐</generic>
<standard>๐๐ป๐๐ฐ๐๐ป๐ฎ๐ฟ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐ด๐</standard>
<daylight>๐๐ป๐๐ฐ๐๐ป๐ฎ๐ฟ ๐๐ฉ๐๐ด๐ป ๐๐ด๐</daylight>
</long>
<short>
<generic>๐๐</generic>
<standard>๐๐๐</standard>
<daylight>๐๐๐</daylight>
</short>
</metazone>
<metazone type="Bering">
<long>
<generic>๐๐ฏ๐๐ฎ๐ ๐๐ด๐</generic>
<standard>๐๐ฏ๐๐ฎ๐ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐ด๐</standard>
<daylight>๐๐ฏ๐๐ฎ๐ ๐๐ฉ๐๐ด๐ป ๐๐ด๐</daylight>
</long>
<short>
<generic>๐๐ (๐๐ฏ๐๐ฎ๐ )</generic>
<standard>๐๐๐ (๐๐ฏ๐๐ฎ๐ )</standard>
<daylight>๐๐๐ (๐๐ฏ๐๐ฎ๐ )</daylight>
</short>
</metazone>
<metazone type="Hong_Kong">
<long>
<standard>๐๐ฑ๐ ๐๐ฑ๐ ๐๐ด๐</standard>
<daylight>๐๐ฑ๐ ๐๐ฑ๐ ๐๐ฒ๐๐ฒ๐ ๐๐ด๐</daylight>
</long>
<short>
<standard>๐๐๐</standard>
<daylight>๐๐๐๐</daylight>
</short>
</metazone>
<metazone type="Newfoundland">
<long>
<generic>๐ค๐ญ๐๐ฒ๐๐ผ๐๐ฒ๐๐ผ ๐๐ด๐</generic>
<standard>๐ค๐ญ๐๐ฒ๐๐ผ๐๐ฒ๐๐ผ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐ด๐</standard>
<daylight>๐ค๐ญ๐๐ฒ๐๐ผ๐๐ฒ๐๐ผ ๐๐ฉ๐๐ด๐ป ๐๐ด๐</daylight>
</long>
<short>
<generic>๐ค๐</generic>
<standard>๐ค๐๐</standard>
<daylight>๐ค๐๐</daylight>
</short>
</metazone>
<metazone type="Yukon">
<long>
<generic>๐๐ญ๐ฟ๐ช๐ ๐๐ฉ๐๐ด๐ป ๐๐ด๐</generic>
<standard>๐๐ญ๐ฟ๐ช๐ ๐๐ป๐ฐ๐๐ผ๐ฒ๐๐ผ ๐๐ด๐</standard>
<daylight>๐๐ญ๐ฟ๐ช๐ ๐๐ฉ๐๐ด๐ป ๐๐ด๐</daylight>
</long>
<short>
<generic>๐๐</generic>
<standard>๐๐๐</standard>
<daylight>๐๐๐</daylight>
</short>
</metazone>
</timeZoneNames>
</dates>
<units>
<unit type="day">
<unitPattern count="one">{0} ๐ผ๐ฉ</unitPattern>
<unitPattern count="other">{0} ๐ผ๐ฉ๐</unitPattern>
</unit>
<unit type="hour">
<unitPattern count="one">{0} ๐ต๐</unitPattern>
<unitPattern count="other">{0} ๐ต๐๐</unitPattern>
</unit>
<unit type="minute">
<unitPattern count="one">{0} ๐๐ฎ๐๐ฒ๐ป</unitPattern>
<unitPattern count="other">{0} ๐๐ฎ๐๐ฒ๐ป๐
</unitPattern>
</unit>
<unit type="month">
<unitPattern count="one">{0} ๐๐ฒ๐๐๐
</unitPattern>
<unitPattern count="other">{0} ๐๐ฒ๐๐</unitPattern>
</unit>
<unit type="second">
<unitPattern count="one">{0} ๐
๐ฏ๐ฟ๐ฒ๐๐ผ</unitPattern>
<unitPattern count="other">{0} ๐
๐ฏ๐ฟ๐ฒ๐๐ผ๐</unitPattern>
</unit>
<unit type="week">
<unitPattern count="one">{0} ๐ถ๐จ๐ฟ</unitPattern>
<unitPattern count="other">{0} ๐ถ๐จ๐ฟ๐
</unitPattern>
</unit>
<unit type="year">
<unitPattern count="one">{0} ๐ท๐ฎ๐</unitPattern>
<unitPattern count="other">{0} ๐ท๐ฎ๐๐</unitPattern>
</unit>
</units>
<posix>
<messages>
<yesstr>๐ท๐ฏ๐
:๐ท</yesstr>
<nostr>๐๐ฌ:๐</nostr>
</messages>
</posix>
</ldml>