����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
##
## Czech tables
##
## Contributed by Honza Pazdziora
package Date::Language::Czech;
use strict;
use warnings;
use utf8;
use Date::Language ();
use base 'Date::Language';
our $VERSION = '2.35'; # VERSION: generated
# ABSTRACT: Czech localization for Date::Format
our @MoY = qw(leden únor bøezen duben kvìten èerven èervenec srpen záøí
øíjen listopad prosinec);
our @MoYs = qw(led únor bøe dub kvì èvn èec srp záøí øíj lis pro);
our @MoY2 = @MoY;
for (@MoY2)
{ s!en$!na! or s!ec$!ce! or s!ad$!adu! or s!or$!ora!; }
our @DoW = qw(nedìle pondìlí úterý støeda ètvrtek pátek sobota);
our @DoWs = qw(Ne Po Út St Èt Pá So);
our @AMPM = qw(dop. odp.);
our ( %MoY, %DoW );
Date::Language::_build_lookups();
# Formatting routines
sub format_a { $DoWs[$_[0]->[6]] }
sub format_A { $DoW[$_[0]->[6]] }
sub format_b { $MoYs[$_[0]->[4]] }
sub format_B { $MoY[$_[0]->[4]] }
sub format_h { $MoYs[$_[0]->[4]] }
sub format_p { $_[0]->[2] >= 12 ? $AMPM[1] : $AMPM[0] }
sub format_d { $_[0]->[3] }
sub format_m { $_[0]->[4] + 1 }
sub format_o { $_[0]->[3] . '.' }
sub format_Q { $MoY2[$_[0]->[4]] }
sub time2str {
my $ref = shift;
my @a = @_;
$a[0] =~ s/(%[do]\.?\s?)%B/$1%Q/;
$ref->SUPER::time2str(@a);
}
sub strftime {
my $ref = shift;
my @a = @_;
$a[0] =~ s/(%[do]\.?\s?)%B/$1%Q/;
$ref->SUPER::time2str(@a);
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
Date::Language::Czech - Czech localization for Date::Format
=head1 VERSION
version 2.35
=head1 AUTHOR
Graham <gbarr@pobox.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Graham Barr.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Afar.pm | File | 1.38 KB | 0644 |
|
| Amharic.pm | File | 2.26 KB | 0644 |
|
| Arabic.pm | File | 1.4 KB | 0644 |
|
| Austrian.pm | File | 1.75 KB | 0644 |
|
| Brazilian.pm | File | 1.33 KB | 0644 |
|
| Bulgarian.pm | File | 2.83 KB | 0644 |
|
| Chinese.pm | File | 1.33 KB | 0644 |
|
| Chinese_GB.pm | File | 2.08 KB | 0644 |
|
| Czech.pm | File | 1.78 KB | 0644 |
|
| Danish.pm | File | 1.34 KB | 0644 |
|
| Dutch.pm | File | 1.43 KB | 0644 |
|
| English.pm | File | 1.33 KB | 0644 |
|
| Finnish.pm | File | 1.59 KB | 0644 |
|
| French.pm | File | 1.39 KB | 0644 |
|
| Gedeo.pm | File | 1.41 KB | 0644 |
|
| German.pm | File | 1.74 KB | 0644 |
|
| Greek.pm | File | 1.96 KB | 0644 |
|
| Hungarian.pm | File | 2.57 KB | 0644 |
|
| Icelandic.pm | File | 1.41 KB | 0644 |
|
| Italian.pm | File | 1.36 KB | 0644 |
|
| Norwegian.pm | File | 1.36 KB | 0644 |
|
| Occitan.pm | File | 1.33 KB | 0644 |
|
| Oromo.pm | File | 1.35 KB | 0644 |
|
| Portuguese.pm | File | 1.36 KB | 0644 |
|
| Romanian.pm | File | 1.26 KB | 0644 |
|
| Russian.pm | File | 4.19 KB | 0644 |
|
| Russian_cp1251.pm | File | 2.62 KB | 0755 |
|
| Russian_koi8r.pm | File | 2.63 KB | 0755 |
|
| Sidama.pm | File | 1.33 KB | 0644 |
|
| Somali.pm | File | 1.5 KB | 0644 |
|
| Spanish.pm | File | 1.28 KB | 0644 |
|
| Swedish.pm | File | 1.44 KB | 0644 |
|
| Tigrinya.pm | File | 1.78 KB | 0644 |
|
| TigrinyaEritrean.pm | File | 2.24 KB | 0644 |
|
| TigrinyaEthiopian.pm | File | 2.29 KB | 0644 |
|
| Turkish.pm | File | 2.39 KB | 0755 |
|