This file is indexed.

/usr/share/IlohaMail/lang/jp/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
<?php
/********************************************************
	lang/<lang>/calendar.inc
	(C)2003 Ryo Chijiiwa <Ryo@IlohaMail.org>

	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"] = "¿·µ¬¥¹¥±¥¸¥å¡¼¥ë";
$calStr["edit_schedule"] = "¥¹¥±¥¸¥å¡¼¥ë¤ò¹¹¿·";
$calStr["weekof"] = "%d¤Î½µ";
$calStr["title"] = "¥¿¥¤¥È¥ë:";
$calStr["color"] = "ɽ¼¨¿§:";
$calStr["colors"] = array("#990000"=>"Ç»¤¤ÀÖ", "#FF0000"=>"ÀÖ", "#000099"=>"º°", "#0000FF"=>"ÀÄ", 
					"#006600"=>"Ç»¤¤ÎÐ", "#00FF00"=>"ÎÐ", "#9900FF"=>"»ç", "#00FFFF"=>"¥·¥¢¥ó",
					"#FF6600"=>"¥ª¥ì¥ó¥¸", "#FFFF00"=>"²«¿§", "#FF00FF"=>"¥Þ¥¼¥ó¥¿", ""=>"ÆÃ¤Ë̵¤·");
$calStr["starts"] = "³«»ÏÆü:";
$calStr["ends"] = "½ªÎ»Æü:";
$calStr["from"] = "³«»Ï»þ´Ö:";
$calStr["until"] = "½ªÎ»»þ´Ö:";
$calStr["repeat_on"] = "·«¤êÊÖ¤·";
$calStr["of"] = "Ëè·î¡§";
$calStr["weeks"] = array(1=>"Âè°ì½µ", 2=>"ÂèÆó½µ", 3=>"Âè»°½µ", 4=>"Âè»Í½µ"); 
$calStr["week_blurb"] = "̤»ØÄê¤Î¾ì¹ç¤Ï½ªÎ»Æü¤Þ¤ÇËè½µ·«¤êÊÖ¤·¤Þ¤¹¡£";
$calStr["monthly"] = "Ëè·î·«¤êÊÖ¤¹";
$calStr["yearly"] = "Ëèǯ·«¤êÊÖ¤¹";
$calStr["place"] = "¾ì½ê:";
$calStr["description"] = "¥³¥á¥ó¥È:";
$calStr["add"] = "ÄɲÃ";
$calStr["update"] = "¹¹¿·";
$calStr["Delete"] = "ºï½ü";
$calStr["go"] = "ɽ¼¨";
?>