~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/lang/cz/dates.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
Import upstream version 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/********************************************************
 
3
        lang/eng/dates.inc
 
4
        (C) 2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
 
 
6
        This file is part of IlohaMail, and released under GPL.
 
7
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
8
 
 
9
********************************************************/
 
10
 
 
11
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
12
include("../lang/eng/dates.inc");
 
13
 
 
14
$lang_months[1] = "Leden";
 
15
$lang_months[2] = "�nor";
 
16
$lang_months[3] = "B�ezen";
 
17
$lang_months[4] = "Duben";
 
18
$lang_months[5] = "Kv�ten";
 
19
$lang_months[6] = "�erven";
 
20
$lang_months[7] = "�ervenec";
 
21
$lang_months[8] = "Srpen";
 
22
$lang_months[9] = "Z���";
 
23
$lang_months[10] = "��jen";
 
24
$lang_months[11] = "Listopad";
 
25
$lang_months[12] = "Prosinec";
 
26
 
 
27
$lang_datetime["short_mon"][1] = "Led";
 
28
$lang_datetime["short_mon"][2] = "�no";
 
29
$lang_datetime["short_mon"][3] = "B�e";
 
30
$lang_datetime["short_mon"][4] = "Dub";
 
31
$lang_datetime["short_mon"][5] = "Kv�";
 
32
$lang_datetime["short_mon"][6] = "�en";
 
33
$lang_datetime["short_mon"][7] = "�ec";
 
34
$lang_datetime["short_mon"][8] = "Srp";
 
35
$lang_datetime["short_mon"][9] = "Z��";
 
36
$lang_datetime["short_mon"][10] = "��j";
 
37
$lang_datetime["short_mon"][11] = "Lis";
 
38
$lang_datetime["short_mon"][12] = "Pro";
 
39
 
 
40
$lang_datetime["dsow"][0] = "Ne";
 
41
$lang_datetime["dsow"][1] = "Po";
 
42
$lang_datetime["dsow"][2] = "�t";
 
43
$lang_datetime["dsow"][3] = "St";
 
44
$lang_datetime["dsow"][4] = "�t";
 
45
$lang_datetime["dsow"][5] = "P�";
 
46
$lang_datetime["dsow"][6] = "So";
 
47
 
 
48
$lang_datetime["dsowl"][0] = "Ned�le";
 
49
$lang_datetime["dsowl"][1] = "Pond�l�";
 
50
$lang_datetime["dsowl"][2] = "�ter�";
 
51
$lang_datetime["dsowl"][3] = "St�eda";
 
52
$lang_datetime["dsowl"][4] = "�tvrtek";
 
53
$lang_datetime["dsowl"][5] = "P�tek";
 
54
$lang_datetime["dsowl"][6] = "Sobota";
 
55
                        
 
56
$lang_datetime["dsow_short"] = array("N", "P", "�", "S", "�", "P", "S");
 
57
$lang_datetime["today"] = "Dnes %t";            //e.g. "Today 12:02"
 
58
$lang_datetime["lastweek"] = "%w %t";           //e.g. "Wed 12:00"
 
59
$lang_datetime["thisyear"] = "%d/%m";           //e.g. "2/13"
 
60
$lang_datetime["prevyears"] = "%d/%m/%y";       //e.g. "1/1/2100"
 
61
$lang_datetime["monthyear"] = "%m %y";          //e.g. "January 2002"
 
62
$lang_datetime["verbal"] = "%d %m, %y";         //e.g. "Jan 1, 1900"
 
63
$lang_datetime["verbal_short"] = "%d %m";       //e.g. "Jan 1"
 
64
$lang_datetime["hour_system"] = 24;                     // 12 or 24
 
65
$lang_datetime["ampm"]["am"] = "dop.";
 
66
$lang_datetime["ampm"]["pm"] = "odp.";
 
67
$lang_datetime["time_format"] = "%h:%m%a";      // %h=hour, %m=minutes, %a="am:pm"
 
68
$lang_datetime["hour_format"] = "%h";
 
69
?>
 
 
b'\\ No newline at end of file'