Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / Locale / gez.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 gez.xml
12 # The source file version number was 1.65, generated on
13 # 2009/06/15 04:15:33.
14 #
15 # Do not edit this file directly.
16 #
17 ###########################################################################
18
19 package DateTime::Locale::gez;
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 = [ "ጽባሕ", "ምሴት" ];
31     sub am_pm_abbreviated { return $am_pm_abbreviated }
32 }
33 {
34     my $date_format_full = "EEEE፥\ dd\ MMMM\ መዓልት\ y\ G";
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 = [ "ሰኑይ", "ሠሉስ", "ራብዕ", "ሐሙስ", "ዓርበ", "ቀዳሚ", "እኁድ" ];
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 = [ "ሰ", "ሠ", "ራ", "ሐ", "ዓ", "ቀ", "እ" ];
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 $first_day_of_week = "1";
83     sub first_day_of_week { return $first_day_of_week }
84 }
85
86 {
87     my $month_format_abbreviated = [ "ጠሐረ", "ከተተ", "መገበ", "አኀዘ", "ግንባ", "ሠንየ", "ሐመለ", "ነሐሰ", "ከረመ", "ጠቀመ", "ኀደረ", "ኀሠሠ" ];
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 = [ "ጠሐረ", "ከተተ", "መገበ", "አኀዘ", "ግንባት", "ሠንየ", "ሐመለ", "ነሐሰ", "ከረመ", "ጠቀመ", "ኀደረ", "ኀሠሠ" ];
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 = [ "ጠ", "ከ", "መ", "አ", "ግ", "ሠ", "ሐ", "ነ", "ከ", "ጠ", "ኀ", "ኀ" ];
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_MMMMdd = "dd\ MMMM";
143     sub _format_for_MMMMdd { return $_format_for_MMMMdd }
144 }
145
146 {
147     my $_format_for_MMdd = "dd\/MM";
148     sub _format_for_MMdd { return $_format_for_MMdd }
149 }
150
151 {
152     my $_format_for_yyMM = "MM\/yy";
153     sub _format_for_yyMM { return $_format_for_yyMM }
154 }
155
156 {
157     my $_format_for_yyQ = "Q\ yy";
158     sub _format_for_yyQ { return $_format_for_yyQ }
159 }
160
161 {
162     my $_format_for_yyyyMMMM = "MMMM\ y";
163     sub _format_for_yyyyMMMM { return $_format_for_yyyyMMMM }
164 }
165
166 {
167     my $_available_formats =
168         {
169           "MMMMdd" => "dd\ MMMM",
170           "MMdd" => "dd\/MM",
171           "yyMM" => "MM\/yy",
172           "yyQ" => "Q\ yy",
173           "yyyyMMMM" => "MMMM\ y"
174         };
175     sub _available_formats { return $_available_formats }
176 }
177
178 1;
179
180 __END__
181
182
183 =pod
184
185 =encoding utf8
186
187 =head1 NAME
188
189 DateTime::Locale::gez
190
191 =head1 SYNOPSIS
192
193   use DateTime;
194
195   my $dt = DateTime->now( locale => 'gez' );
196   print $dt->month_name();
197
198 =head1 DESCRIPTION
199
200 This is the DateTime locale package for Geez.
201
202 =head1 DATA
203
204 This locale inherits from the L<DateTime::Locale::root> locale.
205
206 It contains the following data.
207
208 =head2 Days
209
210 =head3 Wide (format)
211
212   ሰኑይ
213   ሠሉስ
214   ራብዕ
215   ሐሙስ
216   ዓርበ
217   ቀዳሚት
218   እኁድ
219
220 =head3 Abbreviated (format)
221
222   ሰኑይ
223   ሠሉስ
224   ራብዕ
225   ሐሙስ
226   ዓርበ
227   ቀዳሚ
228   እኁድ
229
230 =head3 Narrow (format)
231
232   ሰ
233   ሠ
234   ራ
235   ሐ
236   ዓ
237   ቀ
238   እ
239
240 =head3 Wide (stand-alone)
241
242   ሰኑይ
243   ሠሉስ
244   ራብዕ
245   ሐሙስ
246   ዓርበ
247   ቀዳሚት
248   እኁድ
249
250 =head3 Abbreviated (stand-alone)
251
252   ሰኑይ
253   ሠሉስ
254   ራብዕ
255   ሐሙስ
256   ዓርበ
257   ቀዳሚ
258   እኁድ
259
260 =head3 Narrow (stand-alone)
261
262   ሰ
263   ሠ
264   ራ
265   ሐ
266   ዓ
267   ቀ
268   እ
269
270 =head2 Months
271
272 =head3 Wide (format)
273
274   ጠሐረ
275   ከተተ
276   መገበ
277   አኀዘ
278   ግንባት
279   ሠንየ
280   ሐመለ
281   ነሐሰ
282   ከረመ
283   ጠቀመ
284   ኀደረ
285   ኀሠሠ
286
287 =head3 Abbreviated (format)
288
289   ጠሐረ
290   ከተተ
291   መገበ
292   አኀዘ
293   ግንባ
294   ሠንየ
295   ሐመለ
296   ነሐሰ
297   ከረመ
298   ጠቀመ
299   ኀደረ
300   ኀሠሠ
301
302 =head3 Narrow (format)
303
304   ጠ
305   ከ
306   መ
307   አ
308   ግ
309   ሠ
310   ሐ
311   ነ
312   ከ
313   ጠ
314   ኀ
315   ኀ
316
317 =head3 Wide (stand-alone)
318
319   ጠሐረ
320   ከተተ
321   መገበ
322   አኀዘ
323   ግንባት
324   ሠንየ
325   ሐመለ
326   ነሐሰ
327   ከረመ
328   ጠቀመ
329   ኀደረ
330   ኀሠሠ
331
332 =head3 Abbreviated (stand-alone)
333
334   ጠሐረ
335   ከተተ
336   መገበ
337   አኀዘ
338   ግንባ
339   ሠንየ
340   ሐመለ
341   ነሐሰ
342   ከረመ
343   ጠቀመ
344   ኀደረ
345   ኀሠሠ
346
347 =head3 Narrow (stand-alone)
348
349   ጠ
350   ከ
351   መ
352   አ
353   ግ
354   ሠ
355   ሐ
356   ነ
357   ከ
358   ጠ
359   ኀ
360   ኀ
361
362 =head2 Quarters
363
364 =head3 Wide (format)
365
366   Q1
367   Q2
368   Q3
369   Q4
370
371 =head3 Abbreviated (format)
372
373   Q1
374   Q2
375   Q3
376   Q4
377
378 =head3 Narrow (format)
379
380   1
381   2
382   3
383   4
384
385 =head3 Wide (stand-alone)
386
387   Q1
388   Q2
389   Q3
390   Q4
391
392 =head3 Abbreviated (stand-alone)
393
394   Q1
395   Q2
396   Q3
397   Q4
398
399 =head3 Narrow (stand-alone)
400
401   1
402   2
403   3
404   4
405
406 =head2 Eras
407
408 =head3 Wide
409
410   BCE
411   CE
412
413 =head3 Abbreviated
414
415   ዓ/ዓ
416   ዓ/ም
417
418 =head3 Narrow
419
420   ዓ/ዓ
421   ዓ/ም
422
423 =head2 Date Formats
424
425 =head3 Full
426
427    2008-02-05T18:30:30 = ሠሉስ፥ 05 ከተተ መዓልት 2008 ዓ/ም
428    1995-12-22T09:05:02 = ዓርበ፥ 22 ኀሠሠ መዓልት 1995 ዓ/ም
429   -0010-09-15T04:44:23 = ቀዳሚት፥ 15 ከረመ መዓልት -10 ዓ/ዓ
430
431 =head3 Long
432
433    2008-02-05T18:30:30 = 05 ከተተ 2008
434    1995-12-22T09:05:02 = 22 ኀሠሠ 1995
435   -0010-09-15T04:44:23 = 15 ከረመ -10
436
437 =head3 Medium
438
439    2008-02-05T18:30:30 = 05-ከተተ-2008
440    1995-12-22T09:05:02 = 22-ኀሠሠ-1995
441   -0010-09-15T04:44:23 = 15-ከረመ--10
442
443 =head3 Short
444
445    2008-02-05T18:30:30 = 05/02/08
446    1995-12-22T09:05:02 = 22/12/95
447   -0010-09-15T04:44:23 = 15/09/10
448
449 =head3 Default
450
451    2008-02-05T18:30:30 = 05-ከተተ-2008
452    1995-12-22T09:05:02 = 22-ኀሠሠ-1995
453   -0010-09-15T04:44:23 = 15-ከረመ--10
454
455 =head2 Time Formats
456
457 =head3 Full
458
459    2008-02-05T18:30:30 = 6:30:30 ምሴት UTC
460    1995-12-22T09:05:02 = 9:05:02 ጽባሕ UTC
461   -0010-09-15T04:44:23 = 4:44:23 ጽባሕ UTC
462
463 =head3 Long
464
465    2008-02-05T18:30:30 = 6:30:30 ምሴት UTC
466    1995-12-22T09:05:02 = 9:05:02 ጽባሕ UTC
467   -0010-09-15T04:44:23 = 4:44:23 ጽባሕ UTC
468
469 =head3 Medium
470
471    2008-02-05T18:30:30 = 6:30:30 ምሴት
472    1995-12-22T09:05:02 = 9:05:02 ጽባሕ
473   -0010-09-15T04:44:23 = 4:44:23 ጽባሕ
474
475 =head3 Short
476
477    2008-02-05T18:30:30 = 6:30 ምሴት
478    1995-12-22T09:05:02 = 9:05 ጽባሕ
479   -0010-09-15T04:44:23 = 4:44 ጽባሕ
480
481 =head3 Default
482
483    2008-02-05T18:30:30 = 6:30:30 ምሴት
484    1995-12-22T09:05:02 = 9:05:02 ጽባሕ
485   -0010-09-15T04:44:23 = 4:44:23 ጽባሕ
486
487 =head2 Datetime Formats
488
489 =head3 Full
490
491    2008-02-05T18:30:30 = ሠሉስ፥ 05 ከተተ መዓልት 2008 ዓ/ም 6:30:30 ምሴት UTC
492    1995-12-22T09:05:02 = ዓርበ፥ 22 ኀሠሠ መዓልት 1995 ዓ/ም 9:05:02 ጽባሕ UTC
493   -0010-09-15T04:44:23 = ቀዳሚት፥ 15 ከረመ መዓልት -10 ዓ/ዓ 4:44:23 ጽባሕ UTC
494
495 =head3 Long
496
497    2008-02-05T18:30:30 = 05 ከተተ 2008 6:30:30 ምሴት UTC
498    1995-12-22T09:05:02 = 22 ኀሠሠ 1995 9:05:02 ጽባሕ UTC
499   -0010-09-15T04:44:23 = 15 ከረመ -10 4:44:23 ጽባሕ UTC
500
501 =head3 Medium
502
503    2008-02-05T18:30:30 = 05-ከተተ-2008 6:30:30 ምሴት
504    1995-12-22T09:05:02 = 22-ኀሠሠ-1995 9:05:02 ጽባሕ
505   -0010-09-15T04:44:23 = 15-ከረመ--10 4:44:23 ጽባሕ
506
507 =head3 Short
508
509    2008-02-05T18:30:30 = 05/02/08 6:30 ምሴት
510    1995-12-22T09:05:02 = 22/12/95 9:05 ጽባሕ
511   -0010-09-15T04:44:23 = 15/09/10 4:44 ጽባሕ
512
513 =head3 Default
514
515    2008-02-05T18:30:30 = 05-ከተተ-2008 6:30:30 ምሴት
516    1995-12-22T09:05:02 = 22-ኀሠሠ-1995 9:05:02 ጽባሕ
517   -0010-09-15T04:44:23 = 15-ከረመ--10 4:44:23 ጽባሕ
518
519 =head2 Available Formats
520
521 =head3 EEEd (d EEE)
522
523    2008-02-05T18:30:30 = 5 ሠሉስ
524    1995-12-22T09:05:02 = 22 ዓርበ
525   -0010-09-15T04:44:23 = 15 ቀዳሚ
526
527 =head3 Hm (H:mm)
528
529    2008-02-05T18:30:30 = 18:30
530    1995-12-22T09:05:02 = 9:05
531   -0010-09-15T04:44:23 = 4:44
532
533 =head3 Hms (H:mm:ss)
534
535    2008-02-05T18:30:30 = 18:30:30
536    1995-12-22T09:05:02 = 9:05:02
537   -0010-09-15T04:44:23 = 4:44:23
538
539 =head3 M (L)
540
541    2008-02-05T18:30:30 = 2
542    1995-12-22T09:05:02 = 12
543   -0010-09-15T04:44:23 = 9
544
545 =head3 MEd (E, M-d)
546
547    2008-02-05T18:30:30 = ሠሉስ, 2-5
548    1995-12-22T09:05:02 = ዓርበ, 12-22
549   -0010-09-15T04:44:23 = ቀዳሚ, 9-15
550
551 =head3 MMM (LLL)
552
553    2008-02-05T18:30:30 = ከተተ
554    1995-12-22T09:05:02 = ኀሠሠ
555   -0010-09-15T04:44:23 = ከረመ
556
557 =head3 MMMEd (E MMM d)
558
559    2008-02-05T18:30:30 = ሠሉስ ከተተ 5
560    1995-12-22T09:05:02 = ዓርበ ኀሠሠ 22
561   -0010-09-15T04:44:23 = ቀዳሚ ከረመ 15
562
563 =head3 MMMMEd (E MMMM 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 MMMMd (MMMM d)
570
571    2008-02-05T18:30:30 = ከተተ 5
572    1995-12-22T09:05:02 = ኀሠሠ 22
573   -0010-09-15T04:44:23 = ከረመ 15
574
575 =head3 MMMMdd (dd MMMM)
576
577    2008-02-05T18:30:30 = 05 ከተተ
578    1995-12-22T09:05:02 = 22 ኀሠሠ
579   -0010-09-15T04:44:23 = 15 ከረመ
580
581 =head3 MMMd (MMM d)
582
583    2008-02-05T18:30:30 = ከተተ 5
584    1995-12-22T09:05:02 = ኀሠሠ 22
585   -0010-09-15T04:44:23 = ከረመ 15
586
587 =head3 MMdd (dd/MM)
588
589    2008-02-05T18:30:30 = 05/02
590    1995-12-22T09:05:02 = 22/12
591   -0010-09-15T04:44:23 = 15/09
592
593 =head3 Md (M-d)
594
595    2008-02-05T18:30:30 = 2-5
596    1995-12-22T09:05:02 = 12-22
597   -0010-09-15T04:44:23 = 9-15
598
599 =head3 d (d)
600
601    2008-02-05T18:30:30 = 5
602    1995-12-22T09:05:02 = 22
603   -0010-09-15T04:44:23 = 15
604
605 =head3 hm (h:mm a)
606
607    2008-02-05T18:30:30 = 6:30 ምሴት
608    1995-12-22T09:05:02 = 9:05 ጽባሕ
609   -0010-09-15T04:44:23 = 4:44 ጽባሕ
610
611 =head3 hms (h:mm:ss a)
612
613    2008-02-05T18:30:30 = 6:30:30 ምሴት
614    1995-12-22T09:05:02 = 9:05:02 ጽባሕ
615   -0010-09-15T04:44:23 = 4:44:23 ጽባሕ
616
617 =head3 ms (mm:ss)
618
619    2008-02-05T18:30:30 = 30:30
620    1995-12-22T09:05:02 = 05:02
621   -0010-09-15T04:44:23 = 44:23
622
623 =head3 y (y)
624
625    2008-02-05T18:30:30 = 2008
626    1995-12-22T09:05:02 = 1995
627   -0010-09-15T04:44:23 = -10
628
629 =head3 yM (y-M)
630
631    2008-02-05T18:30:30 = 2008-2
632    1995-12-22T09:05:02 = 1995-12
633   -0010-09-15T04:44:23 = -10-9
634
635 =head3 yMEd (EEE, y-M-d)
636
637    2008-02-05T18:30:30 = ሠሉስ, 2008-2-5
638    1995-12-22T09:05:02 = ዓርበ, 1995-12-22
639   -0010-09-15T04:44:23 = ቀዳሚ, -10-9-15
640
641 =head3 yMMM (y MMM)
642
643    2008-02-05T18:30:30 = 2008 ከተተ
644    1995-12-22T09:05:02 = 1995 ኀሠሠ
645   -0010-09-15T04:44:23 = -10 ከረመ
646
647 =head3 yMMMEd (EEE, y MMM d)
648
649    2008-02-05T18:30:30 = ሠሉስ, 2008 ከተተ 5
650    1995-12-22T09:05:02 = ዓርበ, 1995 ኀሠሠ 22
651   -0010-09-15T04:44:23 = ቀዳሚ, -10 ከረመ 15
652
653 =head3 yMMMM (y MMMM)
654
655    2008-02-05T18:30:30 = 2008 ከተተ
656    1995-12-22T09:05:02 = 1995 ኀሠሠ
657   -0010-09-15T04:44:23 = -10 ከረመ
658
659 =head3 yQ (y Q)
660
661    2008-02-05T18:30:30 = 2008 1
662    1995-12-22T09:05:02 = 1995 4
663   -0010-09-15T04:44:23 = -10 3
664
665 =head3 yQQQ (y QQQ)
666
667    2008-02-05T18:30:30 = 2008 Q1
668    1995-12-22T09:05:02 = 1995 Q4
669   -0010-09-15T04:44:23 = -10 Q3
670
671 =head3 yyMM (MM/yy)
672
673    2008-02-05T18:30:30 = 02/08
674    1995-12-22T09:05:02 = 12/95
675   -0010-09-15T04:44:23 = 09/10
676
677 =head3 yyQ (Q yy)
678
679    2008-02-05T18:30:30 = 1 08
680    1995-12-22T09:05:02 = 4 95
681   -0010-09-15T04:44:23 = 3 10
682
683 =head3 yyyyMMMM (MMMM y)
684
685    2008-02-05T18:30:30 = ከተተ 2008
686    1995-12-22T09:05:02 = ኀሠሠ 1995
687   -0010-09-15T04:44:23 = ከረመ -10
688
689 =head2 Miscellaneous
690
691 =head3 Prefers 24 hour time?
692
693 No
694
695 =head3 Local first day of the week
696
697 ሰኑይ
698
699
700 =head1 SUPPORT
701
702 See L<DateTime::Locale>.
703
704 =head1 AUTHOR
705
706 Dave Rolsky <autarch@urth.org>
707
708 =head1 COPYRIGHT
709
710 Copyright (c) 2008 David Rolsky. All rights reserved. This program is
711 free software; you can redistribute it and/or modify it under the same
712 terms as Perl itself.
713
714 This module was generated from data provided by the CLDR project, see
715 the LICENSE.cldr in this distribution for details on the CLDR data's
716 license.
717
718 =cut