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