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