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