Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / Locale / mn.pm
1 ###########################################################################
2 #
3 # This file is auto-generated by the Perl DateTime Suite locale
4 # generator (0.05).  This code generator comes with the
5 # DateTime::Locale distribution in the tools/ directory, and is called
6 # generate-from-cldr.
7 #
8 # This file as generated from the CLDR XML locale data.  See the
9 # LICENSE.cldr file included in this distribution for license details.
10 #
11 # This file was generated from the source file mn.xml
12 # The source file version number was 1.50, generated on
13 # 2009/05/05 23:06:38.
14 #
15 # Do not edit this file directly.
16 #
17 ###########################################################################
18
19 package DateTime::Locale::mn;
20
21 use strict;
22 use warnings;
23 use utf8;
24
25 use base 'DateTime::Locale::root';
26
27 sub cldr_version { return "1\.7\.1" }
28
29 {
30     my $am_pm_abbreviated = [ "AM", "PM" ];
31     sub am_pm_abbreviated { return $am_pm_abbreviated }
32 }
33 {
34     my $date_format_full = "EEEE\,\ y\ MMMM\ dd";
35     sub date_format_full { return $date_format_full }
36 }
37
38 {
39     my $date_format_long = "y\ MMMM\ d";
40     sub date_format_long { return $date_format_long }
41 }
42
43 {
44     my $date_format_medium = "y\ MMM\ d";
45     sub date_format_medium { return $date_format_medium }
46 }
47
48 {
49     my $date_format_short = "yy\/MM\/dd";
50     sub date_format_short { return $date_format_short }
51 }
52
53 {
54     my $day_format_abbreviated = [ "Да", "Мя", "Лх", "Пү", "Ба", "Бя", "Ня" ];
55     sub day_format_abbreviated { return $day_format_abbreviated }
56 }
57
58 sub day_format_narrow { $_[0]->day_stand_alone_narrow() }
59
60 {
61     my $day_format_wide = [ "даваа", "мягмар", "лхагва", "пүрэв", "баасан", "бямба", "ням" ];
62     sub day_format_wide { return $day_format_wide }
63 }
64
65 sub day_stand_alone_abbreviated { $_[0]->day_format_abbreviated() }
66
67 {
68     my $day_stand_alone_narrow = [ "2", "3", "4", "5", "6", "7", "1" ];
69     sub day_stand_alone_narrow { return $day_stand_alone_narrow }
70 }
71
72 sub day_stand_alone_wide { $_[0]->day_format_wide() }
73
74 {
75     my $era_abbreviated = [ "м\.э\.ө", "м\.э\." ];
76     sub era_abbreviated { return $era_abbreviated }
77 }
78
79 sub era_narrow { $_[0]->era_abbreviated() }
80
81 {
82     my $era_wide = [ "манай\ эриний\ өмнөх", "манай\ эриний" ];
83     sub era_wide { return $era_wide }
84 }
85 {
86     my $first_day_of_week = "1";
87     sub first_day_of_week { return $first_day_of_week }
88 }
89
90 {
91     my $month_format_abbreviated = [ "хул", "үхэ", "бар", "туу", "луу", "мог", "мор", "хон", "бич", "тах", "нох", "гах" ];
92     sub month_format_abbreviated { return $month_format_abbreviated }
93 }
94
95 sub month_format_narrow { $_[0]->month_stand_alone_narrow() }
96
97 {
98     my $month_format_wide = [ "Хулгана", "Үхэр", "Бар", "Туулай", "Луу", "Могой", "Морь", "Хонь", "Бич", "Тахиа", "Нохой", "Гахай" ];
99     sub month_format_wide { return $month_format_wide }
100 }
101
102 sub month_stand_alone_abbreviated { $_[0]->month_format_abbreviated() }
103
104 {
105     my $month_stand_alone_narrow = [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ];
106     sub month_stand_alone_narrow { return $month_stand_alone_narrow }
107 }
108
109 sub month_stand_alone_wide { $_[0]->month_format_wide() }
110
111 {
112     my $quarter_format_abbreviated = [ "1\/4", "2\/4", "3\/4", "4\/4" ];
113     sub quarter_format_abbreviated { return $quarter_format_abbreviated }
114 }
115 {
116     my $quarter_format_wide = [ "дөрөвний\ нэг", "дөрөвний\ хоёр", "дөрөвний\ гурав", "дөрөвний\ дөрөв" ];
117     sub quarter_format_wide { return $quarter_format_wide }
118 }
119
120 sub quarter_stand_alone_abbreviated { $_[0]->quarter_format_abbreviated() }
121
122
123 sub quarter_stand_alone_wide { $_[0]->quarter_format_wide() }
124
125 {
126     my $time_format_full = "HH\:mm\:ss\ zzzz";
127     sub time_format_full { return $time_format_full }
128 }
129
130 {
131     my $time_format_long = "HH\:mm\:ss\ z";
132     sub time_format_long { return $time_format_long }
133 }
134
135 {
136     my $time_format_medium = "HH\:mm\:ss";
137     sub time_format_medium { return $time_format_medium }
138 }
139
140 {
141     my $time_format_short = "HH\:mm";
142     sub time_format_short { return $time_format_short }
143 }
144
145 {
146     my $_format_for_yyQ = "Q\ yy";
147     sub _format_for_yyQ { return $_format_for_yyQ }
148 }
149
150 {
151     my $_available_formats =
152         {
153           "yyQ" => "Q\ yy"
154         };
155     sub _available_formats { return $_available_formats }
156 }
157
158 1;
159
160 __END__
161
162
163 =pod
164
165 =encoding utf8
166
167 =head1 NAME
168
169 DateTime::Locale::mn
170
171 =head1 SYNOPSIS
172
173   use DateTime;
174
175   my $dt = DateTime->now( locale => 'mn' );
176   print $dt->month_name();
177
178 =head1 DESCRIPTION
179
180 This is the DateTime locale package for Mongolian.
181
182 =head1 DATA
183
184 This locale inherits from the L<DateTime::Locale::root> locale.
185
186 It contains the following data.
187
188 =head2 Days
189
190 =head3 Wide (format)
191
192   даваа
193   мягмар
194   лхагва
195   пүрэв
196   баасан
197   бямба
198   ням
199
200 =head3 Abbreviated (format)
201
202   Да
203   Мя
204   Лх
205   Пү
206   Ба
207   Бя
208   Ня
209
210 =head3 Narrow (format)
211
212   2
213   3
214   4
215   5
216   6
217   7
218   1
219
220 =head3 Wide (stand-alone)
221
222   даваа
223   мягмар
224   лхагва
225   пүрэв
226   баасан
227   бямба
228   ням
229
230 =head3 Abbreviated (stand-alone)
231
232   Да
233   Мя
234   Лх
235   Пү
236   Ба
237   Бя
238   Ня
239
240 =head3 Narrow (stand-alone)
241
242   2
243   3
244   4
245   5
246   6
247   7
248   1
249
250 =head2 Months
251
252 =head3 Wide (format)
253
254   Хулгана
255   Үхэр
256   Бар
257   Туулай
258   Луу
259   Могой
260   Морь
261   Хонь
262   Бич
263   Тахиа
264   Нохой
265   Гахай
266
267 =head3 Abbreviated (format)
268
269   хул
270   үхэ
271   бар
272   туу
273   луу
274   мог
275   мор
276   хон
277   бич
278   тах
279   нох
280   гах
281
282 =head3 Narrow (format)
283
284   1
285   2
286   3
287   4
288   5
289   6
290   7
291   8
292   9
293   10
294   11
295   12
296
297 =head3 Wide (stand-alone)
298
299   Хулгана
300   Үхэр
301   Бар
302   Туулай
303   Луу
304   Могой
305   Морь
306   Хонь
307   Бич
308   Тахиа
309   Нохой
310   Гахай
311
312 =head3 Abbreviated (stand-alone)
313
314   хул
315   үхэ
316   бар
317   туу
318   луу
319   мог
320   мор
321   хон
322   бич
323   тах
324   нох
325   гах
326
327 =head3 Narrow (stand-alone)
328
329   1
330   2
331   3
332   4
333   5
334   6
335   7
336   8
337   9
338   10
339   11
340   12
341
342 =head2 Quarters
343
344 =head3 Wide (format)
345
346   дөрөвний нэг
347   дөрөвний хоёр
348   дөрөвний гурав
349   дөрөвний дөрөв
350
351 =head3 Abbreviated (format)
352
353   1/4
354   2/4
355   3/4
356   4/4
357
358 =head3 Narrow (format)
359
360   1
361   2
362   3
363   4
364
365 =head3 Wide (stand-alone)
366
367   дөрөвний нэг
368   дөрөвний хоёр
369   дөрөвний гурав
370   дөрөвний дөрөв
371
372 =head3 Abbreviated (stand-alone)
373
374   1/4
375   2/4
376   3/4
377   4/4
378
379 =head3 Narrow (stand-alone)
380
381   1
382   2
383   3
384   4
385
386 =head2 Eras
387
388 =head3 Wide
389
390   манай эриний өмнөх
391   манай эриний
392
393 =head3 Abbreviated
394
395   м.э.ө
396   м.э.
397
398 =head3 Narrow
399
400   м.э.ө
401   м.э.
402
403 =head2 Date Formats
404
405 =head3 Full
406
407    2008-02-05T18:30:30 = мягмар, 2008 Үхэр 05
408    1995-12-22T09:05:02 = баасан, 1995 Гахай 22
409   -0010-09-15T04:44:23 = бямба, -10 Бич 15
410
411 =head3 Long
412
413    2008-02-05T18:30:30 = 2008 Үхэр 5
414    1995-12-22T09:05:02 = 1995 Гахай 22
415   -0010-09-15T04:44:23 = -10 Бич 15
416
417 =head3 Medium
418
419    2008-02-05T18:30:30 = 2008 үхэ 5
420    1995-12-22T09:05:02 = 1995 гах 22
421   -0010-09-15T04:44:23 = -10 бич 15
422
423 =head3 Short
424
425    2008-02-05T18:30:30 = 08/02/05
426    1995-12-22T09:05:02 = 95/12/22
427   -0010-09-15T04:44:23 = 10/09/15
428
429 =head3 Default
430
431    2008-02-05T18:30:30 = 2008 үхэ 5
432    1995-12-22T09:05:02 = 1995 гах 22
433   -0010-09-15T04:44:23 = -10 бич 15
434
435 =head2 Time Formats
436
437 =head3 Full
438
439    2008-02-05T18:30:30 = 18:30:30 UTC
440    1995-12-22T09:05:02 = 09:05:02 UTC
441   -0010-09-15T04:44:23 = 04:44:23 UTC
442
443 =head3 Long
444
445    2008-02-05T18:30:30 = 18:30:30 UTC
446    1995-12-22T09:05:02 = 09:05:02 UTC
447   -0010-09-15T04:44:23 = 04:44:23 UTC
448
449 =head3 Medium
450
451    2008-02-05T18:30:30 = 18:30:30
452    1995-12-22T09:05:02 = 09:05:02
453   -0010-09-15T04:44:23 = 04:44:23
454
455 =head3 Short
456
457    2008-02-05T18:30:30 = 18:30
458    1995-12-22T09:05:02 = 09:05
459   -0010-09-15T04:44:23 = 04:44
460
461 =head3 Default
462
463    2008-02-05T18:30:30 = 18:30:30
464    1995-12-22T09:05:02 = 09:05:02
465   -0010-09-15T04:44:23 = 04:44:23
466
467 =head2 Datetime Formats
468
469 =head3 Full
470
471    2008-02-05T18:30:30 = мягмар, 2008 Үхэр 05 18:30:30 UTC
472    1995-12-22T09:05:02 = баасан, 1995 Гахай 22 09:05:02 UTC
473   -0010-09-15T04:44:23 = бямба, -10 Бич 15 04:44:23 UTC
474
475 =head3 Long
476
477    2008-02-05T18:30:30 = 2008 Үхэр 5 18:30:30 UTC
478    1995-12-22T09:05:02 = 1995 Гахай 22 09:05:02 UTC
479   -0010-09-15T04:44:23 = -10 Бич 15 04:44:23 UTC
480
481 =head3 Medium
482
483    2008-02-05T18:30:30 = 2008 үхэ 5 18:30:30
484    1995-12-22T09:05:02 = 1995 гах 22 09:05:02
485   -0010-09-15T04:44:23 = -10 бич 15 04:44:23
486
487 =head3 Short
488
489    2008-02-05T18:30:30 = 08/02/05 18:30
490    1995-12-22T09:05:02 = 95/12/22 09:05
491   -0010-09-15T04:44:23 = 10/09/15 04:44
492
493 =head3 Default
494
495    2008-02-05T18:30:30 = 2008 үхэ 5 18:30:30
496    1995-12-22T09:05:02 = 1995 гах 22 09:05:02
497   -0010-09-15T04:44:23 = -10 бич 15 04:44:23
498
499 =head2 Available Formats
500
501 =head3 EEEd (d EEE)
502
503    2008-02-05T18:30:30 = 5 Мя
504    1995-12-22T09:05:02 = 22 Ба
505   -0010-09-15T04:44:23 = 15 Бя
506
507 =head3 Hm (H:mm)
508
509    2008-02-05T18:30:30 = 18:30
510    1995-12-22T09:05:02 = 9:05
511   -0010-09-15T04:44:23 = 4:44
512
513 =head3 Hms (H:mm:ss)
514
515    2008-02-05T18:30:30 = 18:30:30
516    1995-12-22T09:05:02 = 9:05:02
517   -0010-09-15T04:44:23 = 4:44:23
518
519 =head3 M (L)
520
521    2008-02-05T18:30:30 = 2
522    1995-12-22T09:05:02 = 12
523   -0010-09-15T04:44:23 = 9
524
525 =head3 MEd (E, M-d)
526
527    2008-02-05T18:30:30 = Мя, 2-5
528    1995-12-22T09:05:02 = Ба, 12-22
529   -0010-09-15T04:44:23 = Бя, 9-15
530
531 =head3 MMM (LLL)
532
533    2008-02-05T18:30:30 = үхэ
534    1995-12-22T09:05:02 = гах
535   -0010-09-15T04:44:23 = бич
536
537 =head3 MMMEd (E MMM d)
538
539    2008-02-05T18:30:30 = Мя үхэ 5
540    1995-12-22T09:05:02 = Ба гах 22
541   -0010-09-15T04:44:23 = Бя бич 15
542
543 =head3 MMMMEd (E MMMM d)
544
545    2008-02-05T18:30:30 = Мя Үхэр 5
546    1995-12-22T09:05:02 = Ба Гахай 22
547   -0010-09-15T04:44:23 = Бя Бич 15
548
549 =head3 MMMMd (MMMM d)
550
551    2008-02-05T18:30:30 = Үхэр 5
552    1995-12-22T09:05:02 = Гахай 22
553   -0010-09-15T04:44:23 = Бич 15
554
555 =head3 MMMd (MMM d)
556
557    2008-02-05T18:30:30 = үхэ 5
558    1995-12-22T09:05:02 = гах 22
559   -0010-09-15T04:44:23 = бич 15
560
561 =head3 Md (M-d)
562
563    2008-02-05T18:30:30 = 2-5
564    1995-12-22T09:05:02 = 12-22
565   -0010-09-15T04:44:23 = 9-15
566
567 =head3 d (d)
568
569    2008-02-05T18:30:30 = 5
570    1995-12-22T09:05:02 = 22
571   -0010-09-15T04:44:23 = 15
572
573 =head3 hm (h:mm a)
574
575    2008-02-05T18:30:30 = 6:30 PM
576    1995-12-22T09:05:02 = 9:05 AM
577   -0010-09-15T04:44:23 = 4:44 AM
578
579 =head3 hms (h:mm:ss a)
580
581    2008-02-05T18:30:30 = 6:30:30 PM
582    1995-12-22T09:05:02 = 9:05:02 AM
583   -0010-09-15T04:44:23 = 4:44:23 AM
584
585 =head3 ms (mm:ss)
586
587    2008-02-05T18:30:30 = 30:30
588    1995-12-22T09:05:02 = 05:02
589   -0010-09-15T04:44:23 = 44:23
590
591 =head3 y (y)
592
593    2008-02-05T18:30:30 = 2008
594    1995-12-22T09:05:02 = 1995
595   -0010-09-15T04:44:23 = -10
596
597 =head3 yM (y-M)
598
599    2008-02-05T18:30:30 = 2008-2
600    1995-12-22T09:05:02 = 1995-12
601   -0010-09-15T04:44:23 = -10-9
602
603 =head3 yMEd (EEE, y-M-d)
604
605    2008-02-05T18:30:30 = Мя, 2008-2-5
606    1995-12-22T09:05:02 = Ба, 1995-12-22
607   -0010-09-15T04:44:23 = Бя, -10-9-15
608
609 =head3 yMMM (y MMM)
610
611    2008-02-05T18:30:30 = 2008 үхэ
612    1995-12-22T09:05:02 = 1995 гах
613   -0010-09-15T04:44:23 = -10 бич
614
615 =head3 yMMMEd (EEE, y MMM d)
616
617    2008-02-05T18:30:30 = Мя, 2008 үхэ 5
618    1995-12-22T09:05:02 = Ба, 1995 гах 22
619   -0010-09-15T04:44:23 = Бя, -10 бич 15
620
621 =head3 yMMMM (y MMMM)
622
623    2008-02-05T18:30:30 = 2008 Үхэр
624    1995-12-22T09:05:02 = 1995 Гахай
625   -0010-09-15T04:44:23 = -10 Бич
626
627 =head3 yQ (y Q)
628
629    2008-02-05T18:30:30 = 2008 1
630    1995-12-22T09:05:02 = 1995 4
631   -0010-09-15T04:44:23 = -10 3
632
633 =head3 yQQQ (y QQQ)
634
635    2008-02-05T18:30:30 = 2008 1/4
636    1995-12-22T09:05:02 = 1995 4/4
637   -0010-09-15T04:44:23 = -10 3/4
638
639 =head3 yyQ (Q yy)
640
641    2008-02-05T18:30:30 = 1 08
642    1995-12-22T09:05:02 = 4 95
643   -0010-09-15T04:44:23 = 3 10
644
645 =head2 Miscellaneous
646
647 =head3 Prefers 24 hour time?
648
649 Yes
650
651 =head3 Local first day of the week
652
653 даваа
654
655
656 =head1 SUPPORT
657
658 See L<DateTime::Locale>.
659
660 =head1 AUTHOR
661
662 Dave Rolsky <autarch@urth.org>
663
664 =head1 COPYRIGHT
665
666 Copyright (c) 2008 David Rolsky. All rights reserved. This program is
667 free software; you can redistribute it and/or modify it under the same
668 terms as Perl itself.
669
670 This module was generated from data provided by the CLDR project, see
671 the LICENSE.cldr in this distribution for details on the CLDR data's
672 license.
673
674 =cut