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