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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/jp/calendar.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/<lang>/calendar.inc
 
4
        (C)2003 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
********************************************************/
 
10
 
 
11
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
12
include("../lang/eng/calendar.inc");
 
13
 
 
14
$calStr["add_schedule"] = "�����������塼��";
 
15
$calStr["edit_schedule"] = "�������塼��򹹿�";
 
16
$calStr["weekof"] = "%d�ν�";
 
17
$calStr["title"] = "�����ȥ�:";
 
18
$calStr["color"] = "ɽ����:";
 
19
$calStr["colors"] = array("#990000"=>"ǻ����", "#FF0000"=>"��", "#000099"=>"��", "#0000FF"=>"��", 
 
20
                                        "#006600"=>"ǻ����", "#00FF00"=>"��", "#9900FF"=>"��", "#00FFFF"=>"������",
 
21
                                        "#FF6600"=>"�����", "#FFFF00"=>"����", "#FF00FF"=>"�ޥ���", ""=>"�ä�̵��");
 
22
$calStr["starts"] = "������:";
 
23
$calStr["ends"] = "��λ��:";
 
24
$calStr["from"] = "���ϻ���:";
 
25
$calStr["until"] = "��λ����:";
 
26
$calStr["repeat_on"] = "�����֤�";
 
27
$calStr["of"] = "��";
 
28
$calStr["weeks"] = array(1=>"��콵", 2=>"����", 3=>"�軰��", 4=>"��ͽ�"); 
 
29
$calStr["week_blurb"] = "̤����ξ��Ͻ�λ���ޤ��轵�����֤��ޤ���";
 
30
$calStr["monthly"] = "�����֤�";
 
31
$calStr["yearly"] = "��ǯ�����֤�";
 
32
$calStr["place"] = "���:";
 
33
$calStr["description"] = "������:";
 
34
$calStr["add"] = "�ɲ�";
 
35
$calStr["update"] = "����";
 
36
$calStr["Delete"] = "���";
 
37
$calStr["go"] = "ɽ��";
 
38
?>
 
 
b'\\ No newline at end of file'