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