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