Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / Locale / ms_BN.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 ms_BN.xml
12 # The source file version number was 1.52, generated on
13 # 2009/06/15 03:46:25.
14 #
15 # Do not edit this file directly.
16 #
17 ###########################################################################
18
19 package DateTime::Locale::ms_BN;
20
21 use strict;
22 use warnings;
23 use utf8;
24
25 use base 'DateTime::Locale::ms';
26
27 sub cldr_version { return "1\.7\.1" }
28
29 {
30     my $date_format_full = "dd\ MMMM\ y";
31     sub date_format_full { return $date_format_full }
32 }
33
34 {
35     my $date_format_medium = "dd\/MM\/yyyy";
36     sub date_format_medium { return $date_format_medium }
37 }
38
39 {
40     my $first_day_of_week = "1";
41     sub first_day_of_week { return $first_day_of_week }
42 }
43
44 {
45     my $time_format_full = "h\:mm\:ss\ aa\ zzzz";
46     sub time_format_full { return $time_format_full }
47 }
48
49 {
50     my $time_format_long = "H\:mm\:ss\ z";
51     sub time_format_long { return $time_format_long }
52 }
53
54 {
55     my $time_format_medium = "H\:mm\:ss";
56     sub time_format_medium { return $time_format_medium }
57 }
58
59 {
60     my $time_format_short = "H\:mm";
61     sub time_format_short { return $time_format_short }
62 }
63
64 1;
65
66 __END__
67
68
69 =pod
70
71 =encoding utf8
72
73 =head1 NAME
74
75 DateTime::Locale::ms_BN
76
77 =head1 SYNOPSIS
78
79   use DateTime;
80
81   my $dt = DateTime->now( locale => 'ms_BN' );
82   print $dt->month_name();
83
84 =head1 DESCRIPTION
85
86 This is the DateTime locale package for Malay Brunei.
87
88 =head1 DATA
89
90 This locale inherits from the L<DateTime::Locale::ms> locale.
91
92 It contains the following data.
93
94 =head2 Days
95
96 =head3 Wide (format)
97
98   Isnin
99   Selasa
100   Rabu
101   Khamis
102   Jumaat
103   Sabtu
104   Ahad
105
106 =head3 Abbreviated (format)
107
108   Isn
109   Sel
110   Rab
111   Kha
112   Jum
113   Sab
114   Ahd
115
116 =head3 Narrow (format)
117
118   2
119   3
120   4
121   5
122   6
123   7
124   1
125
126 =head3 Wide (stand-alone)
127
128   Isnin
129   Selasa
130   Rabu
131   Khamis
132   Jumaat
133   Sabtu
134   Ahad
135
136 =head3 Abbreviated (stand-alone)
137
138   Isn
139   Sel
140   Rab
141   Kha
142   Jum
143   Sab
144   Ahd
145
146 =head3 Narrow (stand-alone)
147
148   2
149   3
150   4
151   5
152   6
153   7
154   1
155
156 =head2 Months
157
158 =head3 Wide (format)
159
160   Januari
161   Februari
162   Mac
163   April
164   Mei
165   Jun
166   Julai
167   Ogos
168   September
169   Oktober
170   November
171   Disember
172
173 =head3 Abbreviated (format)
174
175   Jan
176   Feb
177   Mac
178   Apr
179   Mei
180   Jun
181   Jul
182   Ogos
183   Sep
184   Okt
185   Nov
186   Dis
187
188 =head3 Narrow (format)
189
190   1
191   2
192   3
193   4
194   5
195   6
196   7
197   8
198   9
199   10
200   11
201   12
202
203 =head3 Wide (stand-alone)
204
205   Januari
206   Februari
207   Mac
208   April
209   Mei
210   Jun
211   Julai
212   Ogos
213   September
214   Oktober
215   November
216   Disember
217
218 =head3 Abbreviated (stand-alone)
219
220   Jan
221   Feb
222   Mac
223   Apr
224   Mei
225   Jun
226   Jul
227   Ogos
228   Sep
229   Okt
230   Nov
231   Dis
232
233 =head3 Narrow (stand-alone)
234
235   1
236   2
237   3
238   4
239   5
240   6
241   7
242   8
243   9
244   10
245   11
246   12
247
248 =head2 Quarters
249
250 =head3 Wide (format)
251
252   suku pertama
253   suku kedua
254   suku ketiga
255   suku keempat
256
257 =head3 Abbreviated (format)
258
259   S1
260   S2
261   S3
262   S4
263
264 =head3 Narrow (format)
265
266   1
267   2
268   3
269   4
270
271 =head3 Wide (stand-alone)
272
273   suku pertama
274   suku kedua
275   suku ketiga
276   suku keempat
277
278 =head3 Abbreviated (stand-alone)
279
280   S1
281   S2
282   S3
283   S4
284
285 =head3 Narrow (stand-alone)
286
287   1
288   2
289   3
290   4
291
292 =head2 Eras
293
294 =head3 Wide
295
296   BCE
297   CE
298
299 =head3 Abbreviated
300
301   S.M.
302   T.M.
303
304 =head3 Narrow
305
306   S.M.
307   T.M.
308
309 =head2 Date Formats
310
311 =head3 Full
312
313    2008-02-05T18:30:30 = 05 Februari 2008
314    1995-12-22T09:05:02 = 22 Disember 1995
315   -0010-09-15T04:44:23 = 15 September -10
316
317 =head3 Long
318
319    2008-02-05T18:30:30 = 05 Februari 2008
320    1995-12-22T09:05:02 = 22 Disember 1995
321   -0010-09-15T04:44:23 = 15 September -10
322
323 =head3 Medium
324
325    2008-02-05T18:30:30 = 05/02/2008
326    1995-12-22T09:05:02 = 22/12/1995
327   -0010-09-15T04:44:23 = 15/09/-010
328
329 =head3 Short
330
331    2008-02-05T18:30:30 = 05/02/2008
332    1995-12-22T09:05:02 = 22/12/1995
333   -0010-09-15T04:44:23 = 15/09/-010
334
335 =head3 Default
336
337    2008-02-05T18:30:30 = 05/02/2008
338    1995-12-22T09:05:02 = 22/12/1995
339   -0010-09-15T04:44:23 = 15/09/-010
340
341 =head2 Time Formats
342
343 =head3 Full
344
345    2008-02-05T18:30:30 = 6:30:30 PM UTC
346    1995-12-22T09:05:02 = 9:05:02 AM UTC
347   -0010-09-15T04:44:23 = 4:44:23 AM UTC
348
349 =head3 Long
350
351    2008-02-05T18:30:30 = 18:30:30 UTC
352    1995-12-22T09:05:02 = 9:05:02 UTC
353   -0010-09-15T04:44:23 = 4:44:23 UTC
354
355 =head3 Medium
356
357    2008-02-05T18:30:30 = 18:30:30
358    1995-12-22T09:05:02 = 9:05:02
359   -0010-09-15T04:44:23 = 4:44:23
360
361 =head3 Short
362
363    2008-02-05T18:30:30 = 18:30
364    1995-12-22T09:05:02 = 9:05
365   -0010-09-15T04:44:23 = 4:44
366
367 =head3 Default
368
369    2008-02-05T18:30:30 = 18:30:30
370    1995-12-22T09:05:02 = 9:05:02
371   -0010-09-15T04:44:23 = 4:44:23
372
373 =head2 Datetime Formats
374
375 =head3 Full
376
377    2008-02-05T18:30:30 = 05 Februari 2008 6:30:30 PM UTC
378    1995-12-22T09:05:02 = 22 Disember 1995 9:05:02 AM UTC
379   -0010-09-15T04:44:23 = 15 September -10 4:44:23 AM UTC
380
381 =head3 Long
382
383    2008-02-05T18:30:30 = 05 Februari 2008 18:30:30 UTC
384    1995-12-22T09:05:02 = 22 Disember 1995 9:05:02 UTC
385   -0010-09-15T04:44:23 = 15 September -10 4:44:23 UTC
386
387 =head3 Medium
388
389    2008-02-05T18:30:30 = 05/02/2008 18:30:30
390    1995-12-22T09:05:02 = 22/12/1995 9:05:02
391   -0010-09-15T04:44:23 = 15/09/-010 4:44:23
392
393 =head3 Short
394
395    2008-02-05T18:30:30 = 05/02/2008 18:30
396    1995-12-22T09:05:02 = 22/12/1995 9:05
397   -0010-09-15T04:44:23 = 15/09/-010 4:44
398
399 =head3 Default
400
401    2008-02-05T18:30:30 = 05/02/2008 18:30:30
402    1995-12-22T09:05:02 = 22/12/1995 9:05:02
403   -0010-09-15T04:44:23 = 15/09/-010 4:44:23
404
405 =head2 Available Formats
406
407 =head3 EEEd (d EEE)
408
409    2008-02-05T18:30:30 = 5 Sel
410    1995-12-22T09:05:02 = 22 Jum
411   -0010-09-15T04:44:23 = 15 Sab
412
413 =head3 Hm (H:mm)
414
415    2008-02-05T18:30:30 = 18:30
416    1995-12-22T09:05:02 = 9:05
417   -0010-09-15T04:44:23 = 4:44
418
419 =head3 Hmm (H:mm)
420
421    2008-02-05T18:30:30 = 18:30
422    1995-12-22T09:05:02 = 9:05
423   -0010-09-15T04:44:23 = 4:44
424
425 =head3 Hms (H:mm:ss)
426
427    2008-02-05T18:30:30 = 18:30:30
428    1995-12-22T09:05:02 = 9:05:02
429   -0010-09-15T04:44:23 = 4:44:23
430
431 =head3 M (L)
432
433    2008-02-05T18:30:30 = 2
434    1995-12-22T09:05:02 = 12
435   -0010-09-15T04:44:23 = 9
436
437 =head3 MEd (E, M-d)
438
439    2008-02-05T18:30:30 = Sel, 2-5
440    1995-12-22T09:05:02 = Jum, 12-22
441   -0010-09-15T04:44:23 = Sab, 9-15
442
443 =head3 MMM (LLL)
444
445    2008-02-05T18:30:30 = Feb
446    1995-12-22T09:05:02 = Dis
447   -0010-09-15T04:44:23 = Sep
448
449 =head3 MMMEd (E MMM d)
450
451    2008-02-05T18:30:30 = Sel Feb 5
452    1995-12-22T09:05:02 = Jum Dis 22
453   -0010-09-15T04:44:23 = Sab Sep 15
454
455 =head3 MMMMEd (E MMMM d)
456
457    2008-02-05T18:30:30 = Sel Februari 5
458    1995-12-22T09:05:02 = Jum Disember 22
459   -0010-09-15T04:44:23 = Sab September 15
460
461 =head3 MMMMd (MMMM d)
462
463    2008-02-05T18:30:30 = Februari 5
464    1995-12-22T09:05:02 = Disember 22
465   -0010-09-15T04:44:23 = September 15
466
467 =head3 MMMMdd (dd MMMM)
468
469    2008-02-05T18:30:30 = 05 Februari
470    1995-12-22T09:05:02 = 22 Disember
471   -0010-09-15T04:44:23 = 15 September
472
473 =head3 MMMd (MMM d)
474
475    2008-02-05T18:30:30 = Feb 5
476    1995-12-22T09:05:02 = Dis 22
477   -0010-09-15T04:44:23 = Sep 15
478
479 =head3 MMdd (dd/MM)
480
481    2008-02-05T18:30:30 = 05/02
482    1995-12-22T09:05:02 = 22/12
483   -0010-09-15T04:44:23 = 15/09
484
485 =head3 Md (M-d)
486
487    2008-02-05T18:30:30 = 2-5
488    1995-12-22T09:05:02 = 12-22
489   -0010-09-15T04:44:23 = 9-15
490
491 =head3 d (d)
492
493    2008-02-05T18:30:30 = 5
494    1995-12-22T09:05:02 = 22
495   -0010-09-15T04:44:23 = 15
496
497 =head3 hm (h:mm a)
498
499    2008-02-05T18:30:30 = 6:30 PM
500    1995-12-22T09:05:02 = 9:05 AM
501   -0010-09-15T04:44:23 = 4:44 AM
502
503 =head3 hms (h:mm:ss a)
504
505    2008-02-05T18:30:30 = 6:30:30 PM
506    1995-12-22T09:05:02 = 9:05:02 AM
507   -0010-09-15T04:44:23 = 4:44:23 AM
508
509 =head3 ms (mm:ss)
510
511    2008-02-05T18:30:30 = 30:30
512    1995-12-22T09:05:02 = 05:02
513   -0010-09-15T04:44:23 = 44:23
514
515 =head3 y (y)
516
517    2008-02-05T18:30:30 = 2008
518    1995-12-22T09:05:02 = 1995
519   -0010-09-15T04:44:23 = -10
520
521 =head3 yM (y-M)
522
523    2008-02-05T18:30:30 = 2008-2
524    1995-12-22T09:05:02 = 1995-12
525   -0010-09-15T04:44:23 = -10-9
526
527 =head3 yMEd (EEE, y-M-d)
528
529    2008-02-05T18:30:30 = Sel, 2008-2-5
530    1995-12-22T09:05:02 = Jum, 1995-12-22
531   -0010-09-15T04:44:23 = Sab, -10-9-15
532
533 =head3 yMMM (y MMM)
534
535    2008-02-05T18:30:30 = 2008 Feb
536    1995-12-22T09:05:02 = 1995 Dis
537   -0010-09-15T04:44:23 = -10 Sep
538
539 =head3 yMMMEd (EEE, y MMM d)
540
541    2008-02-05T18:30:30 = Sel, 2008 Feb 5
542    1995-12-22T09:05:02 = Jum, 1995 Dis 22
543   -0010-09-15T04:44:23 = Sab, -10 Sep 15
544
545 =head3 yMMMM (y MMMM)
546
547    2008-02-05T18:30:30 = 2008 Februari
548    1995-12-22T09:05:02 = 1995 Disember
549   -0010-09-15T04:44:23 = -10 September
550
551 =head3 yQ (y Q)
552
553    2008-02-05T18:30:30 = 2008 1
554    1995-12-22T09:05:02 = 1995 4
555   -0010-09-15T04:44:23 = -10 3
556
557 =head3 yQQQ (y QQQ)
558
559    2008-02-05T18:30:30 = 2008 S1
560    1995-12-22T09:05:02 = 1995 S4
561   -0010-09-15T04:44:23 = -10 S3
562
563 =head3 yyQ (Q yy)
564
565    2008-02-05T18:30:30 = 1 08
566    1995-12-22T09:05:02 = 4 95
567   -0010-09-15T04:44:23 = 3 10
568
569 =head3 yyyyMM (MM/yyyy)
570
571    2008-02-05T18:30:30 = 02/2008
572    1995-12-22T09:05:02 = 12/1995
573   -0010-09-15T04:44:23 = 09/-010
574
575 =head3 yyyyMMMM (MMMM y)
576
577    2008-02-05T18:30:30 = Februari 2008
578    1995-12-22T09:05:02 = Disember 1995
579   -0010-09-15T04:44:23 = September -10
580
581 =head2 Miscellaneous
582
583 =head3 Prefers 24 hour time?
584
585 Yes
586
587 =head3 Local first day of the week
588
589 Isnin
590
591
592 =head1 SUPPORT
593
594 See L<DateTime::Locale>.
595
596 =head1 AUTHOR
597
598 Dave Rolsky <autarch@urth.org>
599
600 =head1 COPYRIGHT
601
602 Copyright (c) 2008 David Rolsky. All rights reserved. This program is
603 free software; you can redistribute it and/or modify it under the same
604 terms as Perl itself.
605
606 This module was generated from data provided by the CLDR project, see
607 the LICENSE.cldr in this distribution for details on the CLDR data's
608 license.
609
610 =cut