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 pa_Arab.xml
12# The source file version number was 1.25, generated on
13# 2009/06/15 04:15:33.
14#
15# Do not edit this file directly.
16#
17###########################################################################
18
19package DateTime::Locale::pa_Arab;
20
21use strict;
22use warnings;
23use utf8;
24
25use base 'DateTime::Locale::pa';
26
27sub cldr_version { return "1\.7\.1" }
28
29
30sub day_format_abbreviated { $_[0]->day_format_wide() }
31
32{
33    my $day_format_wide = [ "پیر", "منگل", "بُدھ", "جمعرات", "جمعہ", "ہفتہ", "اتوار" ];
34    sub day_format_wide { return $day_format_wide }
35}
36
37sub day_stand_alone_wide { $_[0]->day_format_wide() }
38
39
40sub era_abbreviated { $_[0]->era_wide() }
41
42{
43    my $era_wide = [ "ايساپورو", "سں" ];
44    sub era_wide { return $era_wide }
45}
46{
47    my $first_day_of_week = "1";
48    sub first_day_of_week { return $first_day_of_week }
49}
50
51
52sub month_format_abbreviated { $_[0]->month_format_wide() }
53
54{
55    my $month_format_wide = [ "جنوری", "فروری", "مارچ", "اپریل", "مئ", "جون", "جولائی", "اگست", "ستمبر", "اکتوبر", "نومبر", "دسمبر" ];
56    sub month_format_wide { return $month_format_wide }
57}
58
59sub month_stand_alone_wide { $_[0]->month_format_wide() }
60
61
62sub quarter_format_abbreviated { $_[0]->quarter_format_wide() }
63
64{
65    my $quarter_format_wide = [ "چوتھاي\ پہلاں", "چوتھاي\ دوجا", "چوتھاي\ تيجا", "چوتھاي\ چوتھا" ];
66    sub quarter_format_wide { return $quarter_format_wide }
67}
68
69sub quarter_stand_alone_wide { $_[0]->quarter_format_wide() }
70
711;
72
73__END__
74
75
76=pod
77
78=encoding utf8
79
80=head1 NAME
81
82DateTime::Locale::pa_Arab
83
84=head1 SYNOPSIS
85
86  use DateTime;
87
88  my $dt = DateTime->now( locale => 'pa_Arab' );
89  print $dt->month_name();
90
91=head1 DESCRIPTION
92
93This is the DateTime locale package for Punjabi Arabic.
94
95=head1 DATA
96
97This locale inherits from the L<DateTime::Locale::pa> locale.
98
99It contains the following data.
100
101=head2 Days
102
103=head3 Wide (format)
104
105  پیر
106  منگل
107  بُدھ
108  جمعرات
109  جمعہ
110  ہفتہ
111  اتوار
112
113=head3 Abbreviated (format)
114
115  پیر
116  منگل
117  بُدھ
118  جمعرات
119  جمعہ
120  ہفتہ
121  اتوار
122
123=head3 Narrow (format)
124
125  ਸੋ
126  ਮੰ
127  ਬੁੱ
128  ਵੀ
129  ਸ਼ੁੱ
130  ਸ਼
131132
133=head3 Wide (stand-alone)
134
135  پیر
136  منگل
137  بُدھ
138  جمعرات
139  جمعہ
140  ہفتہ
141  اتوار
142
143=head3 Abbreviated (stand-alone)
144
145  پیر
146  منگل
147  بُدھ
148  جمعرات
149  جمعہ
150  ہفتہ
151  اتوار
152
153=head3 Narrow (stand-alone)
154
155  ਸੋ
156  ਮੰ
157  ਬੁੱ
158  ਵੀ
159  ਸ਼ੁੱ
160  ਸ਼
161162
163=head2 Months
164
165=head3 Wide (format)
166
167  جنوری
168  فروری
169  مارچ
170  اپریل
171  مئ
172  جون
173  جولائی
174  اگست
175  ستمبر
176  اکتوبر
177  نومبر
178  دسمبر
179
180=head3 Abbreviated (format)
181
182  جنوری
183  فروری
184  مارچ
185  اپریل
186  مئ
187  جون
188  جولائی
189  اگست
190  ستمبر
191  اکتوبر
192  نومبر
193  دسمبر
194
195=head3 Narrow (format)
196
197198199  ਮਾ
200201202  ਜੂ
203  ਜੁ
204205206207208209
210=head3 Wide (stand-alone)
211
212  جنوری
213  فروری
214  مارچ
215  اپریل
216  مئ
217  جون
218  جولائی
219  اگست
220  ستمبر
221  اکتوبر
222  نومبر
223  دسمبر
224
225=head3 Abbreviated (stand-alone)
226
227  1
228  2
229  3
230  4
231  5
232  6
233  7
234  8
235  9
236  10
237  11
238  12
239
240=head3 Narrow (stand-alone)
241
242243244  ਮਾ
245246247  ਜੂ
248  ਜੁ
249250251252253254
255=head2 Quarters
256
257=head3 Wide (format)
258
259  چوتھاي پہلاں
260  چوتھاي دوجا
261  چوتھاي تيجا
262  چوتھاي چوتھا
263
264=head3 Abbreviated (format)
265
266  چوتھاي پہلاں
267  چوتھاي دوجا
268  چوتھاي تيجا
269  چوتھاي چوتھا
270
271=head3 Narrow (format)
272
273  1
274  2
275  3
276  4
277
278=head3 Wide (stand-alone)
279
280  چوتھاي پہلاں
281  چوتھاي دوجا
282  چوتھاي تيجا
283  چوتھاي چوتھا
284
285=head3 Abbreviated (stand-alone)
286
287  چوتھاي پہلاں
288  چوتھاي دوجا
289  چوتھاي تيجا
290  چوتھاي چوتھا
291
292=head3 Narrow (stand-alone)
293
294  1
295  2
296  3
297  4
298
299=head2 Eras
300
301=head3 Wide
302
303  ايساپورو
304  سں
305
306=head3 Abbreviated
307
308  ايساپورو
309  سں
310
311=head3 Narrow
312
313  ايساپورو
314  سں
315
316=head2 Date Formats
317
318=head3 Full
319
320   2008-02-05T18:30:30 = منگل, 05 فروری 2008
321   1995-12-22T09:05:02 = جمعہ, 22 دسمبر 1995
322  -0010-09-15T04:44:23 = ہفتہ, 15 ستمبر -10
323
324=head3 Long
325
326   2008-02-05T18:30:30 = 5 فروری 2008
327   1995-12-22T09:05:02 = 22 دسمبر 1995
328  -0010-09-15T04:44:23 = 15 ستمبر -10
329
330=head3 Medium
331
332   2008-02-05T18:30:30 = 5 فروری 2008
333   1995-12-22T09:05:02 = 22 دسمبر 1995
334  -0010-09-15T04:44:23 = 15 ستمبر -10
335
336=head3 Short
337
338   2008-02-05T18:30:30 = 05/02/2008
339   1995-12-22T09:05:02 = 22/12/1995
340  -0010-09-15T04:44:23 = 15/09/-010
341
342=head3 Default
343
344   2008-02-05T18:30:30 = 5 فروری 2008
345   1995-12-22T09:05:02 = 22 دسمبر 1995
346  -0010-09-15T04:44:23 = 15 ستمبر -10
347
348=head2 Time Formats
349
350=head3 Full
351
352   2008-02-05T18:30:30 = 6:30:30 ਸ਼ਾਮ UTC
353   1995-12-22T09:05:02 = 9:05:02 ਸਵੇਰੇ UTC
354  -0010-09-15T04:44:23 = 4:44:23 ਸਵੇਰੇ UTC
355
356=head3 Long
357
358   2008-02-05T18:30:30 = 6:30:30 ਸ਼ਾਮ UTC
359   1995-12-22T09:05:02 = 9:05:02 ਸਵੇਰੇ UTC
360  -0010-09-15T04:44:23 = 4:44:23 ਸਵੇਰੇ UTC
361
362=head3 Medium
363
364   2008-02-05T18:30:30 = 6:30:30 ਸ਼ਾਮ
365   1995-12-22T09:05:02 = 9:05:02 ਸਵੇਰੇ
366  -0010-09-15T04:44:23 = 4:44:23 ਸਵੇਰੇ
367
368=head3 Short
369
370   2008-02-05T18:30:30 = 6:30 ਸ਼ਾਮ
371   1995-12-22T09:05:02 = 9:05 ਸਵੇਰੇ
372  -0010-09-15T04:44:23 = 4:44 ਸਵੇਰੇ
373
374=head3 Default
375
376   2008-02-05T18:30:30 = 6:30:30 ਸ਼ਾਮ
377   1995-12-22T09:05:02 = 9:05:02 ਸਵੇਰੇ
378  -0010-09-15T04:44:23 = 4:44:23 ਸਵੇਰੇ
379
380=head2 Datetime Formats
381
382=head3 Full
383
384   2008-02-05T18:30:30 = منگل, 05 فروری 2008 6:30:30 ਸ਼ਾਮ UTC
385   1995-12-22T09:05:02 = جمعہ, 22 دسمبر 1995 9:05:02 ਸਵੇਰੇ UTC
386  -0010-09-15T04:44:23 = ہفتہ, 15 ستمبر -10 4:44:23 ਸਵੇਰੇ UTC
387
388=head3 Long
389
390   2008-02-05T18:30:30 = 5 فروری 2008 6:30:30 ਸ਼ਾਮ UTC
391   1995-12-22T09:05:02 = 22 دسمبر 1995 9:05:02 ਸਵੇਰੇ UTC
392  -0010-09-15T04:44:23 = 15 ستمبر -10 4:44:23 ਸਵੇਰੇ UTC
393
394=head3 Medium
395
396   2008-02-05T18:30:30 = 5 فروری 2008 6:30:30 ਸ਼ਾਮ
397   1995-12-22T09:05:02 = 22 دسمبر 1995 9:05:02 ਸਵੇਰੇ
398  -0010-09-15T04:44:23 = 15 ستمبر -10 4:44:23 ਸਵੇਰੇ
399
400=head3 Short
401
402   2008-02-05T18:30:30 = 05/02/2008 6:30 ਸ਼ਾਮ
403   1995-12-22T09:05:02 = 22/12/1995 9:05 ਸਵੇਰੇ
404  -0010-09-15T04:44:23 = 15/09/-010 4:44 ਸਵੇਰੇ
405
406=head3 Default
407
408   2008-02-05T18:30:30 = 5 فروری 2008 6:30:30 ਸ਼ਾਮ
409   1995-12-22T09:05:02 = 22 دسمبر 1995 9:05:02 ਸਵੇਰੇ
410  -0010-09-15T04:44:23 = 15 ستمبر -10 4:44:23 ਸਵੇਰੇ
411
412=head2 Available Formats
413
414=head3 d (d)
415
416   2008-02-05T18:30:30 = 5
417   1995-12-22T09:05:02 = 22
418  -0010-09-15T04:44:23 = 15
419
420=head3 EEEd (d EEE)
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 HHmmss (HH:mm:ss)
427
428   2008-02-05T18:30:30 = 18:30:30
429   1995-12-22T09:05:02 = 09:05:02
430  -0010-09-15T04:44:23 = 04:44:23
431
432=head3 Hm (H:mm)
433
434   2008-02-05T18:30:30 = 18:30
435   1995-12-22T09:05:02 = 9:05
436  -0010-09-15T04:44:23 = 4:44
437
438=head3 hm (h:mm a)
439
440   2008-02-05T18:30:30 = 6:30 ਸ਼ਾਮ
441   1995-12-22T09:05:02 = 9:05 ਸਵੇਰੇ
442  -0010-09-15T04:44:23 = 4:44 ਸਵੇਰੇ
443
444=head3 Hms (H:mm:ss)
445
446   2008-02-05T18:30:30 = 18:30:30
447   1995-12-22T09:05:02 = 9:05:02
448  -0010-09-15T04:44:23 = 4:44:23
449
450=head3 hms (h:mm:ss a)
451
452   2008-02-05T18:30:30 = 6:30:30 ਸ਼ਾਮ
453   1995-12-22T09:05:02 = 9:05:02 ਸਵੇਰੇ
454  -0010-09-15T04:44:23 = 4:44:23 ਸਵੇਰੇ
455
456=head3 M (L)
457
458   2008-02-05T18:30:30 = 2
459   1995-12-22T09:05:02 = 12
460  -0010-09-15T04:44:23 = 9
461
462=head3 Md (d/M)
463
464   2008-02-05T18:30:30 = 5/2
465   1995-12-22T09:05:02 = 22/12
466  -0010-09-15T04:44:23 = 15/9
467
468=head3 MEd (E, M-d)
469
470   2008-02-05T18:30:30 = منگل, 2-5
471   1995-12-22T09:05:02 = جمعہ, 12-22
472  -0010-09-15T04:44:23 = ہفتہ, 9-15
473
474=head3 MMM (LLL)
475
476   2008-02-05T18:30:30 = 2
477   1995-12-22T09:05:02 = 12
478  -0010-09-15T04:44:23 = 9
479
480=head3 MMMd (MMM d)
481
482   2008-02-05T18:30:30 = فروری 5
483   1995-12-22T09:05:02 = دسمبر 22
484  -0010-09-15T04:44:23 = ستمبر 15
485
486=head3 MMMEd (E MMM d)
487
488   2008-02-05T18:30:30 = منگل فروری 5
489   1995-12-22T09:05:02 = جمعہ دسمبر 22
490  -0010-09-15T04:44:23 = ہفتہ ستمبر 15
491
492=head3 MMMMd (MMMM d)
493
494   2008-02-05T18:30:30 = فروری 5
495   1995-12-22T09:05:02 = دسمبر 22
496  -0010-09-15T04:44:23 = ستمبر 15
497
498=head3 MMMMEd (E MMMM d)
499
500   2008-02-05T18:30:30 = منگل فروری 5
501   1995-12-22T09:05:02 = جمعہ دسمبر 22
502  -0010-09-15T04:44:23 = ہفتہ ستمبر 15
503
504=head3 mmss (mm:ss)
505
506   2008-02-05T18:30:30 = 30:30
507   1995-12-22T09:05:02 = 05:02
508  -0010-09-15T04:44:23 = 44:23
509
510=head3 ms (mm:ss)
511
512   2008-02-05T18:30:30 = 30:30
513   1995-12-22T09:05:02 = 05:02
514  -0010-09-15T04:44:23 = 44:23
515
516=head3 y (y)
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 yM (y-M)
523
524   2008-02-05T18:30:30 = 2008-2
525   1995-12-22T09:05:02 = 1995-12
526  -0010-09-15T04:44:23 = -10-9
527
528=head3 yMEd (EEE, y-M-d)
529
530   2008-02-05T18:30:30 = منگل, 2008-2-5
531   1995-12-22T09:05:02 = جمعہ, 1995-12-22
532  -0010-09-15T04:44:23 = ہفتہ, -10-9-15
533
534=head3 yMMM (y MMM)
535
536   2008-02-05T18:30:30 = 2008 فروری
537   1995-12-22T09:05:02 = 1995 دسمبر
538  -0010-09-15T04:44:23 = -10 ستمبر
539
540=head3 yMMMEd (EEE, y MMM d)
541
542   2008-02-05T18:30:30 = منگل, 2008 فروری 5
543   1995-12-22T09:05:02 = جمعہ, 1995 دسمبر 22
544  -0010-09-15T04:44:23 = ہفتہ, -10 ستمبر 15
545
546=head3 yMMMM (y MMMM)
547
548   2008-02-05T18:30:30 = 2008 فروری
549   1995-12-22T09:05:02 = 1995 دسمبر
550  -0010-09-15T04:44:23 = -10 ستمبر
551
552=head3 yQ (y Q)
553
554   2008-02-05T18:30:30 = 2008 1
555   1995-12-22T09:05:02 = 1995 4
556  -0010-09-15T04:44:23 = -10 3
557
558=head3 yQQQ (y QQQ)
559
560   2008-02-05T18:30:30 = 2008 چوتھاي پہلاں
561   1995-12-22T09:05:02 = 1995 چوتھاي چوتھا
562  -0010-09-15T04:44:23 = -10 چوتھاي تيجا
563
564=head3 yyMMM (MMM yy)
565
566   2008-02-05T18:30:30 = فروری 08
567   1995-12-22T09:05:02 = دسمبر 95
568  -0010-09-15T04:44:23 = ستمبر -10
569
570=head3 yyQ (Q yy)
571
572   2008-02-05T18:30:30 = 1 08
573   1995-12-22T09:05:02 = 4 95
574  -0010-09-15T04:44:23 = 3 -10
575
576=head2 Miscellaneous
577
578=head3 Prefers 24 hour time?
579
580No
581
582=head3 Local first day of the week
583
584پیر
585
586
587=head1 SUPPORT
588
589See L<DateTime::Locale>.
590
591=head1 AUTHOR
592
593Dave Rolsky <autarch@urth.org>
594
595=head1 COPYRIGHT
596
597Copyright (c) 2008 David Rolsky. All rights reserved. This program is
598free software; you can redistribute it and/or modify it under the same
599terms as Perl itself.
600
601This module was generated from data provided by the CLDR project, see
602the LICENSE.cldr in this distribution for details on the CLDR data's
603license.
604
605=cut
606