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