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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/cn/tool.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/tool.inc"); // <-- do not delete
 
3
/********************************************************
 
4
        lang/tw/tool.inc
 
5
        (C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
6
        Simplified Chinese (GB2312), for use in China, 
 
7
        Singapore & Malaysia Chinese communities
 
8
        Translator: Danny Lin <danny@groopie.com>
 
9
 
 
10
        This file is part of IlohaMail, and released under GPL.
 
11
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
12
 
 
13
********************************************************/
 
14
 
 
15
$toolStrings["folders"] = "�ʼ���һ��";
 
16
$toolStrings["inbox"] = "�ռ�ϻ";
 
17
$toolStrings["compose"] = "д��";
 
18
$toolStrings["contacts"] = "��ַ������";
 
19
$toolStrings["search"] = "�����ʼ�";
 
20
$toolStrings["prefs"] = "��ѡ";
 
21
$toolStrings["logout"] = "ע��";
 
22
$toolStrings["go"] = "Go";
 
23
 
 
24
?>