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