This file is indexed.

/usr/share/IlohaMail/lang/cn/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
<?php
include("../lang/eng/main.inc"); // <-- do not delete
/********************************************************
	lang/tw/main.inc
	(C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
	Simplified Chinese (GB2312), for use in China, 
	Singapore & Malaysia 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 = "ɾ³ý $num ·âÓʼþ".($num>1?"":"");
	}else if ($type == "move"){
		$str = "°áÒÆ $num ·âÓʼþ".($num>1?"":"")." ÖÁ $folder";
	}
	
	return $str;
}

$mainStrings[0] = "ÔĶÁ£ºµÚ %p ·â/¹² %n ·â";
$mainStrings[1] = " ·âÓʼþ";
$mainStrings[2] = "ÉÏÒ»·â";
$mainStrings[3] = " ·â";
$mainStrings[4] = "ÏÂÒ»·â";
$mainStrings[5] = " ·â";
$mainStrings[6] = "ÐÅÉê±êÌâ";
$mainStrings[7] = "ÊÕ¼þÈË";
$mainStrings[8] = "¼Ä¼þÈË";
$mainStrings[9] = "ÈÕÆÚ";
$mainStrings[10] = "ɾ³ý";
$mainStrings[11] = "Çå¿Õ»ØÊÕÕ¾";
$mainStrings[12] = "Îļþ";
$mainStrings[13] = "²éÕÒ";
$mainStrings[14] = "´óС";
$mainStrings[15] = "δÃüÃû";
$mainStrings[16] = "ÏÔʾ";
$mainStrings[17] = "¼ì²éÐÂÐÅ";
$mainStrings[18] = "Çå¿Õ";
$mainStrings[19] = "È¡Ïû";


$mainErrors[0] = "´ËÓʼþÏäÖÐûÓÐÈκÎÓʼþ¡£";
$mainErrors[1] = "´ËÓʼþÏäÖÐûÓÐÈκÎÓʼþ¡£";
$mainErrors[2] = "ÎÞ·¨°áÒÆÓʼþÖÁ»ØÊÕÕ¾";
$mainErrors[3] = "ÎÞ·¨±ê¼ÇÓʼþΪÒÑɾ³ý¡£";
$mainErrors[4] = "ÎÞ·¨°áÒÆÓʼþ¡£";
$mainErrors[5] = "ÉÐδָ¶¨»ØÊÕÕ¾";
$mainErrors[6] = "ÎÞ·¨Çå¿Õ»ØÊÕÕ¾";
$mainErrors[7] = "ÄãȷʵҪÇå¿ÕËùÓÐÔÚ %f ÖеÄÓʼþ£¿";



?>