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 oc.xml
12# The source file version number was 1.3, generated on
13# 2009/05/05 23:06:38.
14#
15# Do not edit this file directly.
16#
17###########################################################################
18
19package DateTime::Locale::oc;
20
21use strict;
22use warnings;
23use utf8;
24
25use base 'DateTime::Locale::root';
26
27sub cldr_version { return "1\.7\.1" }
28
29
30sub day_format_abbreviated { $_[0]->day_format_wide() }
31
32{
33    my $day_format_wide = [ "diluns", "dimarç", "dimècres", "dijòus", "divèndres", "dissabte", "Dimenge" ];
34    sub day_format_wide { return $day_format_wide }
35}
36
37sub day_stand_alone_wide { $_[0]->day_format_wide() }
38
39{
40    my $first_day_of_week = "1";
41    sub first_day_of_week { return $first_day_of_week }
42}
43
44
45sub month_format_abbreviated { $_[0]->month_format_wide() }
46
47{
48    my $month_format_wide = [ "genièr", "febrièr", "març", "abril", "mai", "junh", "julhet", "agost", "setembre", "octòbre", "novembre", "dezembre" ];
49    sub month_format_wide { return $month_format_wide }
50}
51
52sub month_stand_alone_wide { $_[0]->month_format_wide() }
53
541;
55
56__END__
57
58
59=pod
60
61=encoding utf8
62
63=head1 NAME
64
65DateTime::Locale::oc
66
67=head1 SYNOPSIS
68
69  use DateTime;
70
71  my $dt = DateTime->now( locale => 'oc' );
72  print $dt->month_name();
73
74=head1 DESCRIPTION
75
76This is the DateTime locale package for Occitan.
77
78=head1 DATA
79
80This locale inherits from the L<DateTime::Locale::root> locale.
81
82It contains the following data.
83
84=head2 Days
85
86=head3 Wide (format)
87
88  diluns
89  dimarç
90  dimècres
91  dijòus
92  divèndres
93  dissabte
94  Dimenge
95
96=head3 Abbreviated (format)
97
98  diluns
99  dimarç
100  dimècres
101  dijòus
102  divèndres
103  dissabte
104  Dimenge
105
106=head3 Narrow (format)
107
108  2
109  3
110  4
111  5
112  6
113  7
114  1
115
116=head3 Wide (stand-alone)
117
118  diluns
119  dimarç
120  dimècres
121  dijòus
122  divèndres
123  dissabte
124  Dimenge
125
126=head3 Abbreviated (stand-alone)
127
128  2
129  3
130  4
131  5
132  6
133  7
134  1
135
136=head3 Narrow (stand-alone)
137
138  2
139  3
140  4
141  5
142  6
143  7
144  1
145
146=head2 Months
147
148=head3 Wide (format)
149
150  genièr
151  febrièr
152  març
153  abril
154  mai
155  junh
156  julhet
157  agost
158  setembre
159  octòbre
160  novembre
161  dezembre
162
163=head3 Abbreviated (format)
164
165  genièr
166  febrièr
167  març
168  abril
169  mai
170  junh
171  julhet
172  agost
173  setembre
174  octòbre
175  novembre
176  dezembre
177
178=head3 Narrow (format)
179
180  1
181  2
182  3
183  4
184  5
185  6
186  7
187  8
188  9
189  10
190  11
191  12
192
193=head3 Wide (stand-alone)
194
195  genièr
196  febrièr
197  març
198  abril
199  mai
200  junh
201  julhet
202  agost
203  setembre
204  octòbre
205  novembre
206  dezembre
207
208=head3 Abbreviated (stand-alone)
209
210  1
211  2
212  3
213  4
214  5
215  6
216  7
217  8
218  9
219  10
220  11
221  12
222
223=head3 Narrow (stand-alone)
224
225  1
226  2
227  3
228  4
229  5
230  6
231  7
232  8
233  9
234  10
235  11
236  12
237
238=head2 Quarters
239
240=head3 Wide (format)
241
242  Q1
243  Q2
244  Q3
245  Q4
246
247=head3 Abbreviated (format)
248
249  Q1
250  Q2
251  Q3
252  Q4
253
254=head3 Narrow (format)
255
256  1
257  2
258  3
259  4
260
261=head3 Wide (stand-alone)
262
263  Q1
264  Q2
265  Q3
266  Q4
267
268=head3 Abbreviated (stand-alone)
269
270  Q1
271  Q2
272  Q3
273  Q4
274
275=head3 Narrow (stand-alone)
276
277  1
278  2
279  3
280  4
281
282=head2 Eras
283
284=head3 Wide
285
286  BCE
287  CE
288
289=head3 Abbreviated
290
291  BCE
292  CE
293
294=head3 Narrow
295
296  BCE
297  CE
298
299=head2 Date Formats
300
301=head3 Full
302
303   2008-02-05T18:30:30 = dimarç, 2008 febrièr 05
304   1995-12-22T09:05:02 = divèndres, 1995 dezembre 22
305  -0010-09-15T04:44:23 = dissabte, -10 setembre 15
306
307=head3 Long
308
309   2008-02-05T18:30:30 = 2008 febrièr 5
310   1995-12-22T09:05:02 = 1995 dezembre 22
311  -0010-09-15T04:44:23 = -10 setembre 15
312
313=head3 Medium
314
315   2008-02-05T18:30:30 = 2008 febrièr 5
316   1995-12-22T09:05:02 = 1995 dezembre 22
317  -0010-09-15T04:44:23 = -10 setembre 15
318
319=head3 Short
320
321   2008-02-05T18:30:30 = 2008-02-05
322   1995-12-22T09:05:02 = 1995-12-22
323  -0010-09-15T04:44:23 = -010-09-15
324
325=head3 Default
326
327   2008-02-05T18:30:30 = 2008 febrièr 5
328   1995-12-22T09:05:02 = 1995 dezembre 22
329  -0010-09-15T04:44:23 = -10 setembre 15
330
331=head2 Time Formats
332
333=head3 Full
334
335   2008-02-05T18:30:30 = 18:30:30 UTC
336   1995-12-22T09:05:02 = 09:05:02 UTC
337  -0010-09-15T04:44:23 = 04:44:23 UTC
338
339=head3 Long
340
341   2008-02-05T18:30:30 = 18:30:30 UTC
342   1995-12-22T09:05:02 = 09:05:02 UTC
343  -0010-09-15T04:44:23 = 04:44:23 UTC
344
345=head3 Medium
346
347   2008-02-05T18:30:30 = 18:30:30
348   1995-12-22T09:05:02 = 09:05:02
349  -0010-09-15T04:44:23 = 04:44:23
350
351=head3 Short
352
353   2008-02-05T18:30:30 = 18:30
354   1995-12-22T09:05:02 = 09:05
355  -0010-09-15T04:44:23 = 04:44
356
357=head3 Default
358
359   2008-02-05T18:30:30 = 18:30:30
360   1995-12-22T09:05:02 = 09:05:02
361  -0010-09-15T04:44:23 = 04:44:23
362
363=head2 Datetime Formats
364
365=head3 Full
366
367   2008-02-05T18:30:30 = dimarç, 2008 febrièr 05 18:30:30 UTC
368   1995-12-22T09:05:02 = divèndres, 1995 dezembre 22 09:05:02 UTC
369  -0010-09-15T04:44:23 = dissabte, -10 setembre 15 04:44:23 UTC
370
371=head3 Long
372
373   2008-02-05T18:30:30 = 2008 febrièr 5 18:30:30 UTC
374   1995-12-22T09:05:02 = 1995 dezembre 22 09:05:02 UTC
375  -0010-09-15T04:44:23 = -10 setembre 15 04:44:23 UTC
376
377=head3 Medium
378
379   2008-02-05T18:30:30 = 2008 febrièr 5 18:30:30
380   1995-12-22T09:05:02 = 1995 dezembre 22 09:05:02
381  -0010-09-15T04:44:23 = -10 setembre 15 04:44:23
382
383=head3 Short
384
385   2008-02-05T18:30:30 = 2008-02-05 18:30
386   1995-12-22T09:05:02 = 1995-12-22 09:05
387  -0010-09-15T04:44:23 = -010-09-15 04:44
388
389=head3 Default
390
391   2008-02-05T18:30:30 = 2008 febrièr 5 18:30:30
392   1995-12-22T09:05:02 = 1995 dezembre 22 09:05:02
393  -0010-09-15T04:44:23 = -10 setembre 15 04:44:23
394
395=head2 Available Formats
396
397=head3 d (d)
398
399   2008-02-05T18:30:30 = 5
400   1995-12-22T09:05:02 = 22
401  -0010-09-15T04:44:23 = 15
402
403=head3 EEEd (d EEE)
404
405   2008-02-05T18:30:30 = 5 dimarç
406   1995-12-22T09:05:02 = 22 divèndres
407  -0010-09-15T04:44:23 = 15 dissabte
408
409=head3 Hm (H:mm)
410
411   2008-02-05T18:30:30 = 18:30
412   1995-12-22T09:05:02 = 9:05
413  -0010-09-15T04:44:23 = 4:44
414
415=head3 hm (h:mm a)
416
417   2008-02-05T18:30:30 = 6:30 PM
418   1995-12-22T09:05:02 = 9:05 AM
419  -0010-09-15T04:44:23 = 4:44 AM
420
421=head3 Hms (H:mm:ss)
422
423   2008-02-05T18:30:30 = 18:30:30
424   1995-12-22T09:05:02 = 9:05:02
425  -0010-09-15T04:44:23 = 4:44:23
426
427=head3 hms (h:mm:ss a)
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=head3 M (L)
434
435   2008-02-05T18:30:30 = 2
436   1995-12-22T09:05:02 = 12
437  -0010-09-15T04:44:23 = 9
438
439=head3 Md (M-d)
440
441   2008-02-05T18:30:30 = 2-5
442   1995-12-22T09:05:02 = 12-22
443  -0010-09-15T04:44:23 = 9-15
444
445=head3 MEd (E, M-d)
446
447   2008-02-05T18:30:30 = dimarç, 2-5
448   1995-12-22T09:05:02 = divèndres, 12-22
449  -0010-09-15T04:44:23 = dissabte, 9-15
450
451=head3 MMM (LLL)
452
453   2008-02-05T18:30:30 = 2
454   1995-12-22T09:05:02 = 12
455  -0010-09-15T04:44:23 = 9
456
457=head3 MMMd (MMM d)
458
459   2008-02-05T18:30:30 = febrièr 5
460   1995-12-22T09:05:02 = dezembre 22
461  -0010-09-15T04:44:23 = setembre 15
462
463=head3 MMMEd (E MMM d)
464
465   2008-02-05T18:30:30 = dimarç febrièr 5
466   1995-12-22T09:05:02 = divèndres dezembre 22
467  -0010-09-15T04:44:23 = dissabte setembre 15
468
469=head3 MMMMd (MMMM d)
470
471   2008-02-05T18:30:30 = febrièr 5
472   1995-12-22T09:05:02 = dezembre 22
473  -0010-09-15T04:44:23 = setembre 15
474
475=head3 MMMMEd (E MMMM d)
476
477   2008-02-05T18:30:30 = dimarç febrièr 5
478   1995-12-22T09:05:02 = divèndres dezembre 22
479  -0010-09-15T04:44:23 = dissabte setembre 15
480
481=head3 ms (mm:ss)
482
483   2008-02-05T18:30:30 = 30:30
484   1995-12-22T09:05:02 = 05:02
485  -0010-09-15T04:44:23 = 44:23
486
487=head3 y (y)
488
489   2008-02-05T18:30:30 = 2008
490   1995-12-22T09:05:02 = 1995
491  -0010-09-15T04:44:23 = -10
492
493=head3 yM (y-M)
494
495   2008-02-05T18:30:30 = 2008-2
496   1995-12-22T09:05:02 = 1995-12
497  -0010-09-15T04:44:23 = -10-9
498
499=head3 yMEd (EEE, y-M-d)
500
501   2008-02-05T18:30:30 = dimarç, 2008-2-5
502   1995-12-22T09:05:02 = divèndres, 1995-12-22
503  -0010-09-15T04:44:23 = dissabte, -10-9-15
504
505=head3 yMMM (y MMM)
506
507   2008-02-05T18:30:30 = 2008 febrièr
508   1995-12-22T09:05:02 = 1995 dezembre
509  -0010-09-15T04:44:23 = -10 setembre
510
511=head3 yMMMEd (EEE, y MMM d)
512
513   2008-02-05T18:30:30 = dimarç, 2008 febrièr 5
514   1995-12-22T09:05:02 = divèndres, 1995 dezembre 22
515  -0010-09-15T04:44:23 = dissabte, -10 setembre 15
516
517=head3 yMMMM (y MMMM)
518
519   2008-02-05T18:30:30 = 2008 febrièr
520   1995-12-22T09:05:02 = 1995 dezembre
521  -0010-09-15T04:44:23 = -10 setembre
522
523=head3 yQ (y Q)
524
525   2008-02-05T18:30:30 = 2008 1
526   1995-12-22T09:05:02 = 1995 4
527  -0010-09-15T04:44:23 = -10 3
528
529=head3 yQQQ (y QQQ)
530
531   2008-02-05T18:30:30 = 2008 Q1
532   1995-12-22T09:05:02 = 1995 Q4
533  -0010-09-15T04:44:23 = -10 Q3
534
535=head2 Miscellaneous
536
537=head3 Prefers 24 hour time?
538
539Yes
540
541=head3 Local first day of the week
542
543diluns
544
545
546=head1 SUPPORT
547
548See L<DateTime::Locale>.
549
550=head1 AUTHOR
551
552Dave Rolsky <autarch@urth.org>
553
554=head1 COPYRIGHT
555
556Copyright (c) 2008 David Rolsky. All rights reserved. This program is
557free software; you can redistribute it and/or modify it under the same
558terms as Perl itself.
559
560This module was generated from data provided by the CLDR project, see
561the LICENSE.cldr in this distribution for details on the CLDR data's
562license.
563
564=cut
565