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