This file is indexed.

/usr/share/IlohaMail/lang/tw/calendar.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
<?php
/********************************************************
	lang/<lang>/calendar.inc
	(C)2003 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

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

//TRANSLATORS:  Uncomment next line for all non-English languages!!
include("../lang/eng/calendar.inc");

$calStr["add_schedule"] = "·s¼W¬ù·|";
$calStr["edit_schedule"] = "­×§ï¬ù·|";
$calStr["weekof"] = "¥»¶g¬ù·|: %d";
$calStr["title"] = "¥D¦®:";
$calStr["color"] = "ÃC¦â:";
$calStr["colors"] = array("#990000"=>"·t¬õ¦â", "#FF0000"=>"¬õ¦â", "#000099"=>"²`ÂŦâ", "#0000FF"=>"ÂŦâ", 
					"#006600"=>"²`ºñ¦â", "#00FF00"=>"ºñ¦â", "#9900FF"=>"µµ¦â", "#00FFFF"=>"Âźñ¦â",
					"#FF6600"=>"¾ï¦â", "#FFFF00"=>"¶À¦â", "#FF00FF"=>"²`µµ¦â", ""=>"µL¦â±m");
$calStr["starts"] = "¶}©l©ó:";
$calStr["ends"] = "µ²§ô©ó:";
$calStr["from"] = "±q:";
$calStr["until"] = "¨ì:";
$calStr["repeat_on"] = "­«½Æ´£¿ô";
$calStr["of"] = "¦b¨C­Ó¤ëªº";
$calStr["weeks"] = array(1=>"²Ä¤@¶g", 2=>"²Ä¤G¶g", 3=>"²Ä¤T¶g", 4=>"²Ä¥|¶g"); 
$calStr["week_blurb"] = "(ª½¨ì¬ù·|µ²§ô).<br>±N·|¨C¶g­«½Æ¦pªG¨S¦³¥ô¦ó¿ï¨úªº¬ù·|.";
$calStr["monthly"] = "¨C¤ë¤@¦¸";
$calStr["yearly"] = "¨C¦~¤@¦¸";
$calStr["place"] = "¦aÂI:";
$calStr["description"] = "¤º®e:";
$calStr["add"] = "·s¼W";
$calStr["update"] = "§ó·s";
$calStr["Delete"] = "§R°£";
$calStr["disabled"] = "¦æ¨Æ¾ä¥\¯à¤£¶}©ñ.";
?>