This file is indexed.

/usr/share/IlohaMail/lang/tw/main.inc is in ilohamail 0.8.14-0rc3sid6.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?php
include("../lang/eng/main.inc"); // <-- do not delete
/********************************************************
	lang/tw/main.inc
	(C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
	Traditional Chinese (BIG5), for use in Taiwan, 
	Hong Kong, and Overseas Chinese communities
	Translator: Danny Lin <danny@groopie.com>

	This file is part of IlohaMail, and released under GPL.
	See COPYING, or http://www.fsf.org/copyleft/gpl.html

********************************************************/

function formatStatusString($num, $folder, $type){
	$str="";
	if ($type=="delete"){
		$str = "§R°£ $num «Ê«H¥ó".($num>1?"":"");
	}else if ($type == "move"){
		$str = "·h²¾ $num «Ê«H¥ó".($num>1?"":"")." ¦Ü $folder";
	}
	
	return $str;
}

$mainStrings[0] = "¾\Ū¡G²Ä %p «Ê/¦@ %n «Ê";
$mainStrings[1] = " «Ê«H¥ó";
$mainStrings[2] = "¤W¤@«Ê";
$mainStrings[3] = " «Ê";
$mainStrings[4] = "¤U¤@«Ê";
$mainStrings[5] = " «Ê";
$mainStrings[6] = "«H¥ó¼ÐÃD";
$mainStrings[7] = "¦¬¥ó¤H";
$mainStrings[8] = "±H¥ó¤H";
$mainStrings[9] = "¤é´Á";
$mainStrings[10] = "§R°£";
$mainStrings[11] = "²MªÅ¸ê·½¦^¦¬µ©";
$mainStrings[12] = "²¾¦Ü";
$mainStrings[13] = "·j´M";
$mainStrings[14] = "¤j¤p";
$mainStrings[15] = "¥¼©R¦W";
$mainStrings[16] = "Åã¥Ü";
$mainStrings[17] = "Àˬd·s«H";
$mainStrings[18] = "²MªÅ";
$mainStrings[19] = "¨ú®ø";
$mainStrings[20] = "¼Ð¥Ü¦¨ %b";
$mainStrings[21] = "¤w¾\Ū";
$mainStrings[22] = "¥¼¾\Ū";
$mainStrings[23] = "¿ï¾Ü...";


$mainErrors[0] = "¦¹«H¥ó§X¤¤¨S¦³¥ô¦ó«H¥ó¡C";
$mainErrors[1] = "¦¹«H¥ó§X¤¤¨S¦³¥ô¦ó«H¥ó¡C";
$mainErrors[2] = "µLªk·h²¾«H¥ó¦Ü¸ê·½¦^¦¬µ©";
$mainErrors[3] = "µLªk¼Ð°O«H¥ó¬°¤w§R°£¡C";
$mainErrors[4] = "µLªk·h²¾«H¥ó¡C";
$mainErrors[5] = "©|¥¼«ü©w¸ê·½¦^¦¬µ©";
$mainErrors[6] = "µLªk²MªÅ¸ê·½¦^¦¬µ©";
$mainErrors[7] = "§A½T©w­n²MªÅ©Ò¦³¦b %f ¤¤ªº«H¥ó¡H";
$mainErrors[8] = "¦b¤U¤èÄæ¦ì¤¤ªº½b§Î¹Ï®×¤W,¿ï¨ú¶µ¥Ø¨Ó²¾°Ê¥¦­Ì<br>·í§¹¦¨®ÉÃö³¬µøµ¡";



?>