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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/ru/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/ruw/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
********************************************************/
 
11
$lang_months[1] = "������";
 
12
$lang_months[2] = "�������";
 
13
$lang_months[3] = "����";
 
14
$lang_months[4] = "������";
 
15
$lang_months[5] = "���";
 
16
$lang_months[6] = "����";
 
17
$lang_months[7] = "����";
 
18
$lang_months[8] = "������";
 
19
$lang_months[9] = "��������";
 
20
$lang_months[10] = "�������";
 
21
$lang_months[11] = "������";
 
22
$lang_months[12] = "�������";
 
23
 
 
24
$lang_datetime["short_mon"][1] = "���";
 
25
$lang_datetime["short_mon"][2] = "���";
 
26
$lang_datetime["short_mon"][3] = "���";
 
27
$lang_datetime["short_mon"][4] = "���";
 
28
$lang_datetime["short_mon"][5] = "���";
 
29
$lang_datetime["short_mon"][6] = "���";
 
30
$lang_datetime["short_mon"][7] = "���";
 
31
$lang_datetime["short_mon"][8] = "���";
 
32
$lang_datetime["short_mon"][9] = "���";
 
33
$lang_datetime["short_mon"][10] = "���";
 
34
$lang_datetime["short_mon"][11] = "���";
 
35
$lang_datetime["short_mon"][12] = "���";
 
36
 
 
37
$lang_datetime["dsow"][0] = "���";
 
38
$lang_datetime["dsow"][1] = "���";
 
39
$lang_datetime["dsow"][2] = "��";
 
40
$lang_datetime["dsow"][3] = "��";
 
41
$lang_datetime["dsow"][4] = "���";
 
42
$lang_datetime["dsow"][5] = "���";
 
43
$lang_datetime["dsow"][6] = "���";
 
44
 
 
45
$lang_datetime["dsowl"][0] = "�����������";
 
46
$lang_datetime["dsowl"][1] = "�����������";
 
47
$lang_datetime["dsowl"][2] = "�������";
 
48
$lang_datetime["dsowl"][3] = "�����";
 
49
$lang_datetime["dsowl"][4] = "�������";
 
50
$lang_datetime["dsowl"][5] = "�������";
 
51
$lang_datetime["dsowl"][6] = "�������";
 
52
                        
 
53
$lang_datetime["dsow_short"] = array("�", "�", "�", "�", "�", "�", "�");
 
54
$lang_datetime["today"] = "������� %t";         //e.g. "Today 12:02"
 
55
$lang_datetime["lastweek"] = "%w %t";           //e.g. "Wed 12:00"
 
56
$lang_datetime["thisyear"] = "%m/%d";           //e.g. "2/13"
 
57
$lang_datetime["prevyears"] = "%m/%d/%y";       //e.g. "1/1/2100"
 
58
$lang_datetime["monthyear"] = "%m %y";          //e.g. "January 2002"
 
59
$lang_datetime["verbal"] = "%m %d, %y";         //e.g. "Jan 1, 1900"
 
60
$lang_datetime["verbal_short"] = "%m %d";       //e.g. "Jan 1"
 
61
$lang_datetime["hour_system"] = 12;                     // 12 or 24
 
62
$lang_datetime["ampm"]["am"] = "��";
 
63
$lang_datetime["ampm"]["pm"] = "��";
 
64
$lang_datetime["time_format"] = "%h:%m%a";      // %h=hour, %m=minutes, %a="am:pm"
 
65
$lang_datetime["hour_format"] = "%h%a";
 
66
 
 
67
 
 
68
?>
 
 
b'\\ No newline at end of file'