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

« back to all changes in this revision

Viewing changes to IlohaMail/lang/tw/login.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>/login.inc
 
4
        (C)2001-2002 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: leave following include
 
12
include("../lang/eng/login.inc");
 
13
 
 
14
$loginStrings[0]="�b��";
 
15
$loginStrings[1]="�K�X";
 
16
$loginStrings[2]="����";
 
17
$loginStrings[3]="Type";
 
18
$loginStrings[4]="Rootdir";
 
19
$loginStrings[5]="�y��";
 
20
$loginStrings[6]="�n�J";
 
21
 
 
22
$loginErrors[0]="Unauthorized host";
 
23
$loginErrors[1]="Error: \"uploads\" directory not found";
 
24
$loginErrors[2]="Error: \"users\" directory not found";
 
25
$loginErrors[3]="Error: \"sessions\" directory not found";
 
26
 
 
27
?>