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