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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/nn_NO/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/nn_NO/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
        Translation by Leif Halvard Silli <hyperlekken@lenk.no>
 
10
 
 
11
********************************************************/
 
12
 
 
13
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
14
include("../lang/eng/dates.inc");
 
15
 
 
16
$lang_months[1] = "januar";
 
17
$lang_months[2] = "februar";
 
18
$lang_months[3] = "mars";
 
19
$lang_months[4] = "april";
 
20
$lang_months[5] = "mai";
 
21
$lang_months[6] = "juni";
 
22
$lang_months[7] = "juli";
 
23
$lang_months[8] = "august";
 
24
$lang_months[9] = "september";
 
25
$lang_months[10] = "oktober";
 
26
$lang_months[11] = "november";
 
27
$lang_months[12] = "desember";
 
28
 
 
29
$lang_datetime["short_mon"][1] = "jan";
 
30
$lang_datetime["short_mon"][2] = "feb";
 
31
$lang_datetime["short_mon"][3] = "mar";
 
32
$lang_datetime["short_mon"][4] = "apr";
 
33
$lang_datetime["short_mon"][5] = "mai";
 
34
$lang_datetime["short_mon"][6] = "jun";
 
35
$lang_datetime["short_mon"][7] = "jul";
 
36
$lang_datetime["short_mon"][8] = "aug";
 
37
$lang_datetime["short_mon"][9] = "sep";
 
38
$lang_datetime["short_mon"][10] = "okt";
 
39
$lang_datetime["short_mon"][11] = "nov";
 
40
$lang_datetime["short_mon"][12] = "des";
 
41
 
 
42
$lang_datetime["dsow"][0] = "sun";
 
43
$lang_datetime["dsow"][1] = "mon";
 
44
$lang_datetime["dsow"][2] = "tys";
 
45
$lang_datetime["dsow"][3] = "ons";
 
46
$lang_datetime["dsow"][4] = "tor";
 
47
$lang_datetime["dsow"][5] = "fre";
 
48
$lang_datetime["dsow"][6] = "lau";
 
49
 
 
50
$lang_datetime["dsowl"][0] = "sundag(en)";
 
51
$lang_datetime["dsowl"][1] = "mondag(en)";
 
52
$lang_datetime["dsowl"][2] = "tysdag(en)";
 
53
$lang_datetime["dsowl"][3] = "onsdag(en)";
 
54
$lang_datetime["dsowl"][4] = "torsdag(en)";
 
55
$lang_datetime["dsowl"][5] = "fredag(en)";
 
56
$lang_datetime["dsowl"][6] = "laurdag(en)";
 
57
                        
 
58
$lang_datetime["dsow_short"] = array("S", "M", "T", "O", "T", "F", "L");
 
59
$lang_datetime["today"] = "Idag %t";            //e.g. "Today 12:02"
 
60
$lang_datetime["lastweek"] = "%w %t";           //e.g. "Wed 12:00"
 
61
$lang_datetime["thisyear"] = "%d.%m";           //e.g. "2/13"
 
62
$lang_datetime["prevyears"] = "%d.%m.%y";       //e.g. "1/1/2100"
 
63
$lang_datetime["monthyear"] = "%m %y";          //e.g. "January 2002"
 
64
$lang_datetime["verbal"] = "%d. %m %y";         //e.g. "Jan 1, 1900"
 
65
$lang_datetime["verbal_short"] = "%d. %m";      //e.g. "Jan 1"
 
66
$lang_datetime["hour_system"] = 24;                     // 12 or 24
 
67
$lang_datetime["ampm"]["am"] = " um fyremiddagen";
 
68
$lang_datetime["ampm"]["pm"] = " um ettermiddagen";
 
69
$lang_datetime["time_format"] = "%h:%m";        // %h=hour, %m=minutes, %a="am:pm"
 
70
$lang_datetime["hour_format"] = "%h";
 
71
 
 
72
?>
 
 
b'\\ No newline at end of file'