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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/pt/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
// TRANSLATORS: Bla Bla :D
 
4
include("../lang/eng/dates.inc"); // <-- do not delete
 
5
/********************************************************
 
6
        lang/pt/dates.inc
 
7
        (C)2003 Darwings <darwings@lisboa.alface.de || asas@netcabo.pt>
 
8
 
 
9
        This file is part of IlohaMail, and released under GPL.
 
10
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
11
 
 
12
********************************************************/
 
13
 
 
14
$lang_months[1] = "Janeiro";
 
15
$lang_months[2] = "Fevreiro";
 
16
$lang_months[3] = "Mar�o";
 
17
$lang_months[4] = "Abril";
 
18
$lang_months[5] = "Maio";
 
19
$lang_months[6] = "Junho";
 
20
$lang_months[7] = "Julho";
 
21
$lang_months[8] = "Agosto";
 
22
$lang_months[9] = "Setembro";
 
23
$lang_months[10] = "Outubro";
 
24
$lang_months[11] = "Novembro";
 
25
$lang_months[12] = "Dezembro";
 
26
                                
 
27
$lang_datetime["short_mon"][1] = "Jan"; 
 
28
$lang_datetime["short_mon"][2] = "Fev";
 
29
$lang_datetime["short_mon"][3] = "Mar";
 
30
$lang_datetime["short_mon"][4] = "Abr";
 
31
$lang_datetime["short_mon"][5] = "Mai";
 
32
$lang_datetime["short_mon"][6] = "Jun";
 
33
$lang_datetime["short_mon"][7] = "Jul";
 
34
$lang_datetime["short_mon"][8] = "Aug";
 
35
$lang_datetime["short_mon"][9] = "Sep";
 
36
$lang_datetime["short_mon"][10] = "Out";
 
37
$lang_datetime["short_mon"][11] = "Nov";
 
38
$lang_datetime["short_mon"][12] = "Dez";
 
39
 
 
40
$lang_datetime["dsow"][0] = "Dom";
 
41
$lang_datetime["dsow"][1] = "Seg";
 
42
$lang_datetime["dsow"][2] = "Ter";
 
43
$lang_datetime["dsow"][3] = "Qua";
 
44
$lang_datetime["dsow"][4] = "Qui";
 
45
$lang_datetime["dsow"][5] = "Sex";
 
46
$lang_datetime["dsow"][6] = "Sab";
 
47
 
 
48
$lang_datetime["dsowl"][0] = "Domingo";
 
49
$lang_datetime["dsowl"][1] = "Segunda";
 
50
$lang_datetime["dsowl"][2] = "Ter�a";
 
51
$lang_datetime["dsowl"][3] = "Quarta";
 
52
$lang_datetime["dsowl"][4] = "Quinta";
 
53
$lang_datetime["dsowl"][5] = "Sexta";
 
54
$lang_datetime["dsowl"][6] = "S�bado";
 
55
 
 
56
$lang_datetime["dsow_short"] = array("D", "S", "T", "Q", "Q", "S", "S");
 
57
$lang_datetime["today"] = "Hoje %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"] = 12;                     // 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
?>
 
 
b'\\ No newline at end of file'