This file is indexed.

/usr/share/IlohaMail/lang/jp/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
<?php
include("../lang/eng/main.inc"); // <-- do not delete
/********************************************************
	lang/jp/main.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

	PURPOSE:
		Provide strings for "source/main.php"

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

$mainMessages["delete"] = "¥á¥Ã¥»¡¼¥¸%n·ïºï½ü¤·¤Þ¤·¤¿";
$mainMessages["move"] = "¥á¥Ã¥»¡¼¥¸%n·ï¤ò¡Ö%f¡×¥Õ¥©¥ë¥À¤Ë°Üư";

$mainStrings[0] = "%n·ïÃæ%pɽ¼¨";
$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] = "¥­¥ã¥ó¥»¥ë";
$mainStrings[20] = "¥Õ¥é¥°¡§ %b";
$mainStrings[21] = "³ºÆÉ";
$mainStrings[22] = "̤ÆÉ";
$mainStrings[23] = "ÁªÂò...";


$mainErrors[0] = "¤³¤Î³ºÅö¥á¥Ã¥»¡¼¥¸¤Ï¤¢¤ê¤Þ¤»¤ó";
$mainErrors[1] = "¤³¤Î¥Õ¥©¥ë¥À¡¼¤Ë¥á¥Ã¥»¡¼¥¸¤Ï¤¢¤ê¤Þ¤»¤ó";
$mainErrors[2] = "¥á¥Ã¥»¡¼¥¸¤Îºï½ü¤Ë¼ºÇÔ¤·¤Þ¤·¤¿";
$mainErrors[3] = "¥á¥Ã¥»¡¼¥¸¤Î¥¹¥Æ¡¼¥¿¥¹Êѹ¹¤Ë¼ºÇÔ¤·¤Þ¤·¤¿";
$mainErrors[4] = "¥á¥Ã¥»¡¼¥¸¤Î°Üư¤Ë¼ºÇÔ¤·¤Þ¤·¤¿";
$mainErrors[5] = "¥´¥ßÈ¢¥Õ¥©¥ë¥À¡¼¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó";
$mainErrors[6] = "¥´¥ßÈ¢¤ò¶õ¤Ë¤¹¤ë»ö¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿";
$mainErrors[7] = "¡Ö%f¡×¥Õ¥©¥ë¥ÀÆâ¤ÎÁ´¤Æ¤Î¥á¥Ã¥»¡¼¥¸¤ò¾Ãµî¤·¤Æ¤è¤í¤·¤¤¤Ç¤¹¤«¡©";
$mainErrors[8] = "¥³¥é¥à¤ò°Üư¤¹¤ë¤Ë¤Ï¡¢Ìð°õ¤Ë¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£°Üư¤¬½ª¤ï¤Ã¤¿¸å¤Ï¤³¤Î¥¦¥¤¥ó¥É¥¦¤òÊĤ¸¤Æ¤¯¤À¤µ¤¤¡£";

?>