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