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