Current Path : /usr/local/lib/perl5/site_perl/5.8.9/DateTime/Locale/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/perl5/site_perl/5.8.9/DateTime/Locale/ca_ES.pm |
########################################################################### # # This file is auto-generated by the Perl DateTime Suite locale # generator (0.05). This code generator comes with the # DateTime::Locale distribution in the tools/ directory, and is called # generate-from-cldr. # # This file as generated from the CLDR XML locale data. See the # LICENSE.cldr file included in this distribution for license details. # # This file was generated from the source file ca_ES.xml # The source file version number was 1.48, generated on # 2008/05/28 15:49:28. # # Do not edit this file directly. # ########################################################################### package DateTime::Locale::ca_ES; use strict; use warnings; use utf8; use base 'DateTime::Locale::ca'; sub cldr_version { return "1\.6\.1" } { my $first_day_of_week = 1; sub first_day_of_week { return $first_day_of_week } } 1; __END__ =pod =encoding utf8 =head1 NAME DateTime::Locale::ca_ES =head1 SYNOPSIS use DateTime; my $dt = DateTime->now( locale => 'ca_ES' ); print $dt->month_name(); =head1 DESCRIPTION This is the DateTime locale package for Catalan Spain. =head1 DATA This locale inherits from the L<DateTime::Locale::ca> locale. It contains the following data. =head2 Days =head3 Wide (format) dilluns dimarts dimecres dijous divendres dissabte diumenge =head3 Abbreviated (format) dl. dt. dc. dj. dv. ds. dg. =head3 Narrow (format) l t c j v s g =head3 Wide (stand-alone) dilluns dimarts dimecres dijous divendres dissabte diumenge =head3 Abbreviated (stand-alone) dl dt dc dj dv ds dg =head3 Narrow (stand-alone) l t c j v s g =head2 Months =head3 Wide (format) gener febrer març abril maig juny juliol agost setembre octubre novembre desembre =head3 Abbreviated (format) gen. febr. març abr. maig juny jul. ag. set. oct. nov. des. =head3 Narrow (format) g f m a m j j a s o n d =head3 Wide (stand-alone) gener febrer març abril maig juny juliol agost setembre octubre novembre desembre =head3 Abbreviated (stand-alone) gen. febr. març abr. maig juny jul. ag. set. oct. nov. des. =head3 Narrow (stand-alone) g f m a m j j a s o n d =head2 Quarters =head3 Wide (format) 1r trimestre 2n trimestre 3r trimestre 4t trimestre =head3 Abbreviated (format) 1T 2T 3T 4T =head3 Narrow (format) 1 2 3 4 =head3 Wide (stand-alone) 1r trimestre 2n trimestre 3r trimestre 4t trimestre =head3 Abbreviated (stand-alone) 1T 2T 3T 4T =head3 Narrow (stand-alone) 1 2 3 4 =head2 Eras =head3 Wide BCE CE =head3 Abbreviated aC dC =head3 Narrow aC dC =head2 Date Formats =head3 Full 2008-02-05T12:30:30 = dimarts 5 de febrer de 2008 1995-12-22T09:05:02 = divendres 22 de desembre de 1995 -0010-09-15T04:44:23 = dissabte 15 de setembre de -010 =head3 Long 2008-02-05T12:30:30 = 5 de febrer de 2008 1995-12-22T09:05:02 = 22 de desembre de 1995 -0010-09-15T04:44:23 = 15 de setembre de -010 =head3 Medium 2008-02-05T12:30:30 = 05/02/2008 1995-12-22T09:05:02 = 22/12/1995 -0010-09-15T04:44:23 = 15/09/-010 =head3 Short 2008-02-05T12:30:30 = 05/02/8 1995-12-22T09:05:02 = 22/12/95 -0010-09-15T04:44:23 = 15/09/10 =head3 Default 2008-02-05T12:30:30 = 05/02/2008 1995-12-22T09:05:02 = 22/12/1995 -0010-09-15T04:44:23 = 15/09/-010 =head2 Time Formats =head3 Full 2008-02-05T12:30:30 = 12:30:30 UTC 1995-12-22T09:05:02 = 9:05:02 UTC -0010-09-15T04:44:23 = 4:44:23 UTC =head3 Long 2008-02-05T12:30:30 = 12:30:30 UTC 1995-12-22T09:05:02 = 9:05:02 UTC -0010-09-15T04:44:23 = 4:44:23 UTC =head3 Medium 2008-02-05T12:30:30 = 12:30:30 1995-12-22T09:05:02 = 9:05:02 -0010-09-15T04:44:23 = 4:44:23 =head3 Short 2008-02-05T12:30:30 = 12:30 1995-12-22T09:05:02 = 9:05 -0010-09-15T04:44:23 = 4:44 =head3 Default 2008-02-05T12:30:30 = 12:30:30 1995-12-22T09:05:02 = 9:05:02 -0010-09-15T04:44:23 = 4:44:23 =head2 Datetime Formats =head3 Full 2008-02-05T12:30:30 = dimarts 5 de febrer de 2008 12:30:30 UTC 1995-12-22T09:05:02 = divendres 22 de desembre de 1995 9:05:02 UTC -0010-09-15T04:44:23 = dissabte 15 de setembre de -010 4:44:23 UTC =head3 Long 2008-02-05T12:30:30 = 5 de febrer de 2008 12:30:30 UTC 1995-12-22T09:05:02 = 22 de desembre de 1995 9:05:02 UTC -0010-09-15T04:44:23 = 15 de setembre de -010 4:44:23 UTC =head3 Medium 2008-02-05T12:30:30 = 05/02/2008 12:30:30 1995-12-22T09:05:02 = 22/12/1995 9:05:02 -0010-09-15T04:44:23 = 15/09/-010 4:44:23 =head3 Short 2008-02-05T12:30:30 = 05/02/8 12:30 1995-12-22T09:05:02 = 22/12/95 9:05 -0010-09-15T04:44:23 = 15/09/10 4:44 =head3 Default 2008-02-05T12:30:30 = 05/02/2008 12:30:30 1995-12-22T09:05:02 = 22/12/1995 9:05:02 -0010-09-15T04:44:23 = 15/09/-010 4:44:23 =head2 Available Formats =head3 Hm (H:mm) 2008-02-05T12:30:30 = 12:30 1995-12-22T09:05:02 = 9:05 -0010-09-15T04:44:23 = 4:44 =head3 M (L) 2008-02-05T12:30:30 = 2 1995-12-22T09:05:02 = 12 -0010-09-15T04:44:23 = 9 =head3 MEd (E d/M) 2008-02-05T12:30:30 = dt. 5/2 1995-12-22T09:05:02 = dv. 22/12 -0010-09-15T04:44:23 = ds. 15/9 =head3 MMM (LLL) 2008-02-05T12:30:30 = febr. 1995-12-22T09:05:02 = des. -0010-09-15T04:44:23 = set. =head3 MMMEd (E MMM d) 2008-02-05T12:30:30 = dt. febr. 5 1995-12-22T09:05:02 = dv. des. 22 -0010-09-15T04:44:23 = ds. set. 15 =head3 MMMMEd (E d MMMM) 2008-02-05T12:30:30 = dt. 5 febrer 1995-12-22T09:05:02 = dv. 22 desembre -0010-09-15T04:44:23 = ds. 15 setembre =head3 MMMMd (d MMMM) 2008-02-05T12:30:30 = 5 febrer 1995-12-22T09:05:02 = 22 desembre -0010-09-15T04:44:23 = 15 setembre =head3 MMMd (MMM d) 2008-02-05T12:30:30 = febr. 5 1995-12-22T09:05:02 = des. 22 -0010-09-15T04:44:23 = set. 15 =head3 Md (d/M) 2008-02-05T12:30:30 = 5/2 1995-12-22T09:05:02 = 22/12 -0010-09-15T04:44:23 = 15/9 =head3 d (d) 2008-02-05T12:30:30 = 5 1995-12-22T09:05:02 = 22 -0010-09-15T04:44:23 = 15 =head3 hhmm (hh:mm a) 2008-02-05T12:30:30 = 12:30 PM 1995-12-22T09:05:02 = 09:05 AM -0010-09-15T04:44:23 = 04:44 AM =head3 hhmmss (hh:mm:ss a) 2008-02-05T12:30:30 = 12:30:30 PM 1995-12-22T09:05:02 = 09:05:02 AM -0010-09-15T04:44:23 = 04:44:23 AM =head3 mmss (mm:ss) 2008-02-05T12:30:30 = 30:30 1995-12-22T09:05:02 = 05:02 -0010-09-15T04:44:23 = 44:23 =head3 ms (mm:ss) 2008-02-05T12:30:30 = 30:30 1995-12-22T09:05:02 = 05:02 -0010-09-15T04:44:23 = 44:23 =head3 y (yyyy) 2008-02-05T12:30:30 = 2008 1995-12-22T09:05:02 = 1995 -0010-09-15T04:44:23 = -010 =head3 yM (M/yyyy) 2008-02-05T12:30:30 = 2/2008 1995-12-22T09:05:02 = 12/1995 -0010-09-15T04:44:23 = 9/-010 =head3 yMEd (E d/M/yyyy) 2008-02-05T12:30:30 = dt. 5/2/2008 1995-12-22T09:05:02 = dv. 22/12/1995 -0010-09-15T04:44:23 = ds. 15/9/-010 =head3 yMMM (MMM yyyy) 2008-02-05T12:30:30 = febr. 2008 1995-12-22T09:05:02 = des. 1995 -0010-09-15T04:44:23 = set. -010 =head3 yMMMEd (EEE d MMM yyyy) 2008-02-05T12:30:30 = dt. 5 febr. 2008 1995-12-22T09:05:02 = dv. 22 des. 1995 -0010-09-15T04:44:23 = ds. 15 set. -010 =head3 yMMMM (LLLL 'del' yyyy) 2008-02-05T12:30:30 = febrer del 2008 1995-12-22T09:05:02 = desembre del 1995 -0010-09-15T04:44:23 = setembre del -010 =head3 yQ (Q yyyy) 2008-02-05T12:30:30 = 1 2008 1995-12-22T09:05:02 = 4 1995 -0010-09-15T04:44:23 = 3 -010 =head3 yQQQ (QQQ yyyy) 2008-02-05T12:30:30 = 1T 2008 1995-12-22T09:05:02 = 4T 1995 -0010-09-15T04:44:23 = 3T -010 =head3 yyQ (Q yy) 2008-02-05T12:30:30 = 1 8 1995-12-22T09:05:02 = 4 95 -0010-09-15T04:44:23 = 3 10 =head3 yyyyMM (MM/yyyy) 2008-02-05T12:30:30 = 02/2008 1995-12-22T09:05:02 = 12/1995 -0010-09-15T04:44:23 = 09/-010 =head2 Miscellaneous =head3 Prefers 24 hour time? Yes =head3 Local first day of the week dilluns =head1 SUPPORT See L<DateTime::Locale>. =head1 AUTHOR Dave Rolsky <autarch@urth.org> =head1 COPYRIGHT Copyright (c) 2008 David Rolsky. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This module was generated from data provided by the CLDR project, see the LICENSE.cldr in this distribution for details on the CLDR data's license. =cut