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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/se/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
include("../lang/eng/dates.inc"); // <-- do not delete
 
3
/********************************************************
 
4
        lang/se/dates.inc
 
5
        (C) 2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
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
        Translated by Markus Svensson <markus.svensson@linux.nu>
 
11
 
 
12
********************************************************/
 
13
$lang_months[1] = "Januari";
 
14
$lang_months[2] = "Februari";
 
15
$lang_months[3] = "Mars";
 
16
$lang_months[4] = "April";
 
17
$lang_months[5] = "Maj";
 
18
$lang_months[6] = "Juni";
 
19
$lang_months[7] = "Juli";
 
20
$lang_months[8] = "Augusti";
 
21
$lang_months[9] = "September";
 
22
$lang_months[10] = "Oktober";
 
23
$lang_months[11] = "November";
 
24
$lang_months[12] = "December";
 
25
 
 
26
$lang_datetime["short_mon"][1] = "Jan";
 
27
$lang_datetime["short_mon"][2] = "Feb";
 
28
$lang_datetime["short_mon"][3] = "Mar";
 
29
$lang_datetime["short_mon"][4] = "Apr";
 
30
$lang_datetime["short_mon"][5] = "Maj";
 
31
$lang_datetime["short_mon"][6] = "Jun";
 
32
$lang_datetime["short_mon"][7] = "Jul";
 
33
$lang_datetime["short_mon"][8] = "Aug";
 
34
$lang_datetime["short_mon"][9] = "Sep";
 
35
$lang_datetime["short_mon"][10] = "Okt";
 
36
$lang_datetime["short_mon"][11] = "Nov";
 
37
$lang_datetime["short_mon"][12] = "Dec";
 
38
 
 
39
$lang_datetime["dsow"][0] = "S�n";
 
40
$lang_datetime["dsow"][1] = "M�n";
 
41
$lang_datetime["dsow"][2] = "Tis";
 
42
$lang_datetime["dsow"][3] = "Ons";
 
43
$lang_datetime["dsow"][4] = "Tor";
 
44
$lang_datetime["dsow"][5] = "Fre";
 
45
$lang_datetime["dsow"][6] = "L�r";
 
46
 
 
47
$lang_datetime["dsowl"][0] = "S�ndag";
 
48
$lang_datetime["dsowl"][1] = "M�ndag";
 
49
$lang_datetime["dsowl"][2] = "Tisdag";
 
50
$lang_datetime["dsowl"][3] = "Onsdag";
 
51
$lang_datetime["dsowl"][4] = "Torsdag";
 
52
$lang_datetime["dsowl"][5] = "Fredag";
 
53
$lang_datetime["dsowl"][6] = "L�rdag";
 
54
 
 
55
 
 
56
$lang_datetime["dsow_short"] = array("S", "M", "T", "O", "T", "F", "L");
 
57
$lang_datetime["today"] = "Idag %t";            //e.g. "Today 12:02"
 
58
$lang_datetime["lastweek"] = "%w %t";           //e.g. "Wed 12:00"
 
59
$lang_datetime["thisyear"] = "%m/%d";           //e.g. "2/13"
 
60
$lang_datetime["prevyears"] = "%m/%d/%y";       //e.g. "1/1/2100"
 
61
$lang_datetime["monthyear"] = "%m %y";          //e.g. "January 2002"
 
62
$lang_datetime["verbal"] = "%m %d, %y";         //e.g. "Jan 1, 1900"
 
63
$lang_datetime["verbal_short"] = "%m %d";       //e.g. "Jan 1"
 
64
$lang_datetime["hour_system"] = 24;             // 12 or 24
 
65
$lang_datetime["ampm"]["am"] = "am";
 
66
$lang_datetime["ampm"]["pm"] = "pm";
 
67
$lang_datetime["time_format"] = "%h:%m%a";      // %h=hour, %m=minutes, %a="am:pm"
 
68
$lang_datetime["hour_format"] = "%h%a";
 
69
 
 
70
?>
 
 
b'\\ No newline at end of file'