This file is indexed.

/usr/share/IlohaMail/lang/jp/compose.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
include("../lang/eng/compose.inc"); // <-- do not delete
/********************************************************
	lang/jp/compose.inc
	(C) 1999-2002 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

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

$composeHStrings[0] = "Âê̾";
$composeHStrings[1] = "From";
$composeHStrings[2] = "To";
$composeHStrings[3] = "CC";
$composeHStrings[4] = "BCC";
$composeHStrings[5] = "ÆüÉÕ¤±";


$composeStrings[0] = "¥á¥Ã¥»¡¼¥¸ºîÀ®";
$composeStrings[1] = "Á÷¿®";
$composeStrings[2] = "¥¢¥Ã¥×¥í¡¼¥É";
$composeStrings[3] = "½ð̾";
$composeStrings[4] = "źÉÕ";
$composeStrings[5] = "¥¢¥É¥ì¥¹Ä¢";
$composeStrings[6] = "¥ê¥¹¥È¤ò±£¤¹";
$composeStrings[7] = "¥á¥Ã¥»¡¼¥¸ËÜʸ:";
$composeStrings[8] = "ÄɲÃ";
$composeStrings[9] = "%dÉÕ¤±¤Î%s¤Î¥á¡¼¥ë¤Ë¤è¤ë¤È¡§\n";
$composeStrings[10] = "---°Ê²¼¸¶Ê¸---\n";
$composeStrings[11] = "¥­¥ã¥ó¥»¥ë";


$composeErrors[0] = "·ï̾Í󤬶õÇò¤Ç¤¹¡£¤â¤¦°ìÅÙ¡Ö".$composeStrings[1]."¡×¥Ü¥¿¥ó¤Ë¥¯¥ê¥Ã¥¯¤¹¤ë¤È¤½¤Î¤Þ¤ÞÁ÷¿®¤·¤Þ¤¹¡£";
$composeErrors[1] = "Á÷¿®¼Ô¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤¢¤Ê¤¿¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤òµ­Æþ¤·¤Æ¤¯¤À¤µ¤¤¡£";
$composeErrors[2] = "°¸À褬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£°¸Àè¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤òµ­Æþ¤·¤Æ¤¯¤À¤µ¤¤¡£";
$composeErrors[3] = "¥Õ¥¡¥¤¥ë¤Î¥¢¥Ã¥×¥í¡¼¥É¤Ë¼ºÇÔ¤·¤Þ¤·¤¿";
$composeErrors[4] = "¥Õ¥¡¥¤¥ë¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Þ¤»¤ó¤Ç¤·¤¿";
$composeErrors[5] = "¥¹¥Ñ¥àËɻߤΤ¿¤á¡¢Á÷¤êÀè¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ï¥á¡¼¥ë¤Ë¤Ä¤­%1·ï¡Ê¥í¥°¥¤¥óËè¡¢·×%2·ï¡Ë¡¢Á÷¿®ºî¶È¤Ï%3Éäˣ±²ó¤Ë¸Â¤é¤ì¤Æ¤¤¤Þ¤¹¡£";

?>