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