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