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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/eng_GB/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/gb/dates.inc
 
4
        (C) 2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
        (C)2003 Lovell Fuller <iloha@lovell.info>
 
6
 
 
7
        This file is part of IlohaMail, and released under GPL.
 
8
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
9
 
 
10
********************************************************/
 
11
 
 
12
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
13
//include("../lang/eng/dates.inc");
 
14
 
 
15
$lang_months[1] = "January";
 
16
$lang_months[2] = "February";
 
17
$lang_months[3] = "March";
 
18
$lang_months[4] = "April";
 
19
$lang_months[5] = "May";
 
20
$lang_months[6] = "June";
 
21
$lang_months[7] = "July";
 
22
$lang_months[8] = "August";
 
23
$lang_months[9] = "September";
 
24
$lang_months[10] = "October";
 
25
$lang_months[11] = "November";
 
26
$lang_months[12] = "December";
 
27
 
 
28
$lang_datetime["short_mon"][1] = "Jan";
 
29
$lang_datetime["short_mon"][2] = "Feb";
 
30
$lang_datetime["short_mon"][3] = "Mar";
 
31
$lang_datetime["short_mon"][4] = "Apr";
 
32
$lang_datetime["short_mon"][5] = "May";
 
33
$lang_datetime["short_mon"][6] = "Jun";
 
34
$lang_datetime["short_mon"][7] = "Jul";
 
35
$lang_datetime["short_mon"][8] = "Aug";
 
36
$lang_datetime["short_mon"][9] = "Sep";
 
37
$lang_datetime["short_mon"][10] = "Oct";
 
38
$lang_datetime["short_mon"][11] = "Nov";
 
39
$lang_datetime["short_mon"][12] = "Dec";
 
40
 
 
41
$lang_datetime["dsow"][0] = "Sun";
 
42
$lang_datetime["dsow"][1] = "Mon";
 
43
$lang_datetime["dsow"][2] = "Tue";
 
44
$lang_datetime["dsow"][3] = "Wed";
 
45
$lang_datetime["dsow"][4] = "Thu";
 
46
$lang_datetime["dsow"][5] = "Fri";
 
47
$lang_datetime["dsow"][6] = "Sat";
 
48
 
 
49
$lang_datetime["dsowl"][0] = "Sunday";
 
50
$lang_datetime["dsowl"][1] = "Monday";
 
51
$lang_datetime["dsowl"][2] = "Tuesday";
 
52
$lang_datetime["dsowl"][3] = "Wednesday";
 
53
$lang_datetime["dsowl"][4] = "Thursday";
 
54
$lang_datetime["dsowl"][5] = "Friday";
 
55
$lang_datetime["dsowl"][6] = "Saturday";
 
56
                        
 
57
$lang_datetime["dsow_short"] = array("S", "M", "T", "W", "T", "F", "S");
 
58
$lang_datetime["today"] = "Today %t";           //e.g. "Today 12:02"
 
59
$lang_datetime["lastweek"] = "%w %t";           //e.g. "Wed 12:00"
 
60
$lang_datetime["thisyear"] = "%d/%m";           //e.g. "31/12"
 
61
$lang_datetime["prevyears"] = "%d/%m/%y";       //e.g. "31/12/2002"
 
62
$lang_datetime["monthyear"] = "%m %y";          //e.g. "December 2002"
 
63
$lang_datetime["verbal"] = "%d%S %m, %y";       //e.g. "31st Dec, 2002"
 
64
$lang_datetime["verbal_short"] = "%d%S %m";     //e.g. "31st Dec"
 
65
$lang_datetime["hour_system"] = 12;             // 12 or 24
 
66
$lang_datetime["ampm"]["am"] = "am";
 
67
$lang_datetime["ampm"]["pm"] = "pm";
 
68
$lang_datetime["time_format"] = "%h:%m%a";      //e.g. "1:32am", "12:07pm"
 
69
$lang_datetime["hour_format"] = "%h%a";
 
70
?>
 
 
b'\\ No newline at end of file'