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