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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/tw/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
        Traditional Chinese (BIG5), for use in Taiwan, 
 
6
        Hong Kong, and Overseas Chinese communities
 
7
        Translator: Danny Lin <danny@groopie.com>
 
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
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
15
include("../lang/eng/calendar.inc");
 
16
 
 
17
$calStr["add_schedule"] = "�s�W���|";
 
18
$calStr["edit_schedule"] = "�ק���|";
 
19
$calStr["weekof"] = "���g���|: %d";
 
20
$calStr["title"] = "�D��:";
 
21
$calStr["color"] = "�C��:";
 
22
$calStr["colors"] = array("#990000"=>"�t����", "#FF0000"=>"����", "#000099"=>"�`�Ŧ�", "#0000FF"=>"�Ŧ�", 
 
23
                                        "#006600"=>"�`���", "#00FF00"=>"���", "#9900FF"=>"����", "#00FFFF"=>"�ź��",
 
24
                                        "#FF6600"=>"���", "#FFFF00"=>"����", "#FF00FF"=>"�`����", ""=>"�L��m");
 
25
$calStr["starts"] = "�}�l��:";
 
26
$calStr["ends"] = "������:";
 
27
$calStr["from"] = "�q:";
 
28
$calStr["until"] = "��:";
 
29
$calStr["repeat_on"] = "���ƴ���";
 
30
$calStr["of"] = "�b�C�Ӥ몺";
 
31
$calStr["weeks"] = array(1=>"�Ĥ@�g", 2=>"�ĤG�g", 3=>"�ĤT�g", 4=>"�ĥ|�g"); 
 
32
$calStr["week_blurb"] = "(������|����).<br>�N�|�C�g���Ʀp�G�S�������������|.";
 
33
$calStr["monthly"] = "�C��@��";
 
34
$calStr["yearly"] = "�C�~�@��";
 
35
$calStr["place"] = "�a�I:";
 
36
$calStr["description"] = "���e:";
 
37
$calStr["add"] = "�s�W";
 
38
$calStr["update"] = "��s";
 
39
$calStr["Delete"] = "�R��";
 
40
$calStr["disabled"] = "��ƾ�\�ण�}��.";
 
41
?>