This file is indexed.

/usr/share/php/kohana3.1/modules/userguide/i18n/zh.php is in libkohana3.1-mod-userguide-php 3.1.5-1.1.

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
<?php defined('SYSPATH') or die('No direct script access.');

return array
(
	'User Guide' => '用户手册',

	// Errors
	'Error' => '错误',
	'Userguide page not found' => '用户手册页面无法找到',
	'API Reference: Class not found.' => 'API 参考: 没有找到此类。',
	'That class is hidden' => '那个是隐藏类',

	// API
	'Table of Contents' => '目录',
	'Available Classes' => '可用的类',
	'Class Contents' => '类列表',
	'Constants' => '常量',
	'Properties' => '属性',
	'Methods' => '方法',
	'None' => '无',
	'Parameters' => '参数',
	'Parameter' => '参数',
	'Type' => '类型',
	'Description' => '描述',
	'Default' => '默认',
	'Return Values' => '返回值',
	'Source Code' => '源代码',
);